body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #26392B;
	line-height: 1.4em;
}
body {
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 642px;
	/*text-align: center;*/ /*you don't want this, but IE needs it*/
}
a:link {
	color: #6F5A30;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #26392B;
}
a:hover {
	text-decoration: none;
	color: #26392B;
}
a:active {
	text-decoration: none;
	color: #26392B;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:  6F5A30;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}	
#banner {
	background: url(header.jpg) no-repeat;
	height: 146px;
	/*border-right: 0px solid #000000;*/
	/*width: 641px;*/
	/*border-bottom: 0px solid #000000;*/
}
#nav {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 44px;
}
#content {
	background-color: #000000;
	border: 0px solid #000000;
	padding-right: 10%;
	padding-left: 10%;
	font-size: 90%;
}
#footer {
	background: url(footer.jpg) no-repeat;
	height: 29px;
	/*border-right: 0px solid #000000;*/
	/*width: 641px;*/
	/*border-bottom: 0px solid #000000;*/
}
.leftfloat {
	float: left;
	margin-right: 15px;
	margin-left: 3px;
}
.rightfloat{
	float: right;
	margin-left: 6px;
	}
#nav p {
	overflow: visible;
	margin-top: 4px;
	padding-top: 0px;
}
