/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	text-align: center;
	padding: 0;
	margin: 0;
	background: transparent url('../images/hatch_bg.gif') repeat;
	font: 80% Verdana, Arial, sans-serif;
}

#wrapper {
	text-align: left;
	width: 781px;
	margin:0 auto;
	padding: 0; 
}
#header {
	margin:0;
	padding:0;
	clear:left;
}
#content_wrap {
	background-color:#fff;
	clear:left;
	margin:0;
	padding:0;
	border-bottom:solid 6px #729ac2;
}
#content {
	margin: 0 280px 0 0;
	clear:left;
}

#content .inner {
	padding-top: 1px;
	margin: 0 10px 10px 25px;
}

#side {
	float: right;
	width: 275px;
	margin: 0;
	clear:left;
}

#side .inner {
	padding-top: 1px;
	margin:18px 0px 10px 20px;
}
#box_top {
	background:transparent url('../images/side_top.gif') no-repeat bottom;
	width:255px;
	height:10px;
}
#box_btm {
	background:transparent url('../images/side_btm.gif') no-repeat top;
	width:255px;
	height:10px;
}
#feature_box {
	background-color:#dee9f6;
	width:255px;
}
#footer {
	margin-top: 10px;
	clear: both;
}

#footer .inner {
	margin: 10px;
	text-align:center;
}

/* =================== */
/* = main navigation = */
/* =================== */
#nav {

}
#nav ul {
	list-style:none;
}
#nav li {
	float:left;
	padding:10px 5px;
}
/* =============== */
/* = list styles = */
/* =============== */
#content ul {
	margin:10px;
}
#content li {
	padding:4px 0 4px 0;
	margin:0 10px;
}
#feature_box ul {
	margin:10px 10px 0 10px;
	list-style-type:none;
	font-size:80%;
}
#feature_box li {
	padding:0 0 0 20px;
	margin:10px 0 0 0px;
	background:transparent url('../images/bullet.gif') no-repeat;
}
#reservation_button {
	margin:0 0 18px 0;
}
/* ============== */
/* = typography = */
/* ============== */
h1#welcome {
	width: 292px;
	height: 34px;
	position: relative;
	font-size: 9px;
	margin: 0px;
	padding:18px 0 9px 0;
	overflow: hidden;
	vertical-align: bottom;
}
h1#welcome span {
	background: url(../images/welcome.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
h1#about {
	width: 292px;
	height: 34px;
	position: relative;
	font-size: 9px;
	margin: 0px;
	padding:18px 0 9px 0;
	overflow: hidden;
	vertical-align: bottom;
}
h1#about span {
	background: url(../images/about.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#content h2 {
	font-size:100%;
	margin:0 5px;
	padding:9px 0;
	
}
#content p {
	line-height:18px;
	padding:9px 0;
}
#side p {
	line-height:18px;
	padding:9px 0;
	font-size:80%;
}
#side h2 {
	font-size:100%;
	margin:0 5px;
}
/* =============== */
/* = link styles = */
/* =============== */
#reservation_button img {
	border:none;
	display:block;
	margin:0 auto;
}
#nav a:link, #nav a:visited {
	color:#000;
	text-decoration:none;
	padding:5px;
}
#nav a:hover, #nav a:active {
	background-color:#0079c1;
	color:#fff;
}
#nav a.selected  {
	background-color:#0079c1;
	color:#fff !important;
}
#content a:link, #content a:visited, #footer a:link, #footer a:visited {
	color:#700606;
}
#content a:hover, #content a:active, #footer a:hover, #footer a:active {
	color:#39393a;
}
/* ======== */
/* = misc = */
/* ======== */
.right {
	float:right;
	margin:10px;
}
.left {
	float:left;
	margin:10px;
}
.clear {
	clear:both;
	padding:0;
	margin:0;
}
.border {
	border:solid 1px #0079c1;
}
/* =============== */
/* = form styles = */
/* =============== */
form {
	padding-left:30px;
}
label, input, textarea {
	display:block;
	margin:10px 0;
	font:100% Verdana, Arial, sans-serif;
}