@charset "UTF-8";
/* CSS Document */

html,body {
	background-color: #666666;
	margin:0;
	padding:0;
	height:100%;
	background-image:url(images/background2.gif);
	background-repeat: repeat;
}
	
div#container {
	position:relative;
	margin:0 auto;
	width:800px;
	background-color:#FFFFFF;
	height:auto !important;
	height:100%;
	min-height:100%;
	border-left:solid 1px #333333;
	border-right:solid 1px #333333;
}

div#header {
	padding:1em auto 0 ;
	height:170px;
	background-color: #333333;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	border-bottom:solid 2px #999999;
}
		
		#header span {
			float:left;
			padding:152px 0 0 20px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:9px;
			color:#ad6337;
		}
		
		#header a {
			text-decoration:none;
			color:#FFFFFF;
		}
		
		#header a:hover {
	border-bottom:solid 1px #ad6337;
	color:#666666;
		}
		
div#content {
		padding:1em 1em 4em 1em;
		min-height:400px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#footer {
	position:absolute;
	height:40px;
	width:100%;
	bottom:0;
	border-top:solid 2px #999999;
	background-color:#333333;
	background-image:url(images/footer.jpg);
}
	#footer p {
			float:right;
			padding:5px 20px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:9px;
			color:#ad6337;
		}
		
		#footer a {
		padding:0 2px;
			text-decoration:none;
			color:#FFFFFF;
		}
		
		#footer a:hover {
			border-bottom:solid 1px #ad6337;
			color:#666666;
		}
.contentlinks a {
	color:#4c535e
	}
.contentlinks a:hover {
	color:#FFFFFF;
	}
	
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:10px 0;
	padding:10px 20px;
	border-top:solid 1px #999999;
}
.content a {
	color:#CC6600;
}
.content a:hover { 
	color:#666666;
}
.content li {
text-decoration:underline;
}
.content ul {
	font-style:italic;
}
