body{
	text-align:center;
	background:url(../img/bg.gif);
	margin:0;
	padding:0;
}

.clear{
	clear: both;
	position: relative;
	font: 0;
	height: 1px;
	margin-bottom: -1px;
}

h1{
	display:none;
}
p, dl, span, dd a{
	font-family: "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#444;
	line-height:1.3em;
}
li, h3, dt, address{
	font:11px Tahoma;
	color:#444;
}

#site{
	width:776px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	position:relative;
}
#conteudo{
	height:auto !important;
	height:400px;
	padding:30px 20px;
	background:url(../img/bgConteudoTop.jpg) no-repeat top left;
}

#topo{
	width:776px;
	height:213px;
	background:url(../img/bgTopo.jpg) no-repeat top left;
}

#rodape{
	width:776px;
	margin:0 auto;
	background:#fff url(../img/bgRodape.jpg) no-repeat top left;
}	
#rodape address{
	padding:20px 10px;
	margin:0 0 0 0;
}	

#navegacao{
	width:776px;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
}

#navegacao ul{
	margin:0;
	padding:0;
}

#navegacao ul li{
	float:left;
	list-style:none;

}

#navegacao ul li a{
	display:block;
	font:11px Tahoma;
	color:#fff;
	text-decoration:none;
	width:117px !important;
	width:128px;
	background:#6490ae;
	padding:10px 0 10px 5px;
	border:1px solid #fff;
	border-left:5px solid #fff;
}

#navegacao ul li a:hover{
	background:#527d9a;
}
