/************************ SITE ************************/
#bg{
	width: 100%;
	/*background: url(img/bg_page.jpg) no-repeat center top;*/
	background:#CCC;
	
}

#site{
	width: 831px;
	margin: 0 auto;
}

/************************ TOPO ************************/
#siteTopo{
	clear: both;
	width: 831px;
	height: 193px;
}


#banner{
	background: url(img/topo.jpg) #FFFFFF no-repeat left bottom;
	width: 831px;
	height: 160px;
	
}


/************************ CONTEÚDO ************************/
#siteConteudo{
	clear: both;
	width: 818px;
	/*padding-right: 10px;*/
	color: #4B4b4B;
	/*text-align: left;*/
	/*background: #F0EFED url(img/bg_conteudo.jpg) no-repeat center top;*/
	background:#DCDCDC;
	
}


/************************ CENTRO ************************/
#siteCentro{
	/*float: right;*/
	width: 818px;
	margin: 0;
	font-size: 95%;
	color: #676059;
	padding: 0 0 0 13px;
	/*background: #ECEBE9 url(img/bg_centro.jpg) no-repeat left top;*/
	background:#FFFFFF;
	
}
#siteCentro h2{
	margin: 0 0 10px 0;
	color: #3A7DB7;
	font-size: 220%;
	font-weight: normal;
	letter-spacing: -2px;
}

#siteCentro h5{
	font-weight: bold;
	color: #3A7DB7;
	font-size: 15pt;
	/*letter-spacing: 1px;*/
	cursor:hand;
}

/************************ LATERAL ************************/
#siteLateral{
	float: left;
	width: 120px;
	padding: 0 0 20px 44px;
}


#siteLateral dl{
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-transform: uppercase;
}
#siteLateral dl a{
	display: block;
	text-decoration: none;
}
#siteLateral dl span{
	display: none;
}
#siteLateral dt{
	margin-top: 6px;
	margin-bottom: 4px;
}
#siteLateral dt,
#siteLateral dt a{
	color: #FFF;
	height: 16px;
}
#siteLateral dd{
	margin: 3px 0 0 0;
	padding: 0;
}
#siteLateral dd,
#siteLateral dd a{
	height: 14px;
	background: none;
}
#siteLateral dt.item1{
	margin-top: 0;
}


/************************ RODAPÉ ************************/
#siteRodape{
	clear: both;
	padding: 10px 19px;
	text-align: right;
	color: #707070;
	font-size: 10px;
	text-transform: uppercase;
	border-top: 1px solid #D9D9D7;
	background-color: #FFFFFF;
}
#siteRodape a{
	color: #707070;
	text-decoration: none;
	margin-right: 15px;
}


