@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image:url(imagens/fundo.jpg);
	background-repeat:repeat-x;
	}
	
div#geral{
	width:800px;
	margin:0 auto;
	}	
	
div#topo{
	width:800px;
	height:100px;
	clear:both;
	background-image:url(imagens/topo.jpg);
	background-repeat:no-repeat;
	}	
	
div#menu{
	width:800px;
	height:35px;
	clear:both;
	background-color:#565371;
	}	
	
div#slide{
	width:800px;
	height:140px;
	clear:both;
	margin-top:10px;
	}	
	
div#load{
	width:800px;
	clear:both;
	border-top:#ff6f31 5px solid;
	margin-top:1px;
	}
	
div#rodape{
	width:800px;
	clear:both;
	border-top:#565371 2px solid;
	line-height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#a7a7b8;
	}
	
div#rodape1{
	width:500px;
	float:left;
	}		
div#rodape2{
	width:300px;
	float:left;
	text-align:right;
	}	
div#rodape2 a{
	color:#a7a7b8;
	text-decoration:none;
	}
div#rodape a:hover{
	color:#CCCCCC;
	}		