html,body{
	margin:0;
	text-align:center;
}

#linha{
	width:770px;
	margin:auto;
	text-align:left;
	border:0px solid #000;
	padding:5px;
	background-color:#eff2df;
}
#linha{position:relative}

.navwrap{
	float:left;
	position:relative;
	left:48%;
}

.navwrap ul{
list-style:none; 
position:relative;
left:-50%
} 

.navwrap li{
float:left;
margin:0 8px 0 0;
background:#809900;
}

.navwrap li a{
color: #333;
float:left;
background:#eff2df;
text-decoration:none;
padding:1px 9px;
font-weight:bold;
border-bottom:3px solid #2D598E;
}

.navwrap li a:hover{
background-color:#95C1F6;
color: #6D6D6D;
border-bottom:3px solid #2D598E;
}

.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

p {
text-align:justify;
text-indent:25px;
font-family:Arial;	
clear:both;
}
li,h2 {
font-family:Arial;	
}
