body {
	margin: 0 auto;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	text-align: left;
	width: 980px;
	background-repeat: repeat;
	background-color: #000000;
}

a {
color: #cccccc;
}

a:hover {
color: #FFFFFF;
}

hr{
	
	color:#666666
}	


p {
margin: 5px 15px 5px 15px;
}



.highlight {
	color: #143B43;
	font-weight:bold;
}
/* content stuff */

#container {
	width: 950px;
	text-align: center;
	padding: 0 !important;
	line-height: 1.8em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
}

#header {
	height: 564px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background-image: url(images/top2.jpg);
	background-repeat: no-repeat;
	width: 950px;
	background-position: center;

}


