body{
	text-align: center;
	font-family: Georgia, serif;
	background: url(../images/background_strips.jpg) repeat-x center top #b0a89a;
	margin: 0px;
	padding: 0px;
}

#container{
	width: 780px;
	margin: 0px auto;
	text-align: left;
	font-size: 1em; 
	color: #433;
}

#header{
	position: relative;
	height: 250px;
	background: url(../images/header_4.jpg) no-repeat center;
	margin: 0px;
	padding: 0px;
}

#content{
	background: url(../images/content_back.jpg) left repeat-y;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#footer{
	font-family: verdana, sans-serif;
	font-size: .7em;
	text-align: center;
	clear: both;
	height: 60px;
	padding: 40px 0px 0px;
	background: url(../images/footer_back.jpg) no-repeat;
}

/*=========NAVIGATION========*/

#nav{
	width: 780px;
    background: url(../images/content_back.jpg) repeat-y;
	text-align: center;
	height: 25px;
	padding: 30px 0px 20px;
}

/*#nav ul{
	list-style: none;
	margin: none;
	padding: none;
}

#nav ul li{
	width: 100px;
	float: left;
	margin-left: 5px;
}*/

#nav a{
	width: auto;
	font-family: Georgia, serif;
	font-size: 15px;
	padding: 7px 10px;
	border: solid #3A2F21;
	border-width: 1px 0px;
	margin: 2px 0px;
	text-decoration: none;
	color: #3A2F21;
}

#nav a:visited{
	color: #3A2F21;
}

#nav a.reserve, #nav a.reserve:visited{
	background-color: #55452F;
	color: #ddd;
}

#nav a:hover, #nav a.reserve:hover{
	background: #3A2F21;
	color: #ffffff;
}

.current{
	font-weight: bold;
	background-color: #D6CAA0;
	text-transform: uppercase;
}

/*=========ELEMENTS=========*/
.bold{
	font-weight: bold;
}

p.padded{
	padding: 20px;
	margin: 0px;
}

p{
	padding: 0px;
	margin: 0px;
}

.left{
	float: left;
	margin-left: 25px;
	margin-right: 10px;
}

.right{
	float: right;
	margin-right: 25px;
	margin-left: 10px;
}

.center{
	text-align: center;
}

.border{
	border: 2px solid #666;
}

.small_text{
	width: 700px;
	text-align: left;
	margin: 40px auto;
	font-size: .8em;
}

/*=================TABLE===========================*/

table{
	width: 700px;
	padding: 0px;
	margin: auto;
}

td{
	margin: 0px;
	padding: 4px;
	border: 0px;
	}
	
tr.odd{
	background-color: #6B6045;
	color: #fff;
}

/*===================IFRAME======================*/
iframe{
	margin-left: 50px;
}