* 
{
	margin: 0;
	padding: 0;
}

body
{
	text-align: center;
	background-color: #eee5ab;
}

a
{
	color: #7d6a55;
}
a:hover {color:#000;}

img
{
	border: none;
}

p
{
	padding-bottom: 15px;
}

h1, h3, h4, h5, h6
{
	font-size: 14px;
	font-weight: bold;
}

h2
{
	font-size: 14px;
	font-weight: normal;
	color: #7d6a55;
	font-weight: bold;
}

h2.side-menu-h2
{
	padding-left: 4px;
}

ul
{
	margin-left: 15px;
}

.floater
{
	float: left;
}

.clear
{
	clear: both;
}

.nav-spacer
{
	float: left;
	width: 1px;
	height: 37px;
	background-image: url(images/nav/nav_spacer.gif);
}

.ditto_summaryPost
{
	border-bottom: 1px solid #e6e6e6;
	padding: 7px 5px;
}

.strong-text
{
	font-size: 14px;
	font-weight: bold;
}

.trip-select
{
	color: #6B5E54;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

.center
{
	text-align: center;
}

#page-wrapper
{
	width: 920px;
	margin: 0px auto;
	text-align: left;
	background: url(images/page_bg.gif) top left repeat-y #fff;
}

#header
{
	padding-top: 14px;
	padding-left: 325px;
	height: 40px;
	background-color: #eee5ab;
}

#left-panel
{
	float: left;
	width: 255px;
}

#reservation-div
{
	padding-top: 5px;
}

#trip-planner
{
	padding: 0px 9px 0px;
}

#trip-table
{
	width: 100%;
}

#trip-table td
{
	padding: 3px 2px;
	color: #fefefe;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#month
{
	width: 65px;
}

#day
{
	width: 50px;
}

#date_from_yearmonth
{
	width: 105px;
}

#exchange_rates
{
	width: 75px;
}

.small-td
{
	width: 50px;
}

.small-select
{
	width: 50px;
}

#phone-div
{
	padding-top: 10px;
}

#banner-1
{
	padding-top: 20px;
	text-align: center;
}

#banner-2
{
	padding: 4px 0px;
	text-align: center;
}

#banner-3
{
	padding-bottom: 10px;
	text-align: center;
}

/* Main Section */
#main
{
	margin-left: 255px;
}


/* -------- Menu Hover ---------------*/
a.hover-link img
{
	filter:alpha(opacity=0); 
	-moz-opacity: 0; 
	opacity: 0;
}

a.hover-link:hover img
{
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

/* -----------------------------------------*/

/* Navigation Items */
#nav-resort
{
	background-image: url(images/nav/resort_button.gif);
}

#nav-rates
{
	background-image: url(images/nav/rates_button.gif);
}

#nav-area
{
	background-image: url(images/nav/area_button.gif);
}

#nav-gallery
{
	background-image: url(images/nav/gallery_button.gif);
}

#nav-specials
{
	background-image: url(images/nav/specials_button.gif);
}

/* Content Section */
#content
{
	padding: 13px 100px 13px 13px;
	font-family: Georgia, sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height: 21px;
	color: #302D27;
}

#connected
{
	float: left;
	width: 225px;
	margin: 0px 5px;
	padding: 13px 0px;
	color: #4f4538;
	font-family: Georgia, sans-serif;
	font-size: 13px;
}

#connected-header
{
	padding-top: 11px;
	/*border-bottom: 1px solid #e6e6e6;*/
}

/* Footer */
#footer
{
	clear: left;
	padding-left: 738px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#footer-spacer
{
	clear: both;
	height: 25px;
	background-color: #eee5ab;
}

/* Rate Table */
.rate_table
{
	border-collapse: collapse;
	width: 552px;
}

.rate_table td
{
	border: 1px solid #F0F0F0;
	padding: 5px;
	color: #4f4538;
	font-family: Georgia, sans-serif;
	font-size: 13px;
	width: 25%;
	text-align: left;
}

.Header_price_grid
{
	color: #7D6A55;
	font-weight: bold;
}
