@charset "utf-8";
/* CSS Document */

body{ margin:0 auto 0 auto; background:url(img/back.jpg) repeat-x;}
.clearer{height:1px; overflow:hidden; margin-top:-1px; clear:both; background:url(img/back_left.jpg) repeat-y;}

#header{ 
	width:870px; 
	height:195px;
	margin:0 auto 0 auto;
}

#content{
	width:870px;
	position:relative;
	margin:0 auto 0 auto;
}	
/*** Conteudo ***/
#left{
	width:675px;
	min-height:738px;
	float:left;
	background:url(img/back_left.jpg) repeat-y;
}
#quadro_gr{ 
	width:567px;
	height:270px;
	margin:10px auto 30px auto;
}
#quadro_bv{ 
	width:567px;
	height:164px;
	background:url(img/quadro.jpg) no-repeat;
	margin:10px auto 30px auto;
}
#quadro_frota{ 
	width:567px;
	height:144px;
	background:url(img/quadro.jpg) no-repeat;
	margin:10px auto 30px auto;
}
.tit{font-family:Verdana; font-size:12px; font-weight:bold;
	color:#FFFFFF; padding:0; margin:0; }
.texto{ font-family:Verdana; font-size:11px;
	color:#000; padding:10px 30px 0 25px;
}	
#quadros_pq{
	width:578px;
	height:244px;
	background:url(img/quadro2.jpg);
	margin: -36px 0 0 55px;
	float:left;
}
.text_pq{ width:140px; float:left; font-family:Verdana; font-size:9px; color:#8e8e8e;
	padding:0 0 0 10px; margin:45px 20px 0 20px;
}
.text_pq2 a{ width:140px; float:left; font-family:Verdana; font-size:11px; color:#8e8e8e;
	padding:0 0 0 10px; margin:45px 20px 0 20px; text-decoration:none; text-align:center;
}
.text_pq2 a:hover{ text-decoration:underline;}

.text_divido{ width:65px; height:170px; float:left; font-family:Verdana; font-size:9px; color:#8e8e8e;
	padding:0 0 0 5px; margin:45px 0 0 20px; line-height:10px;
}
#conteudo{width:575px; margin:0 auto 0 auto;}

p{font-family:Verdana; font-size:11px; color:#000;}

#tabela{ width:570px; height:auto; background:url(img/tabela.jpg) no-repeat; margin: 10px auto 0 auto;
}
/*** End Conteudo ***/

#right{
	width:195px;
	background:#00672c;
	float:right;
}

#footer{
	width:870px;
	height:80px;
	background:url(img/footer.jpg) no-repeat;
	position:relative;
	margin:0 auto 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:0;
}
#footer .rodape{ 	
	font-size:10px;
	margin-left:130px;	
}
#footer a{
	text-decoration: none;
	color:#0000FF;
}	
