body {
	background-image:url(../images/headerback.gif);
	background-color: #069;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}
* { margin: 0; padding: 0; }
#wrapper, .wrapper {
	width: 805px;
	margin: 0 auto 0 auto;
	background-repeat:repeat-y;
	background-image: url(../images/wrapper.png);
	
}

a:link {
	color: #9FF;
	text-decoration:underline;
}
a:visited {
	color: #9FF;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
h1 {
	color:#fc0;
	font-size:22.5pt;
	padding:0px 2px 2px;
	font-family:"Times New Roman", Times, serif;
}
h2 {
	font-size:16.5pt;
	font-family:"Times New Roman", Times, serif;
	padding:0px 0px 2px;
	margin:5px;
	text-align:left;
	color:#3FF;
}
h3 {
	font-size:12pt;
	font-family:"Times New Roman", Times, serif;
	padding:0px 0px 2px;
	margin:5px;
	text-align:left;
	color:#3FF;
}
h4 {
	font-size:12pt;
	font-family:"Times New Roman", Times, serif;
	padding:0px 0px 2px;
	margin:5px;
	text-align:left;
	color:#fc0;
}

.subtitle-left, #content p.subtitle-left {color:#FC0; font-size: 16px; font-family:Arial, Helvetica, sans-serif; text-align:left; font-weight:bold;}
.subtitle-center, #content p.subtitle-center {color:#FC0; font-size: 16px; font-family:Arial, Helvetica, sans-serif; text-align:center; font-weight:bold;}

.small {font-size:10px;}

#body-start, .body-start {}
#content, .content {
	padding:10px 12px 0px 12px;
	width:540px;
	text-align:justify;
	float:right;
	margin-right:18px;
	_margin-right: 9px; /* IE 6 */
	background-color: #069;
}
.img-border {center; margin-bottom:10px; border:1px solid #333; font-weight:bold; }
.img-right {
	float:right;
	border: 1px solid #fff;
	margin:3px 0px 4px 10px;
}
.img-reg {
	border: 1px solid #fff;
	margin:3px 0px 5px 0px;
}
.img-left {
	float:left;
	border: 1px solid #fff;
	margin:3px 10px 4px 0px;
}

#content p.text {
	text-align:justify;
	background:none;
	margin-left:50px;
	margin-right:20px;
}
#content p, #sidebar p, #content table {
	text-align:justify;
	background:none;
	line-height:16px;
	font-size:12px;
}
#content ul {margin-left:20px; font-size:12px}
#sidebar {
	margin-left:18px;
	_margin-left: 9px; /* IE 6 */	
	width:200px;
	text-align:left;
	float:left;
	background-color:#036;
	
}

/**************** menu coding *****************/
.menu {
	width: 200px;
	padding:10px 0px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px; /* was 14px */
	font-weight:bold;
}


.menu ul {
list-style: none;
margin: 0;
padding: 0;
}
.menu li {border-bottom:1px solid #069; }
.menu a {
	color: #9ff;
	display: block;
	padding:5px 0px 5px 10px;
	line-height:16px;
	font-style:italic;
	text-decoration:none;
	background-color:#036;
}

/*#menu li.reservation a { background-image:url(../images/menu_res1.gif); background-repeat:no-repeat; background-position:145px 2px}
#menu li.reservation a:hover { background-image:url(../images/menu_res2.gif); background-repeat:no-repeat; background-position:145px 2px}
*/
.menu a:hover {
		color: #fc0;
		padding:5px 0px 5px 10px;
		background-color:#069;
}



#footer {
	width: 805px;
	margin: 0 auto 0 auto;
	background-repeat:no-repeat;
	background-image: url(../images/footer.png);
	padding-top: 18px;
	line-height:18px;
	color:#CCC;
	text-align:center;
	font-size:11px;
}

#wcMessage {display: none;}

/* Contact Page Date Selector */

.calendar-box {
	display:none;
	background-color:#036;
	border:1px solid #c0c0c0;
	position:absolute;
	width:250px;
	padding: 0 5px;
}
.calendar-box select.calendar-month {
	width:90px;
}
.calendar-box select.calendar-year {
	width:70px;
}
.calendar-box .calendar-cancel {
	width:100%;
}
.calendar-box table td {
	width:14%;
}
.calendar-box .calendar-title {
	text-align:center;
}
.calendar-box a {
	text-decoration:none;
}
.calendar-box .today a {
	padding:0 5px;
	margin-left:-5px;
	background-color:#003;
} 
.calendar-box .selected a {
	padding:0 5px;
	margin-left:-5px;
	background-color:#06C;
}

#wcMessage {display: none;}

