body {
	  font-family:Verdana;
	  font-size:13px;
		color:#000000;
  }
	
#main {
  width:900px;
	}
	
#header {
  width:900px;
	height:420px;
	}
	
#content {
  width:900px;
	}

#text {
  width:650px;
	text-align:left;
	float:left;
	padding:20px;
	}
	
html>body #text {
  width:610px;
	}
	
#sidenav {
  width:250px;
	float:right;
	padding:20px;
	text-align:left;
	}
	
html>body #sidenav {
  width:210px;
	}
	
#sidenav ul {
  margin: 0px;
	padding: 0px;
	list-style: none;
	width: auto;
}

#sidenav ul li {
	width: auto;
}

#sidenav ul li a {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	width: 250px;
	color: #000000;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	text-indent: 5px;
	border-bottom: 1px solid #ffffff;
}

html>body #sidenav ul li a{
  width:210px;
	}

#sidenav ul li a:hover {
	text-decoration: underline;
	background-color: #516c89;
	color: #ffffff;
	text-indent: 5px;
}

#sidenav ul li.subnav a {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 250px;
	color: #888888;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
	text-indent: 15px;s
}

html>body #sidenav ul li.subnav a{
  width:210px;
	}

#sidenav ul li.subnav a:hover {
	text-decoration: underline;
	background-color: #888888;
	color: #eee;
	text-indent: 15px;
}	
	
	
	
	
	
	
	
#clear {
  clear:both;
	}
	
#footer {
  width:900px;
	height:64px;
	background-image:url(media/img/footer.jpg);
	color:#ffffff;
	padding-top:20px;
	}

html>body #footer {
  height:44px;
	}
	
.header {
  font-size:18px;
	}