/*CSS Document*/
*
{
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial;
}
HTML, BODY
{
	height: 100%;
	background: #C2B485;
}
A
{
	text-decoration: none;
	color: #AFDCF3;
}
A:hover
{
	text-decoration: underline;
}
#wrapper-shadow
{
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 920px;
	margin: 0 auto -40px;
/*the bottom margin is the negative value of the footer's height*/
	background: url(../images/content-area.png) repeat-y;
}
#wrapper-all
{
	margin: 0 auto;
	width: 850px;
}
/*oooooooooooooooooooo Header*/
#wrapper-header
{
	height: 140px;
}
#logo
{
	background: #B0DDF4;
	width: 340px;
	margin: 10px auto;
	position: relative;
	height: 75px;
}
#logo IMG
{
	position: absolute;
	left: 40px;
	top: 2px;
}
#pic-description
{
	background: #AFDCF3;
	width: 340px;
	margin-left: 9px;
	text-align: center;
	padding: 4px 0 1px;
	height: 20px;
	margin-bottom: 10px;
}
#pic-description P
{
	color: #696752;
	font-size: 9pt;
	font-weight: bold;
}
/*oooooooooooooooooooo Horizontal Navigation*/
#nav-horizontal
{
	height: 30px;
	margin: 63px 0 0px -2px;
	width: 500px;
	/*[empty]position:;*/
}
#nav-horizontal LI
{
	list-style: none;
	display: block;
	float: left;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: bold;
}
#nav-horizontal A
{
	color: #696752;
	padding: 9px 6px;
	background: #AFDCF3;
	margin: 0 0 0 2px;
	display: block;
}
#nav-horizontal A:hover, #nav-horizontal A.active
{
	color: #4C4B3C;
	background: #FFF;
	text-decoration: none;
}
/*oooooooooooooooooooo Bottom*/
#wrapper-bottom
{
	width: 850px;
	float: left;
}
/*oooooooooooooooooooo Vertical Navigation*/
#nav-vertical
{
	width: 202px;
	float: left;
	background: #FFFF00;
}
#nav-vertical LI
{
	background: #FFC0CB;
	list-style: none;
	margin-bottom: 5px;
}
#nav-vertical A
{
	color: #000000;
}
/*oooooooooooooooooooo Content*/
#wrapper-content
{
	width: 850px;
	float: left;
	padding-bottom: 20px;
	position: relative;
}
#book-online
{
	position: absolute;
	right: 5px;
	/*[empty]top:;*/
	z-index: 1000;
}
#column-a1
{
	background: #FFF;
	width: 358px;
	float: left;
	margin-left: 0px;
}
#column-a1 IMG
{
	margin: 0 0 10px 9px;
}
#column-a1 #myGallery
{
	margin: 0 0 10px 9px;
}
#column-a2
{
	width: 492px;
	float: right;
	position: relative;
}
#column-a3
{
	clear: both;
	border-top: 7px solid #AFDCF3;
	margin: 4px 0 0;
	padding: 20px 30px 0 50px;
	position: relative;
}
#column-a3 IMG
{
	position: absolute;
	left: 0;
	top: 0;
}
#column-a3 IMG.friends
{
	position: relative;
	margin-top: 35px;
}
#column-a3 UL
{
	margin-left: 0px;
	color: #FFF;
	list-style: square inside;
	font-size: 10pt;
}
#column-a3 A
{
	font-weight: bold;
}
#column-a3 DT
{
	color: #FFF;
}
#column-a3 DD
{
	color: #FFF;
	font-size: 10pt;
}
#column-a3 IFRAME
{
	border: 2px solid #AFDCF3;
	width: 415px;
}
#specials-button
{
	position: relative;
	margin-bottom: 59px;
}
/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push
{
	height: 40px;
/*#sticky-footer-push must be the same height as #footer
do not replace with min-height*/
	width: 800px;
	margin: 0 auto;
}
#sticky-footer-push
{
	clear: both;
	visibility: hidden;
}
#footer
{
	background: #696752;
	color: #FFF;
	clear: both;
	text-align: right;
}
#footer-ob-logo
{
	float: left;
}
#footer-links
{
	text-align: right;
	float: right;
	margin-top: 10px;
	text-decoration: none;
	font-size: 8pt;
}
#footer-links A
{
	color: #FFF;
	text-decoration: none;
	font-size: 8pt;
}
#footer-links A:hover
{
	text-decoration: underline;
}
/*Sticky Footer by Ryan Fait: http: //ryanfait.com/*/
H1
{
	font-size: 16pt;
	margin-bottom: 10px;
	color: #FFF;
}
H2
{
	font-size: 14pt;
	margin-bottom: 1em;
}
H3
{
	font: bold 11pt Arial;
	color: #AFDCF3;
}
P
{
	line-height: 1.4em;
	margin-bottom: 1em;
	color: #FFF;
	font-size: 9pt;
}
.clear
{
	clear: both;
}
DL
{
	margin-bottom: 1em;
}
DL.sitemap DT
{
	margin: 0;
	color: #FFF;
	padding-bottom: 0;
}
DL.sitemap DT A
{
	color: #FFF;
	font: 10pt Arial;
}
DT
{
	font-weight: bold;
	margin-top: 0.75em;
	font-size: 11pt;
	/*[empty]text-decoration:;*/
}
DD
{
	margin-left: 0;
}
UL
{
	margin: 0 0 20px;
}

