.site_body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
	background-color: #ffffff;
	color: #6e4920;
	background-image: url(../images/body_background.png);
	background-repeat: repeat-x;
}

td
{
	vertical-align: top;
}

input
{
	border: solid 1px #dfbb80;
	width: 150px;
	color: #6e4920;
	padding: 0 0 0 4px;
}

textarea
{
	border: solid 1px #dfbb80;
	width: 150px;
	color: #6e4920;
	padding: 0 0 0 4px;
}

img
{
	border: none;
}

a, a:link, a:visited
{
	color: #6e4920;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.header
{
	width: 100%;
	padding: 30px 0px 0px 0px;
}

.header table
{
	width: 100%;
	table-layout: fixed;
}

.header_left
{
	width: 170px;
	padding: 0 0 0 30px;
}

.header_content
{
	background: url(../images/header_right.png) no-repeat bottom right;
	padding: 22px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
}

.header_right
{
	width: 30px;
}

.menu
{
	margin: 0 200px 0 0;
}

.menu a, .menu a:link, .menu a:visited
{
	font-size: 18px;
	color: #d18533;
	text-decoration: none;
	padding: 0 8px 14px 14px;
	white-space: nowrap;
}

.menu a:hover
{
	color: #643f17;
	text-decoration: none;
	padding: 0 8px 14px 14px;
}

.menu_current
{
	background: url(../images/menu_current.png) no-repeat bottom right;
	padding: 0 8px 14px 14px;
}

.title
{
	width: 100%;
	padding: 30px 0px 0px 0px;
}

.title table
{
	width: 100%;
	table-layout: fixed;
}

.title_left
{
	width: 30px;
}

.title_title
{
	width: 243px;
	padding: 20px 0 40px 140px;
	background: url(../images/title.png) no-repeat bottom left;
	font-size: 30px;
	overflow: visible;
	white-space: nowrap;
}

.title_content
{
	text-align: right;
	vertical-align: top;
}

.title_right
{
	width: 30px;
}

.page_content
{
	
}

.content
{
	width: 100%;
	padding: 30px 0px 0px 0px;
}

.content table
{
	width: 100%;
	table-layout: fixed;
}

.content_left
{
	vertical-align: top;
	padding: 0 0 30px 50px;
}

.content_left_no_right
{
	vertical-align: top;
	padding: 0;
}

.content_right
{
	width: 240px;
	vertical-align: top;
}

.footer
{
	width: 80%;
	height: 80px;
	margin: 0 0 0 30px;
	background: url(../images/footer.png) no-repeat bottom left;
}

#CalendarContainer
{
	border: solid 1px #dfbb80;
	width: 300px;
	margin: -1px 0 0 0;
	background: #f7eede;
}
#CalendarContainer table
{
	width: 100%;
	table-layout: fixed;
}
#calendar_year
{
	text-align: center;
}
#calendar_month
{
	text-align: center;
}
#calendar_month select, #calendar_year select
{
	width: 90%;
	border: none;
	margin: 4px;
	background: #f7eede;
	color: #6e4920;
}
.CalendarBorder
{
	border-top: solid 1px #dfbb80;
	height: 1px;
	margin: 4px;
}
#CalendarTime
{
	display: none;
}
#calendar_hour
{
	
}
#calendar_minute
{
	
}
.CalendarDay, .CalendarDayOver, .CalendarDaySelected, .CalendarDaySelectedOver
{
	text-align: center;
	cursor: pointer;
	border: solid 1px transparent;
}
.CalendarDayOver
{
	border: solid 1px #dfbb80;
}
.CalendarDaySelected, .CalendarDaySelectedOver
{
	border: solid 1px #dfbb80;
}
#SitePath
{
	margin: 50px 0 0 40px;
	text-align: left;
	padding: 4px;
	position: absolute;
}
.pathDevider
{
	margin: 0 12px 0 12px;
}

.pop_up_layer
{
	background: #000000 url(../images/gallery_pup_up.png) no-repeat bottom right;
}
.weather_tabs
{
	padding: 4px;
	width: 150px;
}
.weather
{
	table-layout: auto !important;
	width: auto !important;
}
.weather_tabs_active
{
	padding: 4px;
	width: 150px;
}
.weather_tabs_active a, .weather_tabs_active a:link, .weather_tabs_active a:visited
{
	text-decoration: underline;
	padding: 4px 4px 4px 12px;
}
#weather_content
{
	padding: 0 50px 0 0;
}
.schedule tr td
{
	text-align: center;
	vertical-align: middle !important;
}