body {
	background: #000;
	font: 12px/16px Arial, Helvetica, sans;
	color: #333;
	margin: 0;
	padding: 0;	
}
	#wrapper {
		width: 960px;
		margin: 0 auto;
	}
	
	.clearfix { overflow: hidden; width: 100%; }
	
	img { border: 0; }
	img.banner { display: block;}
	
	
	.slideshow { width: 760px; height: 515px;   }
	.slideshow img { display: block;width: 760px; height: 515px;  }
	#top {
		background: url(images/top.jpg) repeat-x;
		width: 920px;
		height: 50px;
		border-bottom: 5px solid #666;
		padding: 20px;
		overflow: hidden;
	}
	#top a#logo { float: left; margin-top: -10px; margin-left: -13px; }
	#top #menu { float: right; }
	#top #menu ul {
		list-style: none;
		padding: 0;
		margin: 20px 0 0 0; 
	}
	#top #menu ul  li {
		display: inline;
		margin: 0 10px;
	}
	#top #menu ul li a, #sidebar  a, #sidebar li.current ul li a { color: #fff; text-decoration: none; }
	#top #menu ul li a:hover, #top #menu ul li.current a, #sidebar a:hover, #sidebar li.current a { text-decoration: underline; }
	
	#sidebar {
		background: #064885;
		color: #fff;
		width: 160px;
		float: left;
		padding: 20px;
		padding-bottom: 20025px;
		margin-bottom: -20000px;
		
	}
	#sidebar ul {
		list-style: none;
		padding: 0;
		margin: 0;
		font-weight: bold;
	}
	#sidebar ul li{
		margin: 5px 0 10px 0;
	}
	
	#sidebar ul li ul {
		font-weight: normal;
		margin: 5px 0 5px 20px;
	}
	
	#content {
		width: 760px;
		float: right;
		padding-bottom: 20000px;
		margin-bottom: -20000px;
		background: #fff;
	}
	
	div.inner { 		padding: 25px 20px; }
	
	#footer {
		background: url(images/bottom.jpg) repeat-x;
		width: 920px;
		height: 50px;
		border-top: 5px solid #666;
		padding: 20px;
		overflow: hidden;
		color: #fff;
		text-align: center;
	}
	
	h1, h2, h3 {
		color: #064885;
		font-size: 24px;
		
	}
	h2 { font-size: 18px; font-weight: normal; }
	
	h3 {font-size: 14px; font-weight: normal; }
	
	a:link, a:visited {
		color: #064885;
		text-decoration: none;
	}
	a:hover { text-decoration: underline; }