/* ESTILOS GERAIS */
@charset "utf-8";
body { 
background: #000;  /* COR DO BG */
}

#fundo{
background: url(../images/BG3.jpg) no-repeat center ; /* IMAGEM DO BG - CACHOEIRA */
width:;
height:915px;
margin:0 auto;

}


/*TAGS PADROES*/

h1, h2, h3, h4, h5 { /*CABEÇALHOS*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	padding: 0px;
	float:left;
	
}
h2 {
	font-size: 16px;
	display: block;
}
h3 {
	font-size: 20px;
	display: block;
}
h4 {
	font-size: 24px;
	display: block;
}
h5 {
	font-size: 28px;
	display: block;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding-right: 5px;
	padding-top: 20px;
	
}
.left-article p {
	padding-bottom: 10px;
}
.clear {
	clear: both;
}


/*CONTEÚDO GERAL*/

#wrapper {
	width: 940px;
	height:885px;
	background-attachment:fixed;
	margin: 0 auto 0 auto;
	padding-top: 30px;
}

#caixa{
height:274px;
margin:15px 8px 3px 45px;
overflow:auto;
padding:15px;
position:relative;
width:400px;
}

#content {
	float: left;
	height:296px;
}

#introtext {
	
width: 400px!important;
height: 274px;
overflow: auto;
/* IE overflow fix,POSITION TEM QUE SER RELATIVE OU ABSOLUTE*/
position: relative;
background-color: ;
margin: 15px 8px 3px 45px;
padding: 15px!important;
}
 
#introtext02 {
	
width: 400px;
height: 274px;
/* IE overflow fix, POSITION TEM QUE SER RELATIVE OU ABSOLUTE*/
position: relative;
background-color: ;
margin: 15px 8px 3px 45px;
padding: 15px;
}

#fotos{
height:374px;
margin:1px 2px 3px 4px;
padding:15px;
position:relative;
width:800px;
}

#footer {
	
	background-image:url(../images/);
	background-repeat: no-repeat;
	width: 900px;
	height: 120px;
	margin: 335px 0 20px 110px;
}

/*FIM DO RODAPÉ*/


