@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background-image:url(imagens/fundo.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#609217;
	}
	
div#geral{
	width:950px;
	margin:0 auto;
	}
	
div#topo{
	width:950px;
	height:140px;
	clear:both;
	}	
	
div#logo{
	width:350px;
	height:140px;
	float:left;
	background-image: url(imagens/logo.png) !important;
	background-image: none;
	background-repeat:no-repeat;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=imagens/logo.png);
	}
	
div#topo2{
	width:600px;
	height:140px;
	float:left;
	background-image: url(imagens/topo2.png) !important;
	background-image: none;
	background-repeat:no-repeat;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=imagens/topo2.png);
	}	
			
	
div#menu{
	width:950px;
	height:40px;
	clear:both;
	margin-top:0px;
	background-color:#9fdc39;
	background-image:url(imagens/menu.jpg);
	background-repeat:repeat-x;
	}	
	
div#conteudos{
	width:950px;
	clear:both;
	}
	
div#rodape{
	width:950px;
	height:50px;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	line-height:15px;
	color:#173c12;
	border-top:#64a817 2px solid;
	}	
div#rodape a{
	color:#173c12;
	text-decoration:none;
	}
div#rodape a:hover{
	color:#FFFFFF;
	}		
			
