
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#333;
	letter-spacing:-2px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#333;
	letter-spacing:-1px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#999;
	letter-spacing:-0px;
	padding:0px;
	margin:0px;
}

.texto{
	font-family:Arial;
	font-size:14px;
	color:#5B4628;
	text-align:left;
	line-height:23px;

}


body{
	background:url(../img/bg.jpg) center top repeat-x;
	background-color:#df7a0e;
	text-align:center;
	margin:5px 0px 0px 0px;
}


#wrap{
	width:1000px;
	text-align:center;
	padding: 0px;
	overflow:hidden;
	margin:0 auto 0 auto;
	
	/* Raio da borda */
	-moz-border-radius:0px; 
	-webkit-border-radius:0px;
	/* Opacidade */
    opacity: .99;
    -moz-opacity: .99;
    filter:alpha(opacity=99);
	
	}


#cabecalho{
	height: 90px;
	background: url(../img/topo.png) center no-repeat;
	text-align: center;
}

#fotos{
	width:800px;
	overflow:hidden;
	background:#f7f8e7;
	border: 2px dotted #d7daa4;
	margin: 0 auto 0 auto;
	padding:30px 5px 30px 40px;
	text-align:center;
}

#moldura{
	width:132px;
	height:88px;
	border:1px solid #d4d5c6;
	background:#fff;
	padding:5px;
	float:left;
	margin:5px;
	text-align:center;
}


input[type=text], input[type=submit], textarea, select {
	width:90%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	background:#eaeace; 
	cursor:inherit; 
	padding:10px; 
	border: 1px dotted #b0b09b;
}


#meio{
	width:1000px;
	height:289px;
	background:url(../img/bg_meio.jpg) no-repeat;


}


#cabecalho_conteudo{
	width:1000px;
	height:90px;
	background:url(../img/topo.jpg) no-repeat;
	text-align:center;


}

#meio_conteudo{
	width:1000px;
	height:172px;
	background:url(../img/meio_conteudo.jpg) no-repeat;

}


#dentro{
	background: url(../img/bg_scroll.png);
	padding:10px 0;
}

#texto{
	width:800px;
	margin:0 auto 0 auto;
	text-align:left;
}
#texto p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

#menu{
	width:1000px;
	height:92px;
}

#pagina_top{
	width:998px;
	height:13px;
	background:url(../img/4_top.png) no-repeat;
}
#pagina{
	width: 998px;
	min-height: 750px;
	background: url(../img/bg_scroll.png) 100% 100%;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}
#pagina_bottom{
	width:998px;
	height:64px;
	background:url(../img/4_bottom.png) no-repeat;
}
#nav{
	width:200px; 
	padding-left:60px;
	padding-top:20px;
	float:left;
	height:100%;
	display:block;
}
#nav ul{
	padding: 0;
	background: transparent;
}
#nav ul li{
	dislpay: block;
	border-right: 1px solid #CCC;
	padding: 0;
}
#nav ul li a{
	text-align: left;
	display:block;
	padding: 3px 15px;
	display: block;
}
#nav ul li a:hover{
	background: #fff url(../img/back-l-menu.png) no-repeat;
}
#conteudo{
	margin-left:25px;
	margin-top:20px;
	padding: 10px;
	float:left;
}

#rodape{
	clear:both;
	width:1000px;
	height:130px;
	
}

.texto_rodape {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
}

#box_banner{
	width:200px;
	height:75px;
	border:1px solid #7a0000;
	float:left;
		/* Raio da borda */
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}

#box_texto{
	width:200px;
	height:75px;
	float:left;
}

#inscricao{ 
background:url(img/m3.jpg);
width:207px;
height:92px;
float:left;
}

#inscricao a:hover { 
background:url(img/m3_2.jpg); 
width:207px;
height:92px;
float:left;
}


/* FORM */

form label p {
	margin: 5px 0 0 0;
	color: #DD3C10 !important;
	font-size: 90% !important;
	clear: both;
}

#retorno {
	margin: 10px;
	padding: 10px;
	background: #ECEFF5;
	color: #3B5998;
	font-weight: bold;
	border: 1px solid #DCE5F7;
	display: none;
}

	#retorno p:first-child { font-weight: bold; }

	#retorno p {
		margin: 5px 0;
		font-weight: normal;
	}
