body {
	margin:0;
	background-image: url(../imagens/site/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #c9d9af;
	overflow-x:hidden;
}
.bg2 {
	background-image: url(../imagens/site/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left -155px;
}
* {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
/* ----- INDEX ----- */



#principal {
	width: 900px;
	margin:0 auto;
	position: relative;
}
#topo {
	display: block;
	height: 364px;
	width: 900px;
	margin-top: 0px;
}
#topo2 {
	display: block;
	width: 900px;
	margin-top: 0px;
	height:205px;
}
#coluna_esq {
	width: 207px;
	display: block;
	position: relative;
	float:left;
}
#menu,  #banner_lateral {
	text-align: right;
	display: block;
	position: relative;
	float:right;
	padding:5px;
	width: 207;
}
#conteudo {
	display: block;
	position: relative;
	width: 621px;
	float:left;
}
#meio {
	width: 600px;
	padding: 10px;
	position: relative;
	background-attachment: scroll;
	background-image: url(../imagens/site/bg_meio.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0;
}
.separa {
	display: block;
	height: 12px;
	width: 90%;
	clear:both;
	background-attachment: scroll;
	background-image: url(../imagens/site/separa.gif);
	background-repeat: repeat-x;
	background-position: center center;
	margin: 10px auto;
}
#barrafinal {
	background-attachment: scroll;
	background-image: url(../imagens/site/barra_final.jpg);
	background-repeat: repeat;
	background-position: center center;
	height: 20px;
	margin-top: -2px;
	width: 621px;
}
#rodape {
	height: 35px;
	width: 900px;
	position: relative;
	clear: both;
	background-image: url(../imagens/site/rodape.jpg);
}
/* ----- TOPO ----- */

.public01 {
	margin-top: 24px;
	margin-left: 41px;
}
#topo .banner {
	padding: 4px;
	padding-top:29px;
	height: 122px;
	width: 792px;
	margin:0 0 0 41px;
}
#titulo_site {
	height: 205px;
	width: 900px;
	margin-top: 29px;
 *margin-top: 27px;
	z-index: 22;
}
#titulo_site2 {
	height: 205px;
	width: 900px;
	margin-top: 4px;
 *margin-top: 2px;
	z-index: 22;
}
#titulo_site .imagetitulo {
	margin:-25px 0 0 -35px;
	position:absolute;
}
#titulo_site2 .imagetitulo {
	margin:0 0 0 -35px;
	position:absolute;
}
#back_titulo_site, #back_titulo_site2 {
	background-attachment: scroll;
	background-image: url(../imagens/site/back_topo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 450px;
	height: 205px;
	z-index:-1;
	position: absolute;
	left: 0px;
	top: 159px;
}
#back_titulo_site2 {
	top:4px;
}
/* ----- COLUNA ESQUERDA ----- */
#fotoslat {
	width:205px;
	height:290px;
	margin:5px auto;
	position:relative;
	overflow:hidden;
	display: block;
}

/* contador */
#contador{
	display: block;
	margin:10px auto 0;
	padding: 0 5px;
	width: 197px;
}

#contador ul{
	margin:0 auto;
	padding:0;
	position:relative;
	width:187px;
}

#contador ul li{
	border-bottom:1px dotted #060;
	display:block;
	list-style-type:none;
	padding:10px 5px 5px;
	text-align:left;
	height:15px;
}

#contador ul li:hover{
	background:#ccc;
	border-bottom:1px dotted #060;
}

#contador ul li.soma{
	border:none;
	font-size:14px;
	font-weight:800;
	margin:-33px 0 0;
	text-align:right;
}
