@charset "ISO-8859-1";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}

body{
	background-attachment: scroll;
	background-image: url(../imagens/site/bg_img.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* ----- INDEX ----- */

#principal{
	width:100%;
	height:100%;
	min-height:100%;
	background-attachment: scroll;
	background-image: url(../imagens/site/bg_topofull.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#topo{
	width:900px;
	margin:0 auto;
	height: 319px;
	background-attachment: scroll;
	background-image: url(../imagens/site/bg_topo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
}

#topo #imagemtopo{
	position:absolute;
	top:39px;
	left:299px;
	width:302px;
	height:404px;
	background-attachment: scroll;
	background-image: url(../imagens/site/bg_imagemtopo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow:hidden;
}

#meio{
	min-height: 499px;
	width:900px;
	margin:0 auto;
	position:relative;
	display:block;
}

*html#meio{
	height:499px;
	width:900px;
	margin:0 auto;
	position:relative;
	display:block;
}

#lateral{
	width:299px;
	position:absolute;
	right:0;
}

#conteudo{
	width:601px;
	position:relative;
	display:block;
	height:450px;
	min-height:450px;
	float:left;
}
	
#rodapefull{
	background-attachment: scroll;
	background-image: url(../imagens/site/bg_rodapefull.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: 195px;
	width: 100%;
	position:relative;
}

#rodape{
	width: 900px;
	margin: 0 auto;
	height:195px;
	display:block;
	background-attachment: scroll;
	background-image: url(../imagens/site/bg_rodape.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position:relative;
}

.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: 1px;
    line-height: 0px;
	margin-bottom:10px;
}


/* ----- FOTOS ----- */
.foto8{
	padding:8px;
	background: #85A2C7;
}

/* ----- FONTES ----- */

h1{ /* FONTE PARA TITULOS DAS MATERIAS EM CONTEUDO */
	font-size:14px;
}

h2{ /* FONTE PARA TITULOS DAS MATERIAS EM LATERAL */
	font-size:12px;
	font-weight:lighter;
	color:#666666;
}

h3{ /* FONTE PARA DATAS E SUBTITULOS */
	font-size:10px;
}

p{
	font-size:12px;
}