html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	background-color:#34312b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url('img/bg.gif');
	text-align: left;
}
#wrapper{
	margin:0 auto;
	width: 810px;
	height:100%;
}
#header{
	position: relative;
	background: #118db8 url('img/logo_bg.gif') no-repeat;
	height: 121px;
}
#header h1{
	height: 94px;
	width: 290px;
}
#star{
	position: absolute;
	left: -57px;
}
#overnav{
	height: 3px;
	background: #000 url('img/overnav_star.gif') no-repeat;
	font-size: 1px;
}
#nav{
	margin: 0 0 6px 0;
	background: #3b3b3b url('img/nav_star.gif') no-repeat;
	height: 23px;
}
#nav ul{
	list-style: none;
	margin-left: 10px;
	padding: 5px 0 4px 30px;
}
#nav li{
	display: inline;
	margin: 0 4px;
}
#nav li a{
	color:#fff;
	text-decoration:none;
	padding: 4px;
}
#nav li a:hover{
	background-color: #5aa8bd;
}
.clear{
	clear:both;
	padding:1px;
}

#footer{
	position: relative;
	clear: both;
	margin: 10px 0 0 0;
	background: #fff;
	height: 50px;
	padding: 0 25px 10px 25px;
}
#footer ul{
	padding: 10px 0 0 0;
	list-style: none;
}
#footer img#lc{
	position: absolute;
	left:0;	
}
#footer img#rc{
	position: absolute;
	right: 0;
}
#content{
	background: #fff;
	padding: 10px;
}