/* CSS Document */

body {
 color: #fff;
 background: #F9F9F9 url('../images/bg-body.jpg') repeat-x;
}

#container {
 color: #000;
 background: #fff;
 width: 776px;
 border: 2px solid #53455A;
 padding: 10px;
 margin: 0 auto;
}

#top-container {
 background: url('../images/bg-top.gif') repeat-y;
 height: 1%;
}

#top1 {
 font-family: Georgia, "Times New Roman", Times, serif;
 text-align: center;
 color: #fff;
 background: #53455A;
 width: 280px;
 height: 330px;
 padding: 10px 0;
 overflow: hidden;
 float: left;
}

#top2 {
 width: 485px;
 border: 1px solid #333;
 float: right;
}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background: #53455A;
	padding: 2px 10px;
	margin: 8px 0;
}

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navigation li {
	display: inline;
	padding: 0;
	margin: 0 0 0 15px;
}

#navigation a {
	color: #ccc;
	text-decoration: none;
}

#content1 {
	font-size: 11px;
	text-align: center;
	float: left;
	display: none;
}

#content2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #660033;
	border-right: 1px solid #E0C46D;
	border-top: none;
	border-bottom: none;
	width: 500px;
	padding: 0 10px;
	margin: 0 10px;
	float: left;
}

#content ul {
	padding: 0;
	margin: 0 15px;
}
#content li {
	color: #E0C46D;
	list-style-type: square;
}
#content li span {
	color: #6A5B71;
}

#content3 {
	text-align: center;
	width: 210px;
	float: right;
}

#content .heading {
	text-align: center;
	padding-bottom: 10px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	color: #003333;
	width: 776px;
	padding: 5px 0;
	margin: 0 auto;
}

img, embed, object {
 vertical-align: bottom;
 border: none;
}

.clr { clear: both; }

button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	background: #75623C;
	border: none;
}

#rates, #location, #facilities, #layout, #links {
	display: none;
}