html,body{
	background-image:url(/images/background.jpg);
	background-color:#5B3522;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#rootContainer{
	margin:20px 0px 0px 27px;
	
}

#leftContent{
	width:227px;
	float:left;
	margin-top:10px;
	
}
#leftContent #logo{
	color:#FFF;
	font-size:59px;
}
#leftContent #sub{
	color:#927D66;
	font-size:12px;
	font-style:italic;
	margin-left:8px;
	margin-bottom:30px;
}

#leftContent #navigation{
	font-size:14px;
}

#leftContent #navigation li{
	border-bottom:solid 1px #FFF;
	padding-top:14px;
	height:20px;
	display:block;
	margin-left:5px;
	
}

#leftContent #navigation li a{
	color:#FFF;
	display:block;
	
}
#leftContent #navigation li a:hover{
	color:#937D66;
}
#leftContent #navigation li .down{
	color:#937D66;
}


#rightContent{
	width:549px;
	float:left;
}


#rightContent #header{
	height:57px;
	text-align:right;
	color:#FFF;
	
}
#rightContent #header #phone{
	font-size:20px;
	
}
#rightContent #header #email{
	font-size:12px;
	display:block;
	color:#FFF;
	margin-top:4px;
}
#rightContent #header #email:hover{
	text-decoration:underline;
}

#rightContent #body{
	background-color:#FFF;
	-webkit-border-radius: 1ex;
	-moz-border-radius: 1ex;

	padding:20px;
	color:#333333;
	font-size:11px;

}
#rightContent #top{
	margin-bottom:15px;
	height:188px;
}

#rightContent #body #content{
	float:left;
	width:334px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:20px;
	
}

#rightContent #body #content h1{
	color:#663D1A;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:5px;
	
}
#rightContent #body #content p{
	line-height:140%;
	margin-bottom:13px;
}
#rightContent #body  a{
	text-decoration:underline;
	color:#482100;
	
}

#rightContent #body #booking{
	width:130px;
	padding:10px;
	float:left;
	background-color:#937D66;
	-webkit-border-radius: 1ex;
	-moz-border-radius: 1ex;
	margin-top:27px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

#rightContent #body #booking h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	display:block;
	height:25px;
	border-bottom:dotted #FFF 1px;
	color:#482100;
	margin-bottom:10px;
	
}
#rightContent #body #booking label{
	margin-bottom:3px;
	display:block;
	font-size:9px;

}
#rightContent #body #booking input{
	display:block;
	margin-bottom:7px;
}


#rightContent #body #booking .submitbtn{
	float:right;
}


#rightContent #footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#D8CDC5;
	text-align:center;
	margin-top:8px;
}
#rightContent #footer a{
	color:#FFF;
}

#rightContent #footer a:hover{
	text-decoration:underline;
}

strong{
	font-weight:bold;
}


#rightContent #body #contact{
	float:left;
	width:230px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:20px;
	
}
#rightContent #body #contact h1{
	color:#663D1A;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:5px;
	
}


#rightContent #body #map{
	float:left;
	width:255px;
	height:300px;
}


#rightContent #body #content ol{
	margin-left:25px;
	
}

#rightContent #body #content ol li{
	list-style:decimal;
	margin-bottom:5px;
	
}
