/* CSS Document */

body{
	margin:0px;
	background-color:#2B2828;
	}
	
div#geral{
	width:779px;
	margin:0 auto;
	}
	
div#topo1{
	width:779px;
	height:30px;
	clear:both;
	background-color:#E9E8E8;
	}
	
div#linha1{
	width:779px;
	height:6px;
	clear:both;
	background-color:#2C2C2C;
	font-size:1px;
	margin-top:1px;
	}	
		
		
div#topo2{
	width:779px;
	height:80px;
	clear:both;
	background-color:#F6F5F5;
	margin-top:1px;
	background-image:url(imagens/pixel.jpg);
	background-repeat:repeat;
	}
	
div#barra{
	width:30px;
	height:80px;
	float:left;
	background-color:#872A2A;
	}
	
div#logo{
	width:749px;
	height:80px;
	float:left;
	background-image:url(imagens/logo.jpg);
	background-repeat:no-repeat;
	}	
	
div#linha2{
	width:779px;
	height:3px;
	clear:both;
	background-color:#872A2A;
	font-size:1px;
	margin-top:0px;
	}
	
div#menu{
	width:779px;
	height:30px;
	clear:both;
	background-color:#CCCCCC;
	margin-top:1px;
	}	
	
	
div#conteudo{
	width:779px;
	border:#cccccc 0px dotted;
	margin-top:1px;
	background-color:#FFFFFF;
	}		
	
	
	
	
div#rodape{
	width:779px;
	height:22px;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-top:5px;
	}
	
div#rodape1{
	width:500px;
	height:22px;
	background-color:#872A2A;
	color:#FFFFFF;
	line-height:20px;
	padding-left:10px;
	letter-spacing:0px;
	float:left;
	}		
	
div#rodape2{
	width:249px;
	height:22px;
	background-color:#cccccc;
	color:#FFFFFF;
	line-height:20px;
	padding-left:10px;
	float:left;
	text-align:right;
	padding-right:10px;
	}		
		
div#rodape a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
div#rodape a:hover{
	color:#999999;
	}					
