body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #41332b;
}

h1{
	font-size:20px;
	color: #41332b;
}

h2{
	font-size:16px;
	color: #9d5d23;
	*margin: 20px 0 10px 0
}

h3{
	font-size:18px;
	color: #d4c6ab;
}



a {text-decoration: none; color: #996633;}
p.top{ color: #41332b; font-weight: bold; }


.clear{ clear: both; float: none; text-indent: -9999px;}

a img {margin: 5px;}

/*
main container div
*/

#container{
	width: 100%;
	height: auto;
	background-color: #50423b;
}

#head{
	width: 100%;
	height: 170px;
	margin: auto;	
	background-image: url(../images/head_back.jpg);
	background-repeat:repeat;
}

#headinfo{
	width: 900px;
	height: 170px;
	margin: auto;	
}

#logo{
	width: 341px;
	height: 122px;
	margin:auto;
}

#buttons{
	width: 900px;
	height: auto;
	*margin-left: -35px;
	_margin-left: 10px;
}

/*
image bar div
*/
#secondback{
	width: 100%;
	height: 230px;
	background-image:url(../images/images_back.jpg);
	background-repeat:repeat;
}

#secondlevel{
	width: 900px;
	height: 230px;
	margin: 0 auto;	
}

#ads{
	width: 900px;
	height: 190px;
	padding: 20px;
	_margin-left: 45px;
}

/*
List
*/
.images{
	font-size:14px;
	margin:0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
	
.images li{
	display: inline;
	margin-right:20px;
}
	
.images li a{
	float: left;
	color: black;
	padding: 3px 10px;
	text-decoration: none;
}



/*
content bar div
*/
#content{
	width: 100%;
	margin: auto;	
	background-color:#cfc0a1;
}

#main{
	width: 900px;
	height: auto;
	margin: auto;
	background-color:#fff;
}

#sidebar{
	width: 230px;
	height: auto;
	background-color:#FFF;
	*margin: 0;
	*padding: 0;
	_width: 200px;
}


#bookingbox{
	float: left;
	width: 210px;
	height: auto;
	margin: 10px 0 0 20px;
	_margin-left: 10px; /*IE margin only */
	_margin-bottom: 10px;
}

#maintext{
	float:left;
	width: 630px;
	height: auto;
	margin: auto;
	padding: 0 20px 10px 20px;
	*float: right;
	*margin-top: -460px;
	*margin-bottom: 10px;
}

#maintext p{
	*margin: 0 0 10px 0;
	*padding: 0;
	}
	
#maintext img{
	text-decoration: none;
	border: 2px solid #996633;
	}

#section1{
	float: left;
	width: 290px;
	height: auto;
	padding: 0 20px 10px 0;
}

#section2{
	float: left;
	width: 310px;
	height: auto;
	margin:auto;
	padding: 0 0 10px 10px;
}

#sm_image{
	float: right;
	width: 60px;
	height: 80px;
	margin-top: 35px;
	padding: 0 0 0 10px;
}

#room{
	float: right;
	width: 200px;
	height: 130px;
	margin-top: 20px;
	margin-left: 5px;
}

#food{
	float: right;
	width: 200px;
	height: 130px;
	margin-left: 10px;
}


/*
Menu buttons
*/
.menu{
	width: 920px;	
	font-size:14px;
	margin-top: 20px;
	_margin-bottom: 0;
	padding: 0px;
	overflow: hidden;
	color: #03C;
}
	
.menu li{
	display: inline;
	font-size: 18px;
}
	
.menu li a{
	float: left;
	padding: 3px 20px;
	_padding: 0 30px 0 14px;
	color: #d4c6ab;
	text-decoration: none;
}

.menu li a:visited{
	text-decoration: none;
}

.menu li a:hover, .current{
	color: #d4c6ab;
	background: #50423b;
}

/*
Footer
*/

#footer{
	background-image:url(../images/footer_back.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 250px;
}

#footcontent{
	text-align: center;
	color:#fff;
	padding: 5px 0 5px 0;
}

#footer a{
	color: #fff;
	text-decoration:none;
}

#footer li{
	list-style-type: none;
}

ul.second-nav li{
	display: inline;
}

ul.second-nav li a{
	padding: 12px 10px ;
}


ul.second-nav li a:hover{
	font-weight:bold;}

.nav-content{
	margin-left: 20px;
}

/*
contact details on footer
*/


ul.contact li{
	display: inline;
	padding: 0 10px 0 10px;
}

ul.contact li a{
	padding: 12px 10px ;
}



	
