@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p{
	margin-bottom: 1em;
}

html{
	height: 100%;
}

a{
	text-decoration: none;
	color: #a0683c;
}

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	background:url(../images/background.jpg) repeat-x top left #f8f0c9;
	height:100%; 
	color: #996843;
}

#wrapper{
	width: 940px;
	background: url(../images/background_wrapper.jpg) no-repeat top left;
	margin: 0px auto;
	height:100%; 
}

#mainContent{
	width: 420px;
	float: left;
	padding: 130px 0px 0px 32px;
}

#menu{
	float: right;
	width: 214px;
}

#content{
	float: left;
	width: 190px;
	padding: 5px 5px 0px 5px;
	text-align: justify;
}

h1{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}

#menu ul{
	list-style: none;
}

#menu ul li{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 35px;
}

#menu ul li a:hover{
	color: #c86f27;
}


/* reservation form */

#menu form{
	margin: 20px 0px 0px 18px;
}

#menu h2{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 180px;
	line-height: 23px;
	margin: 0px 0px 7px 0px;
}

#menu form label{
	font-size: 11px;
	line-height: 12px;
}

#menu form input{
	width: 180px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #e2c89f;
	margin-bottom:8px;
}

#menu form fieldset label{
	float: left;
	width: 85px;
	padding: 0px 10px 0px 0px;
	font-size: 11px;
	line-height: 11px;
}

#menu form fieldset input{
	width: 83px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu form textarea{
	width: 180px;
	height: 25px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	border: 1px solid #e2c89f;
	overflow: auto;
} 

#menu form p{
	font-size: 10px;
	text-align: center;
	width: 180px;
	line-height: 12px;
	margin-top: 8px;
}

#menu form .btnSubmit{
	width: 60px;
	height: 15px;
	background: url(../images/btnsubmit.png) no-repeat top left;
	margin: 10px 0px 0px 55px;
	border: none;
}

#menu form .btnSubmitOver{
	width: 60px;
	height: 15px;
	background: url(../images/btnsubmithover.png) no-repeat top left;
	margin: 10px 0px 0px 55px;
	border: none;
}


/* iamges */
#images{
	float: left;
	width: 432px;
	height: 382px;	
	margin: 129px 0px 0px 7px;
	
}

#images li{
	list-style: none;
}

#footer{
	clear: both;
	padding: 120px 40px 20px 40px;
	text-align: center;
}
