/* CSS Document */

body{
	margin:0px;
	background-image:url(imagens/fundo.jpg);
	background-repeat:repeat-x;
	background-color:#E0EAF1;
	}
	
div#geral{
	width:779px;
	margin:0 auto;
	}
	
div#topo{
	width:779px;
	height:160px;
	clear:both;
	background-image:url(imagens/topo.jpg);
	background-repeat:no-repeat;
	}		

div#menu{
	width:779px;
	height:35px;
	clear:both;
	background-color:#006699;
	}
	
div#menu1{
	width:670px;
	height:35px;
	float:left;
	}
div#menu2{
	width:109px;
	height:27px;
	float:left;
	padding-top:8px;
	text-align:center;
	}		
	
	
div#load{
	width:779px;
	clear:both;
	background-color:#D1E0EA;
	}
	
div#rodape{
	width:769px;
	height:34px;
	clear:both;
	background-color:#006699;
	color:#8DB5CF;
	padding-top:6px;
	padding-left:10px;
	font-size:10px;
	background-image:url(imagens/rodape1.jpg);
	background-repeat:no-repeat;
	}	
	
div#rodape1{
	width:500px;
	float:left;
	}	
div#rodape2{
	width:250px;
	height:31px;
	float:left;
	padding-top:3px;
	text-align:right;
	}	
	
	
div#rodape a{
	text-decoration:none;
	color:#8DB5CF;
	}
div#rodape a:hover{
	color:#FFFFFF;
	}			