/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image:url(imagens/fundo00.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	}
	
div#geral{
	width:900px;
	margin:0 auto;
	}
	
div#topo1{
	width:550px;
	height:40px;
	clear:both;
	padding-left:350px;
	background-color:#504e4f;
	0background-image:url(imagens/topo1.jpg);
	}	
	
div#topo{
	width:900px;
	height:120px;
	clear:both;
	background-image: url(imagens/topo.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=imagens/topo.png);

	}	
	
div#menu{
	width:900px;
	height:60px;
	clear:both;
	0background-color:#4f4e4e;
	background-image:url(imagens/fundomenu0.jpg);
	background-repeat:repeat-x;
	border-top:#4f4e4e 6px solid;
	}	
	
div#conteudos{
	width:900px;
	clear:both;
	margin-top:1px;
	}
	
div#rodape{
	width:900px;
	height:80px;
	clear:both;
	margin-top:5px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-top:#999999 1px solid;
	line-height:14px;
	}	
	
div#rodape1{
	width:350px;
	float:left;
	padding-top:8px;
	line-height:18px;
	}	

div#rodape2{
	width:230px;
	float:left;
	padding-top:8px;
	}
	
div#rodape3{
	width:320px;
	float:left;
	padding-top:8px;
	}
		
div#rodape a{
	color:#999999;
	text-decoration:none;
	}
div#rodape a:hover{
	color:#FFFFFF;
	}				
