@charset "utf-8";

ul#slide{
		list-style-type:none;
		margin: 0px;
          padding:0px 0px 0px 0px;
          top:0px;
	     left:0px;
		
	}
	
	ul#slide li img {
		padding:0px;
		border: 0px	
	}


#geral {
	width:1000px;
	height:auto;
	margin:0 auto;
	background-attachment: fixed;
	background-image: url(fundocont.png);
	background-repeat: repeat;
		}
body {
	background-attachment: fixed;
	background-image: url(fundo.png);
	background-repeat: repeat;
}

		
#topo {width:1000px;
		height:150px;
		background-color:#AAAAAA;
		margin-bottom:10px;
		}
		
#menu {
	width:180px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	   }
		
#conteudo {
	width:790px;
	height:auto;
	float:right;
	margin-right:10px;
	margin-bottom:10px;
	background-image: url(fundocont.png);
	background-attachment: fixed;
	background-repeat: repeat;
		   }

#principal {
	width:790px;
	height:auto;
	float:right;
	margin-right:10px;
	margin-bottom:10px;
	background-attachment: fixed;
	background-image: url(fundocont.png);
	background-repeat: repeat;
		   }
		   
#rodape {
	width:1000px;
	height:30px;
	clear:both;
	background-image: url(rodape.png);
		 }
			
#menu ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height:40px;
	padding-top:5px;
	color: #FFFF00;
	background-image: url(botao2.png);
	background-repeat:no-repeat;
}
#menu a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(botao3.png);
}

#esquerda {
	float: left;
	width: 200px;
	margin-left: 20px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#texto {
	float: left;
	width: 490px;
	margin-right: 15px;
	margin-left: 25px;
	margin-top: 10px;
}
#recado dd {
	margin: 0px;
	float: left;
	width: 200px;
	padding-top: 7px;
	padding-bottom: 8px;
}
#recado dt {
	float: left;
	width: 200px;
	text-align: right;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-right: 5px;
}
.campos {
	width: 190px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
}
fieldset {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
	height: auto;
	width: 490px;
}
