html, body, div, span,
applet, object, h1, h2,
h3, h4, h5, h6, p,
blockquote, pre, a, em,
font, img, strong, sub,
sup, ol, ul, li, fieldset,
form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body
{
	font-size: 100%;
	line-height: 1.4;
	color: #000;
	background-color: #fff;
}

ol, ul
{
	list-style: none;
}

.center
{
	text-align: center;
	margin: 0px auto 0px auto;
}

a, a:link, a:visited, a:active, a:hover
{
	color: #000;
}
a .nor

h1, h2, h3, h4, h5, h6, h7
{
	font-size: 1em;
	font-weight: normal;
}

.indent
{
	margin-left: 15px;
}

.spacer
{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}

#maincontainer
{
	width: 787px;
	margin: 25px auto;
	font-family: Georgia, "Palatino Linotype", Palatino, serif;
}

#header {
	height: 128px;
	}

#header a {
	background-image: url('../images/sailors-inn.png');
	float: left;
	width: 157px;
	height: 128px;
	display:block;
	margin: 0 60px 0 30px;
	}
#header a img {
	border: none;
	}

#header h2
{
	float: left;
	background-image: url('../images/location.png');
	width: 492px;
	height: 78px;
	text-indent: -9999px;
}

#menu
{
	/*float: left;*/
	margin: 10px 0 0 0;
	width: 100%;
}

#menu-links
{
	float: right;
	height: 36px;
}

#menu ul
{
	float: left;
	list-style-type: none;
	width:769px;
	background-color:#BF2E1A;
}

#menu li
{
	float: left;
}

#menu li a
{

	font-size: 0.75em;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #bf2e1a;
	height: 19px;
	padding: 17px 5px 0 5px;
}

#menu li a:hover {
	color: #f78f1e;
	}

#menu li #selected
{
	color: #f78f1e;
}

#menu-left, #menu-right
{
	float: left;
	background-image: url('../images/menu-left.gif');
	width: 9px;
	height: 36px;
}

#menu-right
{
	background-image: url('../images/menu-right.gif');
}

.header-image
{
	/*background-image: url('../images/boats.png');*/
	background-color: #bf2e1a;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 255px;
}

#content
{
	background-color: #f78f1e;
	padding: 20px 40px 20px 40px;
	color: #333;
	font-size: 0.8em;
}

#page-bottom
{
	background-image: url('../images/page-bottom.gif');
	height: 10px;
}

#content h1
{
	margin: 30px 0;
	font-weight: bold;
}

p
{
	margin:  0 0 20px 0;
}

#column-right img
{
	background-image: url('../images/image-border.png');
	padding: 5px;
	margin: 4px 0 8px 0;
}

#column-left
{
	float: left;
	width: 710px;
}

#column-right
{
	float: right;
	margin: 18px 0 0 0;
}

#footer
{
	text-align: center;
	color: #bf2e1a;
	font-size: 0.7em;
	font-weight: bold;
	margin: 10px 0 0 0;
}

