/* CRIADO POR ELISEU DA SILVA BORGUEZĂO */
/* http://www.eliseusb.com */
/* contato@eliseusb.com | (16) 8167-6150 */
/* Designer de web */


*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	list-style-type: none;
	line-height: 16px;
}
body{
	font-family: Verdana, Arial;
	font-size: 12px;
	
	font-weight: normal;
	text-align: left;
	background: #FF7510;
}
a{
	color: #D95C00;
}
a:visited{
	color: #993300;
	text-decoration: none;
}
a:hover{
	color: #993300;
	text-decoration: none;
}

h1{
	font-size: 18px;
	font-weight: 100;
	color: #D43002;
}

h2{
	font-size: 14px;
	font-weight: 700;
	color: #D95C00;
}

h3{

}

.nofloat{
	clear: both;
}

.alignleft{
	text-align: left;
}

.aligncenter{
	text-align: center;
}

.alignright{
	text-align: right;
}

.alignjustify{
	text-align: justify;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

#frameinvisivel{
	display: none;
}
/* --------------------------------------------------------------------------------- FORMULARIO DE CONTATO */
#formulario .input{
	width: 280px;
	height: 18px;
	text-indent: 4px;
	border: 2px solid #EF9859;
	background-color: #FFFFFF;
	padding: 2px 0px 0px 0px;
	color: #993300;
}
#formulario .idade{
	width: 50px;
}
#formulario textarea{
	width: 280px;
	height: 120px;
	background-color: #FFFFFF;
	border: 2px solid #EF9859;
	color: #993300;
}
#formulario .bt{
	width: 80px;
	height: 20px;
	border: 2px solid #EF9859;
	background-color: #FFFFFF;
	color: #993300;
}
/* --------------------------------------------------------------------------------- CONTEUDO */

#topo{
	margin: 0px auto;
	margin-top: 10px;
	width: 777px;
	height: 221px;
	background: url(imagens/topo.jpg) top center no-repeat;
	text-align: center;
}

#apresentacao{
	margin: 0px auto;
	width: 747px;
	height: 158px;
	background: url(imagens/bg_paisagem.jpg) top center no-repeat;
	text-align: left;
	color: #FFFFFF;
	padding: 30px 0px 0px 30px;
		/*border: 1px solid #66FFFF;*/
}

#apresentacao p{
	width: 558px;
	text-align: justify;
	/*margin: 0px 0px 0px 20px;*/
}

#conteudo{
	width: 757px;
	min-height: 720px;
	background: #FFFFFF url(imagens/bg_conteudo.gif) top center no-repeat;		/*border: 1px solid #66FFFF;*/
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

* html #conteudo{
	height: 1090px;
}

#conteudo p{
	width: 430px;
	text-align: justify;
}

#retornos{
	width: 283px;
	height: 115px;
	float: right;
	background: url(imagens/caixa_01.jpg) top center no-repeat;
	padding: 35px 10px 0px 10px;
	color: #FFFFFF;		/*border: 1px solid #FF0000;*/
}

#retornos li{
	text-align: left;
	text-indent: 4px;
	padding: 2px 0px 0px 5px;
	margin: 0px 0px 3px 0px;
}

#contato{
	clear: both;
	float: right;
	width: 283px;
	height: 450px;
	margin: 12px 0px 0px 0px;
	background: url(imagens/contato.jpg) top center no-repeat;
	padding: 55px 10px 0px 10px;
	color: #FFFFFF;
		/*border: 1px solid #FF0000;*/
}

#contato p{
	width: 280px;
}

#copyright{
	clear: both;
	float: right;
	width: 283px;
	height: 28px;
	margin: 20px 0px 0px 0px;
	text-align: center;
		/*border: 1px solid #FF0000;*/
}

