* { padding: 0; margin: 0; }
img { border: none; display: block; }
a.link:link, a.link:visited { color: #603913; text-decoration:underline; position: relative; }
.clear { clear: both; }
span.brown { color: #603913; }
span.red { color: #FF0000; }
body {
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 62.5%;
	background: #F5d9A0 url(../images/strip_background.jpg) repeat-x;
	text-align: center;
	}

#wrapper { 
	margin: 0 auto;
	width: 926px;
	text-align: left;
	}
#header {
	color: #333;
	width: 926px;
	/*float: left;*/
	height: 47px;
	padding-bottom: 22px;
	background: url(../images/strip_content_top.jpg) left bottom no-repeat;
	}
#header ul#top-nav {
	float: right;
	margin: 28px 10px 0 0;
	display: inline;
	}
#header ul#top-nav li {
	list-style: none;
	display: inline;
	}
#header ul#top-nav li a:link, #header ul#top-nav li a:visited {
	color: #603913;
	font-size: 1.6em;
	margin-left: 20px;
	text-decoration: none;
	}
#header ul#top-nav li a:hover {
	text-decoration: underline;
	}
#content {
	/*float: left;*/
	/*background: url(../images/strip_content_middle.png) left repeat-y;*/
	width: 100%;
	overflow: auto;
	padding: 20px 0;
	}
#wrapper > #content { /* FOR ALL BUT IE */
	background: url(../images/strip_content_middle.png) repeat-y;
	}
* html #content {/* PNG Alpha IE Win ONLY */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/strip_content_middle.png', sizingMethod='scale');
}
#leftcolumn { 
	color: #333;
	width: 514px;
	float: left;
	margin-left: 25px;
	display: inline;
	}
#leftcolumn ul#icons li {
	float: left;
	list-style: none;
	margin-right: 12.5px;
	}
#leftcolumn ul#icons li.last {
	margin: 0;
	}
#rightcolumn { 
	float: right;
	color: #333;
	width: 330px;
	display: inline;
	margin-right: 25px;
	}
#rightcolumn p {
	font-size: 1.2em;
	color: #000;
	margin-bottom: 13px;
	line-height: 180%;
	}
form#reservation {
	width: 330px;
	}
form#reservation label {
	width: 84px;
	text-align: right;
	display: block;
	float: left;
	font-size: 1.2em;
	padding: 3px 5px;
	}
form#reservation label.short {
	width: 50px;
	float: left;
	}
form#reservation input.textfield {
	width: 210px;
	float: left;
	text-align: left;
	margin-bottom: 5px;
	}
form#reservation input.statef, form#reservation input.zipcodef {
	width: 50px;
	float: left;
	margin-bottom: 5px;
	}
form#reservation input.date {
	width: 188px;
	float: left;
	margin-bottom: 5px;
	}
form#reservation input#submit {
	padding: 2px 4px;
	border: 1px solid #603913;
	background: #e0c9a7;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
form#reservation img.calendar {
	display: inline;
	vertical-align: bottom;
	margin-left: 5px;
	}
form#reservation textarea.textareas {
	width: 210px;
	height: 70px;
	margin-bottom: 5px;
	}
#footer { 
	width: 926px;
	clear: both;
	color: #000;
	background: url(../images/strip_content_bottom.jpg) left top no-repeat;
	padding-top: 23px;
	text-align: center;
	}
#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
