body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background: #782609 url(images/body_bg.jpg) repeat-x;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited { color: #621c03; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #621c03; text-decoration: none; font-weight: bold; }

.texto {
	font-size:14px;
}
h1 {
	font-size: 18px;
	color: #782609;
	font-weight: bold;
	background: url(images/h1.jpg) no-repeat;
	height: 27px;
	padding-top: 40px;
	padding-left: 70px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	height: 22px;
	padding-top: 3px;
	padding-left: 5px;
	background: url(images/h2.jpg) no-repeat;
}
h2 a:link, a:visited { color: #fff; font-size: 13px; font-weight: bold; }
h2 a:hover { color:#621c03; text-decoration: none; font-weight: bold; }

p {
	text-align:justify;
}
p a:link, p a:visited { color: #621c03; text-decoration: none; font-weight: bold;} 
p a:active, p a:hover { color: #f08661; text-decoration: none; font-weight: bold; }

#maincontainer{
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	float: left;
	background: url(images/content_bg.jpg) repeat-y;
}

#topsection{
	background: url(images/header.jpg) no-repeat;
	height: 283px; /*Height of top section*/
}

#title{
	margin: 0;
	padding-top: 150px;
	padding-left: 50px;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	font-family: Pristina;
}

#slogan {
	margin-top: 10px;
	padding-left: 50px;
	font-size: 12px;
	font-weight: bold;
	color: #ff9a59;
}

#left_col {
	float: left;
	width: 229px;
}
#menu_top {
	float: left;
	height: 33px;
	width: 229px;
	background: url(images/menu_top.jpg) no-repeat;
}
#right_col {
	float: right;
	width: 651px;
	padding-right: 20px;
}
#destination {
	float: left;
	padding: 10px 10px 20px 40px;
	width: 280px;
	border-right: dotted 1px #782609;
}
#search {
	float: right;
	padding: 10px 30px 20px 0px;
	width: 262px;
}
#mapa {
	float:left;
	padding: 10px 30px 20px 80px;
	width: 500px;
}
.search_top {
	background: url(images/search.jpg) no-repeat;
	width: 262px;
	height: 76px;
}
.sarch_mid {
	margin: 0px;
	padding-left: 10px;
	padding-top: 0px;
}
.search_bot {
	background: url(images/search_bot.jpg) no-repeat;
	height: 11px;
}
#contato {
	width: 200px;
	height: 96px;
	background: url(images/faleconosco.jpg) no-repeat;
	color: #fff;
	padding-left: 29px;
	padding-top: 15px;
}
#bot {
	float: left;
	height: 22px;
	width: 877px;
	background: url(images/footer.jpg) no-repeat;	
}
#footer{
	float: left;
	width: 100%;
	padding-top: 16px;
	height: 31px;
	color: #fff;
	text-align: center;
	background: url(images/footer_bg.jpg) repeat-x;
}
#footer a:link {
	color: #fff;
	font-weight: bold;
}
#footer a:hover {
	color: #f08661;
	font-weight:bold;
}
.menu {
	margin-top: 40px;
	width: 188px;
}
.menu li{
	list-style: none;
	height: 30px;
	display: block;
	background: url(images/menu_bg.jpg) no-repeat;
	font-weight: bold;
	font-size: 12px;
	padding-left: 30px;
	padding-top: 7px;
}
.menu a {
	color: #fff;
	text-decoration: none;
}
.menu a:hover {
	color: #f08661;
}
.descricao{
	margin: 40px; 
	margin-top: 0;
	margin-bottom: 10px;
	text-align: justify;
	border-bottom: dotted 1px #782609;
}
.mapa {
	margin: 40px; 
	margin-top: 0;
	margin-bottom: 10px;
	text-align: justify;
}
.post_date { color: #177212; }