body {
	text-align: center;
	font-family:Helvetica;
	font-size:14;
	color:white;
	background-color:black;
	background-image:url(../images/Backgrnd_web.jpg);
	background-repeat:repeat;
	line-height:20px;
}

#site {
	float:center;
	width:800px;
	margin: 0 auto;
	margin-top:20px;
	border:1px solid grey;
	color:white;
}

#site a {
	color:white;
}

#header {
	width:800px;
	height:125px;
	background-image:url(../images/Web_Logo_Banner.png);
	border-bottom:1px white solid;
}

#nav {
	float:left;
	width:150px;
	min-height:200px;
	font-size:18px;
	line-height:24px;
}

ul#menu  {
	text-decoration:none;
	text-align:center;
}

ul#menu li {
	text-decoration:bold;
	min-width:100px;
}

ul#menu li a {
	text-decoration:none;
	color:white;
}

ul#menu li a:hover {
	text-decoration:none;
	color:white;
	background-image:url(../images/Backgrnd_web_light.jpg);	
}

#sidebar {
	float:right;
	width:130px;
	font-size:12px;
}

#sponsorbox {
	padding-top:5px;
	width:120px;
	margin:5px;
	min-height:300px;
	background-color:white;
	line-height:12px;
}

#contents {
	/*width:460px;*/
	float:center;
	min-height:800px;
	margin:0 130px 0 150px;
	color:white;
	padding:20px;
	padding-top:0px;
	padding-bottom:5px;
	/*border-left:1px solid lightblue;
	border-right:1px solid lightblue;*/
	text-align:justify;
}

