﻿body {
	margin: 15px 0;
	padding: 0;
	text-align: center;
	background: #28473A url('images/waterbackgrd.jpg') no-repeat center top;
}
h1, h2, h3, h4, h5, p, ul {
	margin-top: 0;
	margin-bottom: 15px;
}
h1, h3, h5 {
	color: #10155e;
}
h2, h4 {
	color: #e96d1f;
}
h1 {
	font-size: 18pt;
}
h2, h3 {
	font-size: 14pt;
}
#wrapper {
	width: 990px;
	padding: 20px 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}
#header {
	margin: auto;
	height: 124px;
	width:740px;
	border: 1px solid #cce4fe;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	overflow:hidden;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
}
#logo {
	width: 410px;
	height: 219px;
	margin: auto;
	margin-top: -160px;
}
#maincontent {
	width: 700px;
	border: 1px solid #cce4fe ;
	background: #e96d1f url('images/orangefade.jpg') repeat-x;
	margin: auto;
	padding: 20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
    overflow:hidden;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
}
#whitetextbox {
	margin: auto;
	text-align: left;
	font-size: 12pt;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	background-color: white;
	color: #333;
	padding: 10px;
	overflow:auto;  
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
	-moz-border-radius-bottomleft:16px;
	-moz-border-radius-bottomright:16px;
}
#contactinfo {
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size:10pt;
	text-align:center;
	margin:15px auto;
	clear:both;
}
#navbar {
	height: 26px;
	font-size: 10pt;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	margin: auto;
	margin-top: -10px;
	margin-bottom: 10px;
}
#navbar a {
	display: inline-block;
	padding: 4px 8px;
	text-decoration: none;
	border:1px solid #cce4fe;
}
#navbar a:link, #navbar a:visited {
	background-color: #10155e;
	color: white;
}
#navbar a:active, #navbar a:hover {
	background-color: #e96d1f;
	color: white;
}
a:link.reservations, a:visited.reservations {
    float:right;
    width:140px;
    margin-left:10px;
    border-radius:6px;
    -moz-border-radius:6px;
    background-color:#e96d1f;
    color:#FAC92F;
    font-size:11pt;
    font-weight:bold;
    vertical-align:middle;
    text-align:center;
    display:block;
    padding:5px 0;
    text-decoration:none;
    border:2px solid #10155e;
}
a:link.subscribe, a:visited.subscribe {
    float:right;
    width:140px;
    margin-top:5px;
    margin-left:10px;
    border-radius:6px;
    -moz-border-radius:6px;
    background-color:#10155e;
    color:#FAC92F;
    font-size:8pt;
    vertical-align:middle;
    text-align:center;
    display:block;
    padding:2px 0;
    text-decoration:none;
    border:2px solid #10155e;
    clear:right;
}
a:hover.subscribe, a:hover.reservations {
    
    background-color:#FAC92F;
    color:#10155e
}
#bottompics {
	margin-top: 20px;
	margin: auto;
}
#footer {
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size:8pt;
	text-align:center;
	margin:0px auto;
	color:#cce4fe;
}
/* basic colors */
.navy {
	color: #10155e;
}
.orange {
	color: #e96d1f;
}
.goldenOrange {
	color: #ffc63b;
}
a img {
	border-width: 0px;
}
a:link, a:visited {
    color:#68A0EA;
}
a:hover {
    color:#e96d1f;
}
