body {
font-family: "Helvetica", "Arial", "Sans-serif";
font-size: 45%;
margin: 0;
padding: 0;
}

	#banner {
	background: #3F1A08;
	float: left;
	height: 155px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	}
	
		#banner h1 {
		background: transparent url(../images/logo-brown.png) top left no-repeat;
		bottom: 14px;
		height: 49px;
		left: 28px;
		position: absolute;
		text-indent: -5000px;
		width: 135px;
		}
		
		#banner_title {
		background: url(../images/banner_title.png) top left no-repeat;
		height: 126px;
		position: absolute;
		top: 14px;
		right: 14px;
		width: 361px;
		}
		
			#banner_title h2 {
			color: white;
			font-weight: lighter;
			font-size: 3.1em;
			letter-spacing: -0.5px;
			margin: 12px 0 0 15px;
			padding: 0;
			}
			
			#banner_title p {
			color: #C08000;
			font-weight: lighter;
			font-size: 1.7em;
			letter-spacing: -0.5px;
			line-height: 140%;
			margin: 5px 20px 0 15px;
			padding: 0;
			}
			
	#col1 {
	color: white;
	float: left;
	margin: 10px 0 0 20px;
	width: 150px;
	}
	
		#col1 h3 {
		font-size: 4em;
		font-weight: lighter;
		margin: 0;
		padding: 0;
		width: 20px;
		}
		
	#col2 {
	color: white;
	float: left;
	margin: 10px 0 0 0px;
	width: 500px;
	}
	
		#col2 h4 {
		font-size: 2.2em;
		font-weight: lighter;
		margin: 0 0 10px 0;
		padding: 0;
		}
	
		#col2 p {
		font-size: 1.6em;
		line-height: 150%;
		margin-bottom: 10px;
		}
		
			#col2 p a {
			color: white;
			text-decoration: underline;
			}
			
	#content {
	background: #4A2713;
	float: left;
	padding-bottom: 20px;
	width: 100%;
	}
	
	#content.mustard {
	background: #C08000;
	}
	
	#content.brown {
	background: #826138;
	}
	
	#content.orange {
	background: #BB6D2B;
	}
	
		#content div.content {
		display: inline;
		float: left;
		margin: 10px;
		}	
			
	#footer {
	background: #5F0D16;
	float: left;
	height: 70px;
	margin: 5px 0 20px 0;
	position: relative;
	width: 100%;
	}
	
		#footer_logo { 
		background: url(../images/footer_logo.png) top left no-repeat;
		height: 47px;
		left: 19px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 11px;
		text-indent: -5000px;
		width: 119px;
		}
		
		#footer_menu { 
		background: url(../images/footer_menu.png) top left no-repeat;
		height: 47px;
		left: 149px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 11px;
		text-indent: -5000px;
		width: 119px;
		}
		
			#footer_menu a {
			display: block;
			height: 47px;
			width: 119px;
			}
		
		#footer_p {
		color: #C08000;
		font-size: 1.4em;
		font-weight: lighter;
		left: 427px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 46px;
		}
		
		#footer_tel {
		color: #C08000;
		font-size: 3.3em;
		font-weight: lighter;
		left: 427px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 14px;
		}
		
			#footer_tel a {
			color: #B9550E;
			text-decoration: none;
			}
			
			#footer_tel a:hover {
			color: white;
			}
		
		#footer_wifi { 
		background: url(../images/footer_wifi.png) top left no-repeat;
		height: 32px;
		left: 282px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 12px;
		text-indent: -5000px;
		width: 68px;
		}

	#frame {
	float: left;
	left: 50%;
	margin-left: -330px;
	margin-top: 30px;
	position: absolute;
	width: 765px;
	}
	
	#gallery {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 500px !important;
	}
	
		#gallery table {
		margin: 0;
		padding: 0;
		width: 400px;
		}
		
		#gallery table tr td img {
		border: none;
		}
	
	#index_first {
	color: #A98E72;
	display: inline;
	font-size: 2.5em;
	float: left;
	line-height: 140%;
	margin: 10px 0 0 20px;
	width: 350px;
	}
	
	#index_second {
	color: #A98E72;
	display: inline;
	font-size: 1.9em;
	font-weight: lighter;
	float: left;
	line-height: 140%;
	margin: 10px 0 0 20px;
	width: 350px;
	}
	
	#nav {
	background: #744D24;
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	width: 100%;
	}	
	
		#nav ul {
		font-size: 1.5em;
		text-transform: uppercase;
		list-style: none;
		margin: 10px 0 0 30px;
		padding: 0;
		}
		
			#nav ul li {
			border-right: 1px solid #BCA68A;
			float: left;
			margin: 0 8px 0 0;
			padding: 0 8px 0 0;
			}
			
			#nav ul li.last {
			border-right: none;
			}
			
				#nav ul li a {
				color: #BCA68A;
				text-decoration: none;
				}
				
				#nav ul li a:hover, #nav ul li a.on {
				color: white;
				}
				
	#signup {
	border: 1px solid #C08000;
	display: inline;
	float: left;
	height: 63px;
	margin: 10px;
	width: 720px;
	}
	
		#signup_button {
		display: inline;
		margin: 0;
		padding: 0;
		}
	
		#signup form {
		color: #C08000;
		font-size: 2.0em;
		font-weight: bold;
		margin: 0 0 0 30px;
		padding: 0 0 0 40px;
		}
	
		#signup h4 {
		color: white;
		float: left;
		font-size: 3.2em;
		font-weight: lighter;
		margin: 5px 5px 5px 10px;
		padding: 0;
		width: 30px;
		}
		
		#signup h5 {
		color: #C08000;
		font-size: 2.0em;
		font-weight: lighter;
		margin: 10px 5px 5px 30px;
		padding: 0 0 0 40px;
		}
				
	#splash {
	float: left;
	height: 242px;
	overflow: hidden;
	position: relative;
	width: 100%;
	}
	
	#splash ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
	#splash ul li {
	margin: 0;
	padding: 0;
	}
	
	#thumbs {
	color: white;
	font-size: 1em;
	float: left;
	line-height: 130%;
	}
	
		#thumbs img {
		border: none;
		}
	
			.box {
			background: url(../images/box-red.png) top left no-repeat;
			float: left;
			display: inline;
			height: 126px;
			margin: 8px;
			width: 172px;
			}
			
			.box a {
			text-decoration: none;
			}
			
			.box.last {
			margin-right: 0;
			}
			
				.box h1 {
				color: white;
				font-weight: lighter;
				font-size: 2.4em;
				letter-spacing: -0.5px;
				margin: 15px 0 10px 10px;
				}
				
				.box p {
				color: #C08000;
				font-size: 1.5em;
				line-height: 140%;
				margin: 15px 0 10px 10px;
				width: 160px;
				}
				
				.box.mustard { background: url(../images/box-mustard.png) top left no-repeat; }
				.box.mustard p { color: #5F0D16; }
				.box.brown { background: url(../images/box-brown.png) top left no-repeat; }
				.box.brown p { color: #C08000; }
				.box.orange { background: url(../images/box-orange.png) top left no-repeat; }
				.box.orange p { color: #5F0D16; }
				
			.menu {
			background: url(../images/pdf.png) top left no-repeat;
			display: inline-block;
			height: 20px;
			margin: 0;
			padding: 0;
			padding-left: 21px;
			}
				
				
	