#container {
	width: 760px;
	margin: auto;
	background:#fff;
	}
#header {
	background:green;
	height:285px;
	border-bottom:2px solid #444;
	}	
#header h1 {
	font-family:Tahoma, Helvetica, Arial, Sans serif;
	font-style:italic;
	font-size:28px;
	padding:5px;
	}
#header a {
	text-decoration:none;
	color:#fff;
	}
#nav {
	background:navy;
	color: #fff;
	height:30px;
	width:730px;
	margin:auto;
	}

#nav ul {
	list-style: none;
	padding:8px 12px;
	}

#nav li {
	display: inline;
	list-style: none;
	background: #005;
	padding: 2px 18px;
	margin:0px 0px;
	}

#nav a {
	text-decoration: none;
	color:#fff;
	font:12px arial;
	}

#nav a:hover { 
	text-decoration: underline;
	}
#headpic {
	background:navy;
	width:730px;
	height:200px;
	margin:auto;
	}
#ImgRotate ul {
	position:relative;
	list-style: none;
	padding: 0;
	margin: auto;
	width: 730px;
	height: 200px;
	overflow:hidden;
	}
#ImgRotate li img {
	display:none;
	background:none;
	position:absolute;
	top:0;
	left:0;
	}
#ImgRotate #ImgRotateLoading {
	background:#000 url(loading_black.gif) no-repeat center;
	width: 760px;
	height: 200px;
	}
#sidebar {
	float:right;
	width:210px;
	line-height:18px;
	}
#sidebar ul {
	padding:10px 25px;
	}
#sidebar li {
	padding-bottom:8px;
	}
#sidebar h2, #content h2 {
	padding:5px;
	}
#content {
	margin-right:210px;
	padding:5px;
	line-height:18px;
	}
#footer {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size:10px;
	color:#aaa;
	padding:10px;
	clear:both;
	}
#botnav {
	width:250px;
	float:right;
	text-align:right;
	}
#botnav a {
	color:#aaa;
	text-decoration:none;
	}
html, body, h1, h2, h3, p, ul {
	margin:0;
	padding:0;
	}
body {
	background-color: #005;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color:#555;
	}	
a {
	color:#555;
	}