
#tabnav 
{
	width: 100%;	
	margin: 0 auto;
	
	
}
 
#tabs 
{
	height: 30px;
	
	margin-top:-30px;
	margin-left:250px;
	
	
}
 

#content 
{
	position: relative;
	/*padding: 20px;*/
	/*border: 1px solid #ccc;*/
	/*background-color:#f4f4f4;*/
	
	
}
 
#content div p 
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	

}
 
#tabs a, #tabs a:visited 
{
	background: url("../images/tab.nav.png") top right no-repeat;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 30px;
	_height: 30px;
	margin: 0 2px 0 0;
	padding: 5px 13px 0px 10px; 
	float:left;
	
	
	
}