* {
	margin: 0px;
	padding: 0px;
}

body {
	width: 900px;
	margin: 0 auto;
	background-image: url(../images/bg.jpg);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #DED9AF;
	color: #49402B;
	font-family: "Times New Roman", serif;
	font-size: 11pt;
	text-align: center;
}

.invisible{
	position: absolute;
	left:-5000px;
	height:1%;
	width:1%;
}


h1 a{
	font-size: 21pt;
	background:url(../images/logo.jpg) no-repeat top left;
	width:240px;
	height:125px;
	display:block;
	margin:0 auto;
	/*margin-bottom: 25px;*/
}
h2 {
	font-size: 20pt;
	margin-bottom: 25px;
}

h3 {
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
	color:#770101;
}

h4 {
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
}

a {
	/* #49402B;*/
	color:#770101;
	text-decoration: none;
}

a:hover {
	color: #F00;
}
a.weather{
	margin-top:20px; 
	font-weight:bold; 
	display:block; 
	width:140px; 
	background-color:#993333; 
	text-align:center; color:#FFFFFF;
}
#navigation a.gallery-color{ color:#FF9900;}

#super_wrapper {
	background-image: url(../images/header_bg2.jpg);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
	width: 900px;
	margin: 0 auto;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	/*position:relative;*/
}

#header {
	text-align: center;
}

#header img {
	border: 0;
	overflow:hidden;
}

.top_links {
	width: 220px;
	padding: 5px;
	color: #FFF;
	font-size: 8pt;
	font-weight: bold;
}

.top_links a {
	color: #FFF;
}

.top_links a:hover {
	color: #DED9AF;
}
#language {
	position: absolute;
	top: 0px;
	color: #907E55;
	width: 680px;
	text-align: right;
}
#flights {
	float: left;
	text-align: right;
}

#reserv {
	float: right;
}

#top_menu {
	clear: both;
	text-align: center;
	font-weight: bold;
	color: #907E55;
	background-image: url(../images/top_menu_bg.jpg);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #FFF;
	height: 13px;
}

#header_image {
	height: 310px;
	padding: 10px;
	background-image: url(../images/1.jpg);
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
}

#navigation {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding-top: 4px;
	font-size: 10pt;
}

#navigation a {
	color: #FFF;
	padding: 5px;
}

#navigation a:hover {
	color: #DED9AF;
}

#content {
	padding: 10px;
	margin: 0 auto;
}

#left_col {
	width: 440px;
	float: left;
}

html>body #left_col {
	width: 450px;
	float: left;
}

#left_col p:first-letter {
	margin-left: 15px;
}

#left_col p {
	padding-bottom: 10px;
}

#content img {
	float: right;
	border: 10px solid #49402B;
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 200px;
}

.full_images {
	width: 660px!important;
}

#content ul {
	list-style: none;
	margin: 10px;
	margin-left: 20px;
	
}

#gallery img {
	float: left!important;
	width: 83px;
}
#footer {
	text-align: right;
	float: right;
	border-top: 1px solid #49402B;
	color: #49402B;
	width: 680px;
	padding: 10px;
}

#footer img {
	border: 0;
}

#bottom_links {
	font-size: 8pt;
	font-weight: bold;
	padding: 0px;
	float: left;
}

#main-content{ width:100%; padding:10px;}
.col70{ float:left; width:70%;}
.col30{ float:left; width:30%;}
#left{ float:left;  padding-top:10px; padding-bottom:10px;}
#right{ float:left;  padding-top:60px; padding-bottom:10px;}
img.paran{ border: 10px solid #49402B; margin:5px 5px 5px 0;}
blockquote{
background-color:#B2955E;
color:#E1DCD5;
font-style:italic;
padding:20px 30px;
}
ul.left-bullet{list-style:circle; padding-left:20px;}
ul.inner-ul{ padding-left:20px;}



/*--------------------------CONTACT--------------------------*/

.alert{ 
	color: #FF0000!important; 
	margin-left:-3px!important;
}

.error{ 
	border:1px solid #FF0000!important;
}

div.contact_btn{
	width: 100%;
	text-align:center;
	margin-top:20px;
}

#contactFormSuccess{
	display:none;
	width:100%;
	line-height:18px;
}

#contact_form label{
	display: block;
	font-size:1.1em!important;
	padding:5px 0;
}

#contactForm{
	margin-left:50px;
	margin-top:20px;
	
}

.form_textfield{
	margin-top:15px;
}

.form_textarea{
	margin-top:15px;
}


.button{
	background-color:#756645;
	color:#FFF;
	border:1px solid #625548;
}

.button:hover{
    background-color:#DED9AF;
	color:#756645;
}
