body {
	background-color: #FFF4E3;
	font-family:"Trebuchet MS", sans-serif;
	color: black;
	}

#container {
	width:700px;
	margin:0 auto;
	}
	
#header{
	width:100%;
	}
	
	
#footer {
	width:100%;
	text-align:right;
	background-color: white;
	text-align:center;
	clear: both;
	}
	
.footer_text {
	font-size:8pt;
	}

.footer_text a{
	color:#000000;
	text-decoration:none;
	}
	
.footer_text a:hover {
	color:#CC6600;
	}
	
h1 {
	margin: 10px 0 0 0;
	font-size:24pt;
	color:#CC6600;
	}

#content h1 {
	margin: 0 0 10px 0;
	font-size: 18pt;
	color:#EE8833;
	}
 
h2 {
	margin: 0 0 10px 0;
	font-size: 14pt;
	}
h3 {
	margin: 0 0 10px 0;
}
.navigation_header {
	font-size:18px;
	color:#CC6600;
	margin:0px;
	}
	
#vertinav {
	width:150px;
	float:left;
	}
	
#vertinav ul {
	list-style: none;
	display:inline;  
	}
#vertinav li a{
	margin-left:6px;

	color:#000;
	
	text-decoration:none;
	padding-left:3px;
	}

#vertinav li a:hover {
	border-left: 3px solid #c60;
	padding-left: 0;
	}
	
#content {
	width:549px;
	float:right;
	position: relative;
	}
	
a {
	text-decoration:underline;
	}
	
a:hover {
	color:#CC6600;
	}
div.adlinks {
	position: absolute;
	right: 0;
	margin-right: -200px;
	width: 200px;
	font-size: 80%;
}
div.adlinks.left {
	left: 0;
	margin: 0 0 0 -200px;
}
div.adlinks ul {
	list-style-type: none;
}
