
body {
	margin: 0;
	padding: 0;
	background-color: #fff9af;
	background: #FFF9AF url(images/bkg-body1.jpg) repeat-x;
	font-size: 13px;
	color: #F77231;
	text-align:center;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #DD1F1F;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	letter-spacing: -1px;
	font-size: 2em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

img { border: none; }

/* Header */

#header {
	width: 900px;
	height: 120px;
	margin: 0 auto;
	background: url(images/header1.jpg) no-repeat;
}



/*area central*/

#painel {
	width: 800px;
	height: 250px;
	background: url(images/painel-maior.jpg) no-repeat;
	margin: 20px auto 0 auto;
	
	}
#painel-suite {
	width: 800px;
	height: 150px;
	background: url(suites/suite-painel1.jpg) no-repeat;
	margin: 20px auto 0 auto;
	
	}
#painel-cafe {
	width: 800px;
	height: 150px;
	background: url(cafe/painel-cafe1.jpg) no-repeat;
	margin: 20px auto 0 auto;
	
	}
#painel-passeios {
	width: 800px;
	height: 150px;
	background: url(passeios/painel-passeios1.jpg) no-repeat;
	margin: 20px auto 0 auto;
	
	}
#painel-lazer {
	width: 800px;
	height: 150px;
	background: url(lazer/painel-lazer1.jpg) no-repeat;
	margin: 20px auto 0 auto;
	
	}
#painel-comochegar {
	width: 800px;
	height: 150px;
	background: url(comochegar/painel-comochegar1.jpg) no-repeat;
	margin: 20px auto 0 auto;
	
	}
	
#texto {
	width: 800px;
	margin:  20px auto 0 auto;
	
	}

	
#right {
	
	width: 350px;
	float: right;
	text-align:left;
	}

/*#right a{
	border:3px solid #F8E400;
	}*/

#left {
	width: auto;
	margin-right:400px;
	text-align:left;
		}
#left ul{text-align:left;}


/* Gallery */

#gallery {
	clear: both;
	width: 830px;
	height: 300px;
	margin: 0 auto;
	
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

/* Menu */

#menu {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	background: url(images/barra-menu1.jpg) repeat-x;
}



#menu a {
    padding: 0 0 0 0px;

	height: 25px;
	padding-top: 5px;
	text-transform:lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 12px;
	color: #FFFF00;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .active a {
	
	color: #372412;
}

/* Page */

#page {
	width: 830px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 532px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #4A3903;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	background: url(images/img05.gif) no-repeat left bottom;
	border-bottom: 2px solid #4A3903;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 800px;
	clear: both;	
	background:#FFCC77;
	border-top: 3px solid #F77231;
	text-align: center;
	font-size: smaller;
	color:#F77231;
	margin:10px auto;
}

#footer a {
	color: #FFFFFF;
	text-decoration:none;
}
#footer .endereco{
	color:#F77231;
	font-size:small;
}


	
	
