html, body, form, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #FF6600;
}
a:hover {
	color: #000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	text-align: center;
	font: 11px arial, sans-serif;
	color: #fff;
	padding-bottom: 10px;
	background:url(images/fundo.jpg) no-repeat;
}

#topo {
	height : 218px;
	margin-top : 0;
	padding : 0;
	margin: auto;
	width: 775px;
}
#logo {
	height : 204px;
	width:234px;
}
#social{
    height: 160px;
    padding: 30px 0 0 20px;
    width: 58px;
	float:right;
}
/**Menu**/
#menu ul {
	list-style-type : none;
	background: url(images/nav_bg.jpg) repeat-x;
	color : #fff;
	text-align : center;
	font-weight : bold;
	margin: auto;
	width: 775px;
  	position: relative;
}
#menu li {
	display : inline;
}
#menu li a, #menu a:visited {
	text-decoration : none;
	background: url(images/nav_bg.jpg) repeat-x;
	color : #fff;
	padding : 0.6em 1.3em;
	border-bottom : 1px solid #fff;
	font: 18px "arial narrow", arial, sans-serif;
	height: 62px;
	line-height: 62px;
	text-align: center;
}
#menu a:link.active, #menu a:visited.active, #menu a:hover {
	text-decoration : none;
	background : #fff;
	color : #000;
}
/** Contato **/
#contato {
	padding-bottom: 44px;
	margin: auto;
	width: 775px;
	position: relative;
	padding-top: 10px;
}
#contato h2 {
	background: url(images/h_booking_bg.jpg) center repeat-x;
	height: 27px;
	line-height: 27px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	margin: auto;
	width:775px;
}
#contato th {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
#contato td.enviar {
	text-align: center;
}
/** Rodapé **/
#rodape {
	text-align: center;
	background: url(images/divider.gif) repeat-x;
	padding: 20px 20px 12px 20px;
	margin: auto;
	width: 775px;
	position: relative;
}
#rodape li {
	list-style: none;
	display: inline;
}
#rodape a {
	color: #000;
	text-decoration: underline;
}
#rodape a:hover {
	text-decoration: underline;
}

