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;
}

*{
	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: 197px;
	width: 900px;
	margin: 0 auto;
	padding:159px 0 0;
	z-index: 22;
}

#conteudo{
	display: block;
	margin:0 auto;
	width: 880px;
	height:200px;
	text-align:center;
	padding:25px 10px;
	background-color: #C9D8AD;
}

p a{
	color: #626128;
	font-size: 18px;
	font-weight: bolder;
	text-decoration: underline;
}

.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;
}

#rodape{
	height: 35px;
	width: 900px;
	position: relative;
	clear: both;
	background-image: url(../imagens/site/rodape.jpg);
}

/* ----- TOPO ----- */
#topo #titulo_site{
}

#back_titulo_site{
	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;
}
