/* CSS Document */
body {
	background:#000000;
	margin:0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h2 {
color:#FFFFFF;
	}

	
#banner {
	width: 850px;
	margin:0 auto;
	height: 100px;
	}
	
#container {
	background:#000;
	width: 850px;
	margin:0 auto;
	height: 445px;
	}
	
#topleft {
	float: left;
	height: 200px;
	width: 250px;
	margin-top: 10px;
	}
	
#bottomleft {
	float: left;
	height: 216px;
	width: 200px;
	padding-top: 5px;
	}	
	
#leftcol{
	float: left;
	width: 250px;
	padding-left: 5px;

	}
	
#rightcol {
	float: right;
	color: #CCCCCC;
	position: relative;
	width: 550px;
	height: 350px;
	margin-top: 10;
	margin-bottom: 0;
	overflow: auto;
	padding: 5px 12px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	}
#footer{
	height: 75px;
	width: 850px;
	margin:0 auto;
	background: url(images/footer.jpg);

	}

#navbar {
	float: right;
	height: 40px;
	width: 590px;
	background: url(images/navbg.gif);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	}
H1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}