body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 14px;
	text-align: center;
	background: url(images/page_bg.jpg);
	color: #6f6f6f;
}

html, body, #wrapper, h1, #nav, #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

th, td {
    font-size: 10px;
}

img {
	border: 0;
	float: left;
}

#wrapper {
    margin: auto;
    text-align: left;
    width: 750px;
    position: relative;
}

h1, h2, h3 {
    font-size: 10px;
}


h1 {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0 0 0 0;
    padding: 0;
}

h3 {
    margin: 4px 0 0 0;
    padding: 0 0 0 0;
}

p {
	margin: 1em 0;
	padding: 5px;
	font-size: 18px;
	font-family: "Comic Sans MS", cursive;
}

.block {
    display: block;
}

.clear {
    clear: both;
    height: 1px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1px;
    line-height: 1px;
}

* html .clear {
    margin-top: -5px;
    margin-bottom: -4px;
}


/* ***** */

body {
	background-color: #8C0046;
}

#wrapper {
	width: 698px;
	border: 2px solid #fff;
	background-color: #FFC;
}

* html #wrapper {
    width: 700px;
    w\idth: 698px;
}

h1 {
	text-align: right;
	font-size: 24px;
	font-family: "Comic Sans MS", cursive;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #cb4c8c;
}

a:hover {
    text-decoration: underline;
}

/* Header */

#header {
	float: left;
	width: 100%;
	height: 220px;
	background-image:url(images/header.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
}
#bheader {
	float: left;
	width: 100%;
	height: 220px;
	background-image:url(images/boats_header.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}
.header {padding: 10px;}
.header img {margin-bottom: 10px;}


/* nav */

* html .clear {
    margin-top: 0;
    margin-bottom: 0;
}
#nav {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	list-style: none;
	width: 173px;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid white;
	text-align: center;
}

#nav li.first {
	width: 175px;
	border-left: none;
	text-align: center;
}

#nav a {
	color: #fff;
	display: block;
	text-decoration: none;
	background: #8C0046;
	padding: 2px 0;
	width: 100%;
}

#nav a:hover {
	background: #C10061;
}

/* highlights */

#highlights {
	width: 100%;
	float: left;
}

#highlights .p {
    padding: 8px 7px;
    margin-left: 187px;
    border-bottom: 1px solid white;
}

#highlights img {
	margin-bottom: 5px;
}

* html #highlights .p {
    padding-bottom: 6px;
}

#pics img {
	margin: 5px;
}
#pics {
	width: 698px;
	text-align: center;
	float: left;
}
/* footer */

#footer {
	color: #fff;
	background: #8C0046;
	text-align: center;
	padding: 8px 0;
}

#footer a {
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
}

#footer a:hover {
    color: #f8cde3;
}
