body {
	text-align: center;
	background-color: #aebdda;
	background-image: url(images/bg2.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	background-attachment: fixed;
}

#container {
	display: block;
	margin: 0 auto;
	width: 750px;
	background-image: url(images/container_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 748px;
	text-align: left;
	margin: 0 auto;
	/*min-height: 100%;*/
}

#topheader {
	width: 748px;
	height: 26px;
	background-image: url(images/topheader.gif);

}

#header {
	width: 748px;
	height: 67px;

}

#flashheader {
	width: 748px;
	height: 350px;

}

#horizbar {
	width: 748px;
	height: 8px;
	background-image: url(images/horizbar.gif);
	background-repeat: no-repeat;
}

/* Hyperlinks */
A:link, A:visited {
	text-decoration: underline; 
	color: #38415f;
	font-weight: normal;
}

A:hover	{
	text-decoration: none; 
	color: #38415f;
	font-weight: normal;
}

/* Top links */



#pagebody {
	width: 748px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	display: block;
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;	
}

#pagebody2 {
	width: 748px;
	background-color: #ffffff;
	background-image: url(images/white_bg.gif);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}

#pagecontent {
	float: right;
	width: 510px;
	padding: 0px 0px 0px 0px;
	
	
}

#innercontent {
	padding: 10px 10px 10px 10px;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color : #333333;
}

#left {
	width: 224px;
	float: left;
	padding: 0px 0px 0px 0px;
	
}

#menucontainer {
	
	padding: 10px 0px 10px 25px;
}

#comments {
	
	padding: 0px 0px 0px 30px;
	
}

#address {
	
	text-align: center;
	padding: 100px 0px 0px 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #ffffff;
}

#address a:link, #address a:visited
	{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	}


#address a:hover
	{
	text-decoration: underline;
	color: #ffffff;
	}

TD {
	
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8.5pt; 
	color : #fdf8d6;
	
}


/* Footer nav links */

#footer {
	background-image: url(images/footer.jpg);
	clear: both;
	height: 131px;
	padding: 0px 0px 0px 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #cccccc;
	
	
}

#reservationfooter {
	background-image: url(images/reservation_footer.jpg);
	clear: both;
	height: 126px;
	padding: 0px 0px 0px 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #cccccc;
	
	
}

#credits {
	background-color: #ffffff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 12px;
	text-align: right;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
}
#credits a:link, #credits a:visited
	{
	padding: 2px;
	
	margin-right: 3px;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	}


#credits a:hover
	{
	text-decoration: underline;
	}
	
h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #38415f;
	font-weight:bold;
}

.cancellations {
	clear: both;
	color: #333333;
	background-color: #FF6633;
	font-size: 7.5pt;
	font-weight: normal;
	display: block;
	padding: 10px;
	margin-top: 10px;
	border: 1px dashed #666666;
}

.menu{
	width: 253px; /*width of menu*/
	text-align:left;
	background-image: url(images/menu-bg.gif);
}

.menu ul{
list-style-type: none;
margin: 1px 0;
padding: 0;
}

.menu ul li a{
background: url(images/bullet2.png) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #51576f;
display: block;
width: auto;
padding: 3px 0;
padding-left: 25px;
text-decoration: none;

}

* html .menu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.menu ul li.active a {
color: #51576f;

background-image:url(images/bullet.png)
}

.menu ul li a:hover{
color: #ffffff;
background-image:url(images/bullet3.png); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .menu ul li { height: 1%; }
* html .menu ul li a { height: 1%; }