body{
background-color:#D9790B;
margin-top: 0;
margin-left: 0;
margin-right: 0;
	background-image: url(images/bg-line.jpg);
	background-repeat: repeat-y;
	background-position: center;
} 
 
 .img_menu {vertical-align:bottom;}
 
.menu-bg{
    height:42px;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
} 
.menu-style{
    height:42px;
} 
.content-1{
    height:310px;
	background-image: url(images/content-1-bg.jpg);
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
} 
.content-2{
	margin-top:16px;
} 
.left-bar{
	margin-left:10px;
} 
.right-bar{
	margin-left:12px;
} 
.featured-box{
	width:290px;
    height:250px;
	margin-top:15px;
	border: 1px solid #CCCCCC;
    padding-top:15px;
	padding-left:15px;
	background-color:#EFEBE2;

} 
.featured-box-room{
	width:290px;
    height:250px;
	border: 1px solid #CCCCCC;
    padding-top:15px;
	padding-left:15px;
	background-color:#EFEBE2;

} 
.search-box{
    height:280px;
	padding-top:30px;
	padding-left:30px;
	background-image: url(images/search-bg.jpg);	
	background-repeat: no-repeat;
	width:280px;
	margin:0px;
	padding-bottom:0px;
} 

.search-text {
	font-family: Arial,sans-serif,Helvetica;
	font-size: 12px;
	color: #000;	
}
.search-button{
	font-size: 14px;
	color: #fff;
	width:192px;
	height:30px;
	margin-top:30px;
	margin-right:10px;
	background-color: #CC0000;
	border: 2px solid #FFFFFF;
	font-weight: bold;
	
} 
.search-button-hov{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
    width:192px;
    height:30px;
	margin-top:30px;
	margin-right:10px;
	background-color: #066;
	border: 2px solid #FFFFFF;
} 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin:0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0;
	margin-bottom:0;
	font-size: 16px;
	color: #FF4B0C;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0;
	margin-bottom:0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.bodytext {
	font-family: Arial,sans-serif,Helvetica;
	font-size: 12px;
	text-align: justify;

}
.bodytext-align {
	font-family: Arial,sans-serif,Helvetica;
	font-size: 12px;
	text-align: left;

}
.contact-text {
	font-family: Arial,sans-serif,Helvetica;
	font-size: 12px;
	text-align: justify;
	padding-top:10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
a:link { 
	color: #c30;
	}
a:visited { 
	color: #c30;
	}
a:hover { 
	color: #c30;
	text-decoration: none;
	}
a:active { 
	color: #c30;
	}

.footer {
	font-family: Arial,sans-serif,Helvetica;
	font-size: 11px;
	text-align: justify;
	margin-top:10px

}

.top-bar {
 text-align:center;
 height:82px;
 margin-left:auto;
 margin-right:auto;
}

.top-bar a:link { color: #c30; text-decoration:underline;}
.top-bar a:visited { color: #c30; text-decoration:underline;}
.top-bar a:hover { color: #c30; text-decoration:none;}
.top-bar a:active { color: #c30; text-decoration:underline;}

