body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	background: #8d8c8c url(images/background.jpg) repeat-x top left;
}

#container {
	position:absolute;
	left:35px;
	top:20px;
	width:935px;
	height:550px;
	background: url('images/content_background.jpg') no-repeat top left;
	z-index:10px;
}

#maincontainer {
	position:relative;
	left:20px;
	width:900px;
	background-color:#FFFFFF;
	z-index:20px;
}

#logo {
	position: relative;
	left: 760px;
	top: 20px;
	width: 100px;
	height: 60px;
}

#mainnav {
	position: relative;
	clear: both;
	left: 20px;
	top: 30px;
	width: 870px;
	height: 20px;
}

#mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav li {
	padding: 0px 30px 0 0px;
	float:left;
} 

#mainnav a{
	color: #808080;
}

#mainnav a:active,
#mainnav a:visited,
#mainnav a:link{
	text-decoration: none;
}

#mainnav a:hover,
#mainnav a:focus{
	text-decoration: underline;
}

#top {
	position: relative;
	clear: both;
	left: 0px;
	top: 30px;
	width: 900px;
	height: 300px;
	border-top: 1px solid #e7e6e8;
}

#content {
	position: relative;
	left: 600px;
	top: 45px;
	width: 290px;
	line-height:20px;
	z-index:100;
}

#content h1{
	margin:0;
	padding:0;
	color:#197bb8;
	font-size:14px;
	font-weight:bold;
}

#bottom {
	margin:50px 0 0 0px;
	width: 900px;
	height: 10px;
	clear:both;
	background-color:#FFFFFF;
}


#footer {
	width: 880px;
	padding: 5px 0 5px 20px;
	font-size: 10px;
	background-color:#8d8c8c;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	padding: 5px 30px 0 0px;
	float:left;
} 
#footer a{
	color:#000000;
}

#footer a:active,
#footer a:visited,
#footer a:link{
	text-decoration: none;
}

#footer a:hover,
#footer a:focus{
	text-decoration: underline;
}
