	
body{
	background: url(/static/tema/bg-site.jpg) top center no-repeat #fff3c1;
	font-size: 14px;
	color: #474334;
	}
	
#wrapperGeral{
	width: 758px;
	margin: 0px auto;
	border-left: 1px solid orange;
	border-right: 1px solid black;
	}
	
h1{font-size: 30px;}
h2{font-size: 25px; letter-spacing: -2px;}
h3{font-size: 20px;}
h4{font-size: 18px;}
h4{font-size: 14px; margin-bottom: 5px;}

p,h1,h2,h3,ul{
	margin-bottom: 	15px;
	}

a{
	color:#ff6b00;
	text-decoration: none;
	}
	
a:hover{color:#ffaa00;}

#Erros li{color: red; margin-bottom: 10px;}
#Sucessos li{color: green; margin-bottom: 10px;}
#Avisos li{color: orange; margin-bottom: 10px;}

#header{
	height: 410px;
	}
	
#header h1{display: none;}

#conteudo{
	background: url(/static/tema/bg-conteudo.jpg) top repeat-x white;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 1.5em;
	text-align: justify;
	min-height: 300px;
	}
	
#conteudo #faunatable p{
	line-height: 1em;
	margin-bottom: 5px;
	font-size: 11px;
	}
	
#conteudo #faunatable p.sp{
	font-style: italic;
	}
	
#conteudo input[type="text"], #conteudo textarea{
	padding: 3px;
	border: 1px solid #58C4F6;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}

#conteudo textarea{
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	}
	
#conteudo input[type="submit"]{
	padding: 5px 20px;
	background: #58C4F6;
	color: white;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}

#conteudo input[type="submit"]:hover{
	background: #4EACD8;
	}

#conteudo strong{
	font-weight: bold;
	}	

hr.limpador{
	clear: both;
	border: none;
	}

/**********************************************************************/

#footer{
	height:295px;
	background: url(/static/tema/footer.jpg);
	position: relative;
	}
	
#copyright{
	width: 400px;
	text-align:right;
	font-size:12px;
	position:absolute;
	right:15px;
	bottom:15px;
}

#Menu{
	position: absolute;
	top:190px;
	left:150px;
	font-size:12px;
	}
	
#Menu li{
	display: inline;
	border-right: 1px solid white;
	padding-right: 10px;
	padding-left: 7px;
	}

#Menu li a{
	color: white;
	text-decoration: none;
	}
	
#Menu li a:hover{
	color:orange;
}
