body{
	margin:0px;
	padding:0px;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
div#line{
	margin:0px;
	height:8px;
	width:100%;
	background:#202020;
}

div#wrapper{
	width:940px;
	margin: 0px auto auto;
}

div#header{
	height:84px;
	background:url(../images/header.gif) no-repeat center left;
}

div#nav{
	height:28px;
}

div#info{
	height:270px;
	background:#202020;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
}

div#content{
	width:710px;
	float:left;
}

div#sidebar{
	width:230px;
	float:right;
	background:#202020;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	height:474px;
}

/*nav items*/


ul.navlist{
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	list-style:none;

}

li.navitem{
	display:inline-block;	
	margin-right:4px;
}

.navitem a{
	background:url(../images/nav.png);
	background-position: -38px;
	margin-top:0px;
	width:184px;
	display:inline-block;
	color: #FFFFFF;
	height:28px;
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	z-index:1;
	
}
.navitem a.sel, .navitem a:hover{
	background:url(../images/navsel.png) no-repeat top left;
	width:184px;
	z-index:99;
}

div.clear{
	clear:both;
}