/* CSS Document */

html{
	scrollbar-base-color: #668800;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #668800;
	scrollbar-darkshadow-color: #799b12;
	scrollbar-face-color: #668800;
	scrollbar-highlight-color: #799b12;
	scrollbar-shadow-color: #799b12;
	scrollbar-track-color: #d5e297;
	}
	

body{
	margin:0px;
	padding:0px;
	background-image:url(imagens/fundo.png);
	background-repeat:repeat-x;
	background-color:#8cba00;
	}

	
div#geral{
	width:800px;
	margin:0 auto;
	}	
	
div#topo{
	width:800px;
	height:140px;
	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:600px;
	height:30px;
	clear:both;
	margin-top:20px;
	padding-left:200px;
	}	
	
div#slide{
	width:800px;
	height:300px;
	clear:both;
	background-color:#FFFFFF;
	}	
	
div#conteudos{
	width:800px;
	clear:both;
	margin-top:5px;
	}	
	
div#rodape{
	width:800px;
	height:40px;
	margin-top:5px;
	padding-top:10px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#567004;
	border-top:#719500 1px solid;
	}	
	
div#rodape a{
	text-decoration:none;
	color:#567004;
	}
div#rodape a:hover{
	color:#FFFFFF;
	}		