body{
	margin:0px 0px 0px;
	background-color:#FFF;
	background-image:url(imagens/bg_site.jpg);
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	background-repeat:repeat-x;
}
a{
	color:#900;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-size:16px;
	color:#900;
	border-bottom:1px #000 solid;
	margin:0px 0px 0px 0px;
}
h2{
	font-size:13px;
	color:#000;
	margin:10px 0px 0px 10px;
}
p{
	text-align:justify;
	margin-left:20px;
	margin-top:5px;
}
#site{
	position:absolute;
	width:778px;
	left:50%;
	margin-left:-389px;
}
#head{
	width:778px;
	height:114px;
	
}
#menu{
	width:778px;
	height:27px;
	margin-top:10px;
}
#conteudo{
	width:778px;
	vertical-align:top;
	margin-top:30px;
}
#subconteudo{
	margin-top:30px;
	
}
#rodape{
	font-size:9px;
	width:778px;
	margin-top:40px;
	margin-bottom:30px;
	text-align:center;
}
#voltar{
	float:right;
	margin-top:-18px;
}
#voltar a{
	color:#666;
	font-size:9px;
}
#banner{
	width:778px;
	margin-bottom:20px;
}
#site_ices{
	float:right;
	color:#FF0;
	font-weight:bold;
	margin-top:-20px;
	width:100px;
	position:relative;
	
}
#site_ices a{
	color:#FF0;
}
