@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #f1e9d9;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
body a:link, a:visited {color: #a45f5f}
body a:hover {color:#6699FF} 

.crowne #container { 
	width: 812px; 
	background:url(../images/bg_middle.gif);
	margin: 0 auto; 
	text-align: left
}
.crowne #header { 
	background:url(../images/bg_header.gif);
	width:812px;
	height:125px;
} 
.crowne #logo {
	padding: 23px 0 0 20px;
}
.crowne #header-b {
	color:#f1e9d9;
	font: 14px "Times New Roman", Times, serif;
	letter-spacing: 2px;
	background:url(../images/bg_header-b.gif);
	width:812px;
	height:25px;
	line-height:22px; 
}
.crowne #sidebar {
	float: left; 
	width: 228px; 
	height: 100%;
	background: #e9d7b4;
	margin-left:6px;
	padding: 0;
}
.crowne #reserve {
	background:url(../images/bg_reserve.gif);
	margin: 4px 0 0 4px;
	width:220px;
	height:169px
}
table.table1 {
	margin-top: 64px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff
}
.crowne #menu {
	margin: 5px 0 0 4px;
	width:220px
}
.crowne #address {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #973b3b;
	margin: 4px 0 16px 47px
}

.crowne #mainContent {
	margin-left: 238px;
}
.crowne #splash {
	margin-top: 4px;
}
.crowne #rightpics {
	margin:20px -18px 1px 6px;
	float:right;
	width:180px
}
.crowne #bottom {
	margin: 0 auto; 
	background:url(../images/bg_bottom.gif) no-repeat;
	width:812px;
	height:7px;
}
.crowne #footer { 
	background: #f1e9d9;
	text-align: center;
	font: 10px Verdana;
	color: #ad8f65;
	margin: 8px 0 13px 0;
}
.crowne #footer p {
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
