#container  {
	width: 800px;
}

#header {
	font-family: "Century Gothic", "Arial Narrow", Arial, Verdana;
	font-size: 12px;
	width: 800px;
	height: 20px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

#horizontalnav  {
width: 800px;
height: 20px;
position: relative;
background-color: #FFFFFF

}

.navlinks  {
	position: relative;
	font-family: "Century Gothic", "Arial Narrow", Arial, Verdana;
	color: #000000;
	font-size: 15px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.navlinks li  {
	margin: 0px 18px 0px 0px;
	list-style-type: none;
	display: inline;
	font-family: "Century Gothic", "Arial Narrow", Arial, Verdana;
	color: #000000;
	font-size: 15px;
}

.navlinks li a {
	color: #000000;
	padding: 7px 12px 7px;
	text-decoration: none;
    font size: 15px;
	font-family: "Century Gothic", "Arial Narrow", Arial, Verdana;
 }

#body  {
	background-color: #FFFFFF;
	font-family: "Century Gothic", "Arial Narrow", Arial, Verdana;
	font-size: 14px;
	width: 800px;
	float: right;
	padding: 10px;
}

#bodyheader  {
	font-family: "Century Gothic", "Arial Narrow", Arial, Verdana;
	font-size: 25px;

}

#bodyheader2  {
	font-family: "Century Gothic", "Arial Narrow", Arial, Verdana;
	font-size: 18px;

}

#body a  {
color: #9900FF;
font-size:14px;

}

#footer  {
	clear: both;
	width: 800px;
	height: 100px;
	background-image: url(images/Footer.jpg);
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#wrap  {
width: 800px;
height: 100%;
margin: 0 auto;

}
