/***********************************************************************************
ALL
***********************************************************************************/

* {
	margin: 0;
	padding: 0;	
	}

body {
	font-family:  tahoma;
	font-size : 12px;
	background-color: #000;
	color: #fff;
	border-top: #635528 4px solid;
	}
	
p {
	font-size: 12px;
	padding-bottom: 5px;
	}
	
p a, p a:visited {
	font-size: 12px;
	text-decoration: none;
	font-style: strong;
	color: #635528;
	}

p a:hover, p a:active {
	color: #fff;
	background: #9c8640;
	font-size: 12px;
	}
	
img {
	border: none;
	vertical-align: top;
	}
	
img a:hover{
	border: none;
	background: none;
	}
	
/***********************************************************************************
TYPOGRAPHY
***********************************************************************************/

h1 {
	color: #9c8640;
	font-size: 45px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 15px;
	}
	
h2 {
	color: #635528;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 12px;
	}
	
h7 {
	color: #85713c;
	font-size: 18px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: -.05em;
	padding-bottom: 3px;
	margin-bottom: 4px;
	}
	
h7 a {
	color: #fff;
	font-size: 18px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: -.05em;
	padding-bottom: 3px;
	margin-bottom: 4px;
	text-decoration: none;
	}
	
h7 a:hover, a:visited, a:active {
	color: #fff;
	font-size: 18px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: -.05em;
	padding-bottom: 3px;
	margin-bottom: 4px;
	text-decoration: none;
	}
	
h4 {
	color: #635528;
	font-size: 11px;
	padding-bottom: 30px;
	font-weight: normal;
	margin-left: 20px;
	}
	
h5 {
	font-size: 11px;
	text-decoration: italic;
	color: #fff;
	}
	
h6 {
	font-size: 11px;
	color: #fff;
	}
	
/***********************************************************************************
CONTAINERS
***********************************************************************************/

div#res-button-holder {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 25px;
	}
	
.btn-reservation, .btn-reservation:visited, .btn-reservation:hover {
	color: #fff;
	padding: 5px 15px 5px 15px;
	font-size: 13px;
	background: #635528;
	float: right;
	display: block;
	text-decoration: none;
	}
	
div#container {
	width: 760px;
	height: 500px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	clear: both;
	}
	
div#container table td{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: aboslute;
	}

/***********************************************************************************
HORIZONTAL NAV BAR
***********************************************************************************/

ul#nav {
	text-align: center;
	margin: 25px 0 45px 0;
	}

ul#nav li  {
	display: inline;
	list-style: none;
	color: #fff;
	font-size: 18px;
	vertical-align: middle;
	}

ul#nav li a, #nav li a:visited {
	text-decoration: none;
	color: #635528;
	margin: 0 30px 0 30px;
	padding: 0 5px 0 5px;
	}

ul#nav li a:hover {
	color: #fff;
	background: #9c8640;
	margin: 0 30px 0 30px;
	padding: 0 5px 0 5px;
	}