body {
	border-top: 3px solid rgb(213,193,181);
	font-size: 1.0em;
	font-family: Serif;
	color: rgb(102,102,102);
	margin: 0px; padding: 0px;
}

a {
	color: rgb(20,105,185);
	text-decoration: none;
	border-bottom: none;
}	
a:visited {color: rgb(200,100,40);}
a:hover {text-decoration: none; color: rgb(0,160,240);}




#header {
	width: 1000px;
	height: 255px;
	margin: 0px auto;
}




#navbar {
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	letter-spacing: 1px;
}
#navbar a { color: rgb(113,93,81); font-weight: bold; }
#navbar a:hover {text-decoration: none; background: rgb(213,193,181);}


#navbar ul, #navbar li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
	
#navbar li a {display: block;
	min-width: 40px;
	padding: 34px 32px 12px 12px;
	float: left;
}





#main {
	width: 918px;
	border: 1px solid rgb(213,193,181);
	padding: 40px;
	font-size: 95%; line-height: 140%;
}

#copy {
	margin-top: 50px;
	padding-bottom: 30px;
	width: 600px;
	color: #999999;
	font-size: 9px;
}
