﻿html
{
	text-align:center;
}

body
{
	width:780px; /* 1000px*/
	margin:0 auto 0 auto;
	font-family:Arial;
	font-size:12px;
	color:#000;
	background-color:#000;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

h1
{
	margin:0 0 20px 0;
	font-size:18px;
}

h2
{
	font-size:16px;
}

table
{
	margin:0 auto 0 auto;
	text-align:center;
	width:70%;
}

#contact, #contact a
{
	color:#fff;
	font-size:10px;
}

#content
{
	text-align:left;
	padding:20px;
	background-color:#BAA381;
}

#footer
{
	background-color:#000;
	text-align:center;
	height:20px;
	color:#fff;
}

#whettstone a
{
	color:#fff;
	font-size:10px;
}

.topblack td
{
	vertical-align:top;
	background-color:#000;
}

.navigation td
{
	width:50%;
	background-color:#BAA381;
	vertical-align:top;
	height:140px;
}

.navigation ul
{
	padding:10px 0 10px 0;
	margin:0;
	background-color:#927443;
}

.navigation ul li
{
	display:inline;	
	padding:5px;
}

.navigation ul li a
{
	color:#000;
	font-weight:bold;
}

.navigation ul li a:hover
{
	text-decoration:none;
	color:#BAA381;
}
