/* CSS Document */

body {
	margin:0;
	padding:0;
	border:0;
	background:url(img/fundo.jpg);
	}
	
	
	
	
	
.tudo {
	width:950px;
	height:535px;
	}
	
.esquerda{
	width:530px;
	height:535px;
	float:left;
	}
	
.direita{
	width:420px;
	height:535px;
	float:right;
	}
	
/* Esquerda */

.topo_esq{
	width:530px;
	height:174px;
	float:left;
	}
	
.meio_esq{
	width:530px;
	height:333px;
	float:left;
	}
	
.rodape_esq{
	width:518px;
	height:23px;
	float:left;
	padding:5px 0 0 12px;
	font-family:Verdana;
	font-size:12px;
	color:#FFF;
	}
	
/* Direita */

.topo_dir{
	width:420px;
	height:373px;
	float:left;
	background:url(img/topo_dir.jpg);
	}
	
.meio_dir{
	width:420px;
	height:135px;
	float:left;
	}
	
.rodape_dir{
	width:410px;
	height:26px;
	float:left;
	padding: 2px 10px 0 0;
	font-family:Verdana;
	font-size:12px;
	color:#FFF;
	}
	
/* Contato */

.topo_contato{
	width:420px;
	height:124px;
	float:left;
	background: url(img/topo_contato.jpg);
	}
	
.texto_contato{
	width:400px;
	height:46px;
	float:left;
	padding: 15px 0 0 20px;
	font-family:verdana;
	font-size:12px;
	color:#FFF;
	}
	
.texto_contato{
	width:400px;
	height:46px;
	float:left;
	padding: 15px 0 0 20px;
	font-family:verdana;
	font-size:12px;
	color:#FFF;
	}
	
.form_contato{
	width:400px;
	height:325px;
	float:left;
	padding: 0 0 0 20px;
	font-family:verdana;
	font-size:12px;
	color:#FFF;
	}
	
.campos_contato {
	background: url(img/fundo_form.jpg);
	border: 1px solid #735537;
	padding: 3px 0 0 3px;
	margin: 0 0 4px 0;
	font-family:verdana; 
	font-size:12px;
	color:#FFFFFF;
	}
	
/* Reservas */

.topo_reservas{
	width:420px;
	height:124px;
	float:left;
	background: url(img/topo_reservas.jpg);
	}
	
.campo_mensagem {
	background: url(img/campo_mensagem.jpg);
	border: 1px solid #735537;
	padding: 3px 0 0 3px;
	margin: 0 0 4px 0;
	font-family:verdana; 
	font-size:12px;
	color:#FFFFFF;
	}