/*------------start reset styles to reduce browser inconsistency------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------end reset styles to reduce browser inconsistency------------*/

body
{
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #9f2000;
	text-align: left;
	width: 100%;
}
td {
	padding: 5px;
}
p, li, blockquote 
	{
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #7D6036;
	font-weight: normal;
	padding: 5px 0;
	line-height: 130%;
}
.floatleft {
	padding: 0 5px 5px 0;
	float: left;
}
.floatright {
	padding: 0 0 5px 5px;
	float: right;
}
.wrapper {
	margin: 0px auto;
	width: 960px;
}
a:link {
	color: #982A0E;
}

.content {
	width: 960px;
	background-color: #F8DB15;
	margin-top: 5px;
}

.leftcol {
	margin: 0;
	width: 307px;
	float: left;
	background-color: #F8DB15;
}

.nav {
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

.rightcol {
	margin: 0;
	text-align: left;
	float: left;
	width: 633px;
	padding: 20px 0 0 20px;
	background-color: #f9f5e3;
}
.footer {
	color: #F9F5E3;
	padding: 10px;
}

h1, h2, h3 { font-family: verdana, tahoma, helvetica, arial, sans-serif; font-weight: 600; color: #931F03; }
h1 { font-size: 15px; text-align: left; }
h2 {
	font-size: 13px;
	text-align: left;
	margin-top: 10px;
}
h3 { font-size: 12px; text-align: left; }
hr {
	color: #8c591c;
	margin: 0;
	padding: 0;
} /*brown*/
.floatrightreservations {
	padding: 0 50px 5px 5px;
	float: right;
}
.floatlefthomeimage {
	padding: 5px 5px 5px 40px;
	float: left;
}

