body {
	margin: 0 auto;
	padding: 0;
	background-color: #000;
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000;
}

#main {
	margin: 0px auto;
	width: 900px;
}

#logo {
	margin: 40px 0 0 225px;
	height: 79px;
	background: url(img/valterius.png) no-repeat;
}

#content {
	margin-top: 20px;
}


#nav {
	background:#ddd url(img/h300_reverse.png);
	border: 1px solid #eee;
	height:156px;	
	width:898px;
}

#nav ul {	
	width:800px;
	margin:0 auto;	
}

#nav li {
	border-right:1px solid #eee;
	float:left;
	padding-left:1px;
	width:175px;
	list-style-type:none;
	text-align:center;
}

#nav a {
	color:#333333;
	display:block;
	padding:17px;
	position:relative;
	font-size:11px;		
	height:122px;
	text-decoration:none;
	
	border-bottom: 1px solid #eee;
}	

#nav a.current {
	margin: 4px 0 0 -1px;
	background:url(img/down_large.jpg);	
}

#nav img {
	border: none;
	margin:3px 0 5px 27px;
	padding:4px;		
	display:block;
}

#nav strong {
	display:block;		
	font-size:13px;
	margin-bottom: 4px;
}

#panes {
	background:#fff url(img/h300_reverse.png) repeat scroll 0 0;
	border: 1px solid #eee;
	width:898px;	
	height:320px;
	margin-bottom:-20px;
	padding-bottom:20px;
	position:relative;
}

#panes div {
	display:none;		
	position:absolute;
	top:20px;
	left:20px;
	font-size:14px;
	color:#444;	
	width:850px; 
}

#panes img {
	float:left;
	margin-right:20px;	
	margin-bottom: 180px;
}

#panes p.more {
	color:#000;
	font-weight:bold;
}

#panes h3 {
	margin:0 0 -5px 0;
	font-size:22px;
	font-weight:normal;
}

.overlay {
	display:none;
	width:900px;
	padding:20px;
	background-color:#ddd;
}