body
{
	color: #000;
	background: #FFF6D2;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 12px;
	text-align: left;
}
	a {
		color: #900;
		text-decoration: none;
	}
	a:hover {
		color: #C00;
		text-decoration: underline;
	}

img.border
{
	border: 1px solid #666;
	padding: 4px;
}

p
{
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #000;
}

/* body structure here */
table.content_holder
{
	background: #FFF;
	border-color: #333;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-top-width: 4px;
	width: 780px;
	text-align: left;
}

td.bottom
{
	background: #B39B44;
	color: #900;
	font-size: 10px;
	height: 25px;
	text-align: center;
	border-top: 1px solid #000;
}

td.contact_info
{
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	color: #333;
	padding: 10px;	
}
	a.contact_info {
		color: #900;
		text-decoration: none;
	}
	a.contact_info:hover {
		color: #C00;
		text-decoration: underline;
	}
td.left_content
{
	border-right: 1px solid #000;
	width: 138px;
	background: #D5C998;
	vertical-align: top;
}

td.main_content
{
	padding: 10px;
	vertical-align: top;
	font-family: Arial, Verdana, sans-serif;
	color: #000;
}

td.right_content { vertical-align: top; }

td.top_links
{
	vertical-align: top;
	background: url('../images/links_fill.gif') repeat-x;
}

/* span roll overs */
span.book_check {
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
	clear: both;
	position: relative;
	
}

/* ROLL OVER STATES FOR BODY BUTTONS */

span.book_check a {
	padding: 3px 5px 3px 5px;
	margin: 0;
	color: #FFF;
	border: 1px solid #666;
	background-color: #B39B44;
	text-decoration: none;
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	
}

span.book_check a:hover
{
	color: #333;
	background-color: #D5C998;
}
/* RATES TABLE CSS STYLES UNDER HERE */
span.rates { 
	font-size: 14px; 
	font-weight: bold; 
}
table.rates_table {border: 1px solid #666; width: 400px; font-size: 11px;}

td.rates_titles_top {color: #fff; text-align: center; font-weight: bold; background-color: #B39B44;}
td.rates_titles_left {color: #fff; font-weight: bold; background-color: #B39B44;}
td.rates_prices {color: #000; font-size: 11px; font-weight: bold; text-align: center; background-color: #D5C998; }
td.rates_bottom {color: #fff; font-weight: bold; text-align: left; background-color: #B39B44;}
td.rates_empty {}

td span.date
{
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #900;
}
/* RATES TABLE CSS STYLES ABOVE HERE */
/* footer styles */
#bottomlinks
{
	text-align: center;
	color: #FFF;
	padding-bottom: 3px;
	padding-top: 2px;
	border-top: 0px solid #FFF;
	width: 100%;
}

#bottomlinks a
{
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#bottomlinks a:hover { color: #333; }
#bottomlinks div.copyright { padding-top: 5px; }
#bottomlinks div.copyright a { color: #333; }
#bottomlinks div.copyright a:hover { color: #FFF; }