/* CSS Document */

body{
	margin:0px;
	background-color:#333333;
	background-image:url(imagens/fundo.jpg);
	background-repeat:no-repeat;
	}
	
div#geral{
	width:779px;
	margin:0 auto;
	}
	
div#topo{
	width:779px;
	height:100px;
	background-image:url(imagens/topo.jpg);
	background-repeat:no-repeat;
	clear:both;
	}	
	
div#conteudo{
	width:779px;
	height:400px;
	background-image:url(imagens/centro.jpg);
	background-repeat:no-repeat;
	}	
	
div#esquerda{
	width:227px;
	height:400px;
	float:left;
	margin-left:0px;
	}	
		
div#menu{
	margin-left:4px;
	padding-top:30px;
	}		
		
		
div#direita{
	width:526px;
	height:392px;
	float:left;
	margin-left:1px;
	margin-top:4px;
	background-color:#434343;
	}
			
			
			
div#rodape{
	width:779px;
	height:50px;
	background-image:url(imagens/rodape.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	letter-spacing:0px;
	clear:both;
	line-height:40px;
	}		
	
div#rodape a{
	text-decoration:none;
	color:#666666;
	}
	
div#rodape a:hover{
	color:#999999;
	}		
	
div#rodape1{
	width:300px;
	float:left;
	text-align:left;
	padding-left:250px;
	}
div#rodape2{
	width:170px;
	float:left;
	text-align:left;
	}	
	
div#rodape3{
	width:30px;
	height:20px;
	float:left;
	padding-top:10px;
	}		
		