html {
	height: 100%;
}
body {
	background: url('images/body-bg.jpg') repeat-x;
	margin-top: 0px;
	padding: 0px;
	height: 100%;
}
.outer-outerwrapper {
	width: 100%;
	background: url('images/marine-lodge-body-bg.jpg') no-repeat top center;
}
.outerwrapper {
	margin: 0 auto;
	width: 920px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75%;
	text-align: right;
}
.topheader {
	width: 920px;
	float: left;
	height: 160px;
}
.logo {
	float: left;
	width: 305px;
}
.menubar {
	font-size: 130%;
	color: #fff;
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	float: left;
	width: 920px;
	height: 45px;
}
.innerwrapper {
		background-color: #FDF2C4;
		width: 920px;
		margin: 0 auto;		
}
.left {
	float: left;
	width: 200px;
	text-align: left;
	color: #86816E;
}
.content {
	width: 460px;
	float: left;
	text-align: left;
	padding-bottom: 10px;
	color: #86816E;
	font-size: 120%;
	background-color: #FDF2C4;
	font-family: Helvetica, Arial, sans-serif;
	min-height: 420px;
 	height: auto !important;
  	height: 420px;
}
.right {
	float: left;
	width: 260px;
	text-align: left;
	color: #959595;
	background-color: #FDF2C4;
	}
.clear {
	clear: both;
}
.footerbar {
	width: 920px;
	height: 45px;
	background-color: #FBDE68;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 120%;
	color:  #959595;
	text-align: center;
	vertical-align: bottom;
}
.footerbar a:link {
	color: #959595;
	text-decoration: none;
}
.footerbar a:visited {
	color: #959595;
	text-decoration: none;
}
.footerbar a:hover {
	color: #959595;
	text-decoration: none;
}
.footerbar a:active {
	color: #959595;
	text-decoration: none;
}
.footermenu {
	float: left;
	font-size: 80%;
}
.textindent {
	margin-right: 10px;
	margin-left: 20px;
	padding-top: 2px;
	background: none;
}
.textindentright {
	margin: 15px 18px 0 12px;
}
.textindentleft {
	margin: 15px;
}
.textindentfooter {
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 15px;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 120%;
	color: #424D9F;
	font-weight: lighter;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 120%;
	color: #424D9F;
	font-weight: lighter;
}
.subheader {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #424D9F;
}
.content a:link {
	color: #424D9F;
	text-decoration: underline;
}
.content a:visited {
	color: #424D9F;
	text-decoration: underline;
}
.content a:hover {
	color: #424D9F;
	text-decoration: none;
}
.content a:active {
	color: #424D9F;
	text-decoration: none;
}
.left a:link {
	color: #424D9F;
	text-decoration: underline;
}
.left a:visited {
	color: #424D9F;
	text-decoration: underline;
}
.left a:hover {
	color: #424D9F;
	text-decoration: none;
}
.left a:active {
	color: #424D9F;
	text-decoration: none;
}
.pixbox {
	float: left;
	height: 150px;
	width: 150px;
	margin-bottom: 10px;
	border: 1px solid #333333;
}
.pixborder {
	margin-bottom: 15px;
	margin-left: 15px;
}
.errortext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 2px;
	color: #F00;
}
.rightimagefloat {
	float: right;
	text-align: right;
	margin-right: 7px;
	padding-top: 16px;
}
.leftobjectfloat {
	float: left;
}
.rightobjectfloat {
	float: right;
}
.floatLeft {
	float: left;
}
.pixborderThumb {
	height: 120px;
	width: 90px;
	margin-right: 15px;
}
.itemPadRight {
	margin-right: 15px;
	margin-bottom: 15px;
}
.itemPadLeft {
	margin-left: 15px;
	margin-bottom: 15px;
}
.pic2 {
	border: 3px solid #fff;
	margin-bottom: 15px;
}
.content ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.content li {
	margin-left: 10px;
}
.content li ul {
	list-style: circle;
	font-size: 80%;
}
.content ol{
	margin: 0;
	padding: 0;
}
.content ol {
	margin-left: 10px;
}
.content tr {
	vertical-align: top;
}
.content table {
	border: 1px solid #86816E;
}
.pixborderGallery {
	border: 1px solid #f00;
}