@charset "utf-8";
/* CSS Document */

body {
	background-color: #ccccff;
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-size: 12px;
	margin: 0 0 0 0;
}

a, a:visited {
	border: none;
	color: #336699;
}

a:hover {
	border: none;
	color: #333366;
}

.top {
	background-image: url(media/bg.gif);
	width: 810px;
	height: 90px;
}

.menu {
	background-color: #ccccff;
	background-image: url(media/menu_top.gif);
	width: 810px;
	height: 28px;
}

.slideshow {
	background-color: #ccccff;
	background-image: url(media/bg.gif);
	width: 810px;
	height: 240px;
}

.menu_bottom {
	background-color: #ccccff;
	background-image: url(media/menu_bottom.gif);
	width: 810px;
	height: 14px;
}

.main_box {
	background-color: #ffffff;
	background-image: url(media/bg.gif);
	width: 810px;
	overflow: hidden;
}

.page_picture {
	background-color: #ccccff;
	background-image: url(media/bg.gif);
	width: 810px;
	height: 200px;
}

.page_box {
	background-color: #ffffff;
	padding-top:15px;
	padding-bottom:20px;
	padding-left: 20px;
	padding-right: 5px;
	width: 750px;
	height: auto;
	position:relative;
	overflow:hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

.main_content {
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

.contact {
	background-color: #ffffff;
	background-image: url(media/bg.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

.footer {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

.rates td {
	width: 150px;
}

.specials {
	width: 700px;
}

.specials td {
	width: 350px;
	vertical-align: text-top;
}

h2 {
	color: #999999;
}

.required {
	width: 10px;
	color: #990000;
}

.text_required {
	color: #990000;
	font-size: 10px;
}

.left {
	width: 200px;
	vertical-align: text-top;
}