@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #BEAB96;
	background-color: #BCA892;
	background-repeat: repeat-x;
	background-image: url(images/background_grad_top.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
 #container {
	text-align: left;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	padding-bottom: 10px;
	height: auto;
}
 #mainContent {
	background-color: #CEC0B0;
	width: 100%;
	overflow: hidden;

}
 #reservationBar {
	background-color: #9D815E;
	height: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	top: 10px;
	left: 120px;

	}
	
#sideMenu {
	background-color: #22120D;
	float: left;
	height: 400px;
	width:200px;
	padding-top: 40px;
	}
#leftPanel{
	float: left;
	height: 700px;
	width:200px;
	}
#sideBar {
	background-color:#C0A883;
	float: left;
	height: auto;
	width:200px;
	padding-top: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 100px;


	}
#flashArea {
	float: left;
	height: 290px;
	width:660px;
	}
	#mapArea {
	float: left;
	height: 285px;
	width:400px;
	margin-left: 100px;
	margin-top: 20px;
	}
	
#textArea {
	float: left;
	width:590px;
	height: auto;
	color: #EBE6DE;
	background-color: #E0D8CD;
	padding-top: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	padding-right: 20px;
	padding-left: 20px;
	}
	
#siteLinks {
	float: left;
	height: auto;
	width:600px;
	padding-left: 200px;
	padding-top: 10px;
	}

#copyright {
	float: left;
	height: 40px;
	width:800px;
	padding-left: 100px;
	padding-top: 5px;
	color: #22120D;
	}
		
#textArea h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	text-transform:uppercase;
	color:#8C6C46;
	font-weight:normal;
	margin: 0px;
}

#textArea h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#9A784E;
	font-weight:normal;
	margin: 0px;
	line-height: 20px;
}
#textArea p {
	margin: 0px;
	padding-bottom: 8px;
	color:#624B31;
	line-height: 1.8em;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}

#facebook {
	float: left;
	width: 200px;
	padding-left: 5px;
}
#facebook p{
	color: #22120D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#facebook h4{
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
#facebook a{
	text-decoration: none;
	
}
#button {
	font-family: Arial, Helvetica, sans-serif;
	color: #E0D8CD;
	background-color: #22120D;
}

