/* Normalize margin/padding */
* {  
	margin: 0;
	padding: 0;
	}
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {  
	font-size: 100%;
	}
/* Remove list-style from lists */
ol, ul {  
	list-style: none;
	}
/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, th, var {  
	font-style: normal;
	font-weight: normal;
	}
/* Remove table borders */
table {  
	border-collapse: collapse;
	border-spacing: 0;
	}
/* Remove borders */
fieldset, img {  
	border: 0;
	}
/* Left align text in caption and th */
caption, th {  
	text-align: left;
	}
/* Remove quotation marks */
q: before, q: after {  
	content: '';
	}

/* General */

body {
	background: transparent url(/i/body_bg.jpg) 0 0;
	color: #cca864;
	font: 14px/1.3em Arial, Helvetica, sans-serif;
	}
	a {
		color: #EFC977;
		}
	a:hover {
		color: #EFD295;
		}
	
#wrapper {
	background: transparent url(/i/wrapper_bg.jpg) no-repeat top left;	
	margin: 0 auto;
	width: 767px;
	height: 747px;
	}
	
#home #masthead {
	background: transparent url(/i/masthead_1.jpg) no-repeat 0 0;
	width: 767px;
	height: 469px;
	margin: 0;
	}
#photos #masthead {
	background: transparent url(/i/masthead_photos.jpg) no-repeat 0 0;
	width: 767px;
	height: 469px;
	margin: 0;
	}
#facilities #masthead {
	background: transparent url(/i/masthead_facilities.jpg) no-repeat 0 0;
	width: 767px;
	height: 469px;
	margin: 0 auto;
	}	
#menus #masthead {
	background: transparent url(/i/masthead_2.jpg) no-repeat 0 0;
	width: 767px;
	height: 469px;
	margin: 0;
	}
#contact #masthead {
	background: transparent url(/i/masthead_3.jpg) no-repeat 0 0;
	width: 767px;
	height: 469px;
	margin: 0;
	}
#suggestions #masthead {
	background: transparent url(/i/masthead_suggestions.jpg) no-repeat 0 0;
	width: 767px;
	height: 469px;
	margin: 0;
	}	
#rentals #masthead {
	background: transparent url(/i/masthead_rentals.jpg) no-repeat 0 0;
	width: 767px;
	height: 469px;
	margin: 0;	
	}

#home-button ul li#home-t a{
	position: relative;
	top: 10px;
	left: 18px;
	display: block;
	width: 175px;
	height: 165px;
	text-indent: -999em;
	}
#navigation {
	position: relative;
	}
	#navigation ul {
		position: absolute;
		top: -69px;
		left: 170px;
		}
		#navigation ul li {
			display: inline;
			}
			#navigation ul li a {
				color: #4d3123;
				font-weight: bold;
				text-decoration: none;
				}
				#navigation ul li a:hover {
					color: #6F4E3E;
					text-decoration: underline;
					}
			#navigation ul li#menus-t a{
				padding: 22px 30px 30px 29px;
				}
			#navigation ul li#suggestions-t a{
				padding: 23px 7px 26px 0px;
				}
			#navigation ul li#facilities-t a{
				padding: 20px 14px 25px 15px;
				}
			#navigation ul li#rental-items-t a{
				padding: 20px 8px 20px 10px;
				}
			#navigation ul li#photos-t a{
				padding: 22px 20px 22px 17px;
				}
			#navigation ul li#contact-t a{
				padding: 22px 20px 22px 16px;
				}

#subnav {
	margin-bottom: 10px;
	}
	#subnav p{
		text-align: center;
		}

#content-wrapper {
	background: transparent url(/i/content_bottom.gif) no-repeat -2px bottom;
	width: 630px;
	margin-left: 67px;
	padding-bottom: 25px;
	}		
	#content {
		background: transparent url(/i/content_bg.gif) repeat-y 0 0;
		width: 550px;
		padding: 20px 40px;
		margin-left: -2px;
		}	
		#content h1 {
			background: transparent url(/i/h1_decoration.gif) no-repeat bottom center;			
			font: 24px/1.3 Times New Roman, Serif;
			padding-bottom: 20px;
			text-align: center;
			margin-bottom: 10px;
			}
		#content h2 {
			font: 18px/1.3 Times New Roman, Serif;
			margin-bottom: 7px;			
			margin-top: 15px;
			}
		#content p {
			margin-bottom: 15px;
			}
		#content img {
			border: 2px solid #3F3121;
			margin-left: 10px;
			}
ul#taj {
	width: 220px;
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	}
	ul#taj li img{
		margin-bottom: 20px;
		}

#rentals table tr td, #facilities table tr td {
	padding-bottom: 20px;
	}
	
table#menu {
	margin-bottom: 10px;
	}
	table#menu td, table#menu th {
		padding: 10px 7px 10px 7px;
		border-bottom: 1px solid #4b3a27; 
		}

#site-info {
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	}
	#site-info ul li {
		display: inline;
		padding-right: 3px;
		}
		#site-info ul li a {
			border-right: 1px solid #CCA864;
			padding-right: 5px;
			}
		#site-info ul li.last a {
			border: none;
			}