/* ------------------------------------------------------- geral */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration:none;
	border:none;
}
body {
	background-color: #999999;
}
/* ------------------------------------------------------- div principal */
#geral {
	width: 765px;
	margin: 0px auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(imagens/back_geral2.jpg);
	background-repeat: repeat-y;
	/*border: solid 1px #ffffff;*/
}
/* ------------------------------------------------------- faixa */
#faixaesq{
	float: left;
	width: 300px;
	height:750px;
	background-image: url(imagens/fotomodelo.jpg);
	background-repeat: no-repeat;
}
#faixadir{
	float: left;
	width: 460px;
	height:750px;
	background-color: #FAF6EA;
}
/* ------------------------------------------------------- topo */
#topo {
	width: 460px;
	height: 225px;
	background-image: url(imagens/back_topo.jpg);
	background-repeat: no-repeat;
}
#topo h1{
	width: 122px;
	height: 165px;
	background-image: url(imagens/logomh.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	margin-top: 10px;
	margin-left: 169px;
}
#topo p{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	margin-top: 10px;
}
/* ------------------------------------------------------- menu */
#menu {
	float: right;
	width: 460px;
	height: 21px;
	background-color: #DA251C;
	background-image: url(imagens/back_menu.jpg);
	background-repeat: repeat-x;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	color: #ffffff;
/*	font-weight: bold;*/
	padding-top: 4px;
}
#menu a{
   color: #ffffff;
}
#menu a:hover{
	color: #000000;
}
/* ------------------------------------------------------- reservas */
#reservas {
	float: left;
	width: 130px;
	height: 445px;	
	margin: 5px;
	background-color: #E8E0C8; /*#F0EBDB;*/
}
#reservas p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
}
#reservas h1 {
	color: #000000;
	font-style: italic;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
	text-transform: uppercase;
}
#reservas input, select, textarea {	
   background-color: #ffffff;
	padding: 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595224;
}
/* ------------------------------------------------------- box */
#box {
	float: left;
	width: 300px;
	height: 445px;
	margin-top: 5px;
	/*background-color: #F0EBDB;*/
}
#box p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
	color: #3F3F3F;
}
#box h1 {
	color: #DA251C;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#box input, select, textarea {	
   background-color: #ffffff;
	padding:1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595224;
}
#links {
	/*margin-left: 5px;*/
	float: left;
	width: 300px;
	/*height: 100px;*/
	/*margin-top: 5px;*/
	
}
/* ------------------------------------------------------- rodape */
#rodape {
	width: 460px;	
	text-align: right;
	height: 40px;
	background-image: url(imagens/back_rodape.jpg);
	background-repeat: repeat-x;
	clear: both;
}
#rodape p {
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Helvetica, Verdana, Arial, sans-serif, Geneva;*/
	font-size: 11px;
	margin-right: 15px;
	color: #ffffff;
}
#rodape a {
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
#rodape a:hover {
	color: #D2CF88;
}
.style1 {color: #FFFFFF}
