body {
	background: #b3bfc9 url(../images/bg.jpg) repeat-x scroll;
	margin: 0px;
	padding: 0px;
}


/* typography */
p {
	font: 11px/18px georgia, palatino, times, serif;
	font-weight: normal;
	color: #1F3B54;
	text-align: left;
	margin: 0 0 12px 0;
padding: 0;
	}

a {
font: 11px/18px georgia, palatino, times, serif;
	font-weight: normal;
text-decoration: underline;
color: #6E1022;
}

a:hover, a:active { color: #0E6D96; }
a.active:link, a.active:visited { color: #6e1022; }
	
h1 {
	font: 20px/20px georgia, palatino, times, serif;
	font-weight: normal;
	color: #1F3B54;
	text-align: left;
	margin: 5px 0 12px 0;
	}

h2 {
	font: 16px/16px georgia, palatino, times, serif;
	font-weight: normal;
	color: #1F3B54;
	text-align: left;
margin: 0 0 5px 0;
	}

	
/* layout */

#wrapper {
	width: 100%;
	background: url(../images/mermaid_bg.jpg) no-repeat scroll left top;
	height: 300px;
	}
	
#wrapper2 {
	width: 100%;
	background: url(../images/mermaid_bg_right.jpg) no-repeat scroll right top;
	height: 300px;
	}
	
#center {
	width: 710px;
	margin: 0 auto 0 auto;
	text-align: center;
	}
	
#header {
	width: 710px;
	height: 156px;
	margin: 0;
	padding: 0;
	position: relative;
	}

#main {
	width: 710px;
	background: url(../images/contentbg.gif) repeat-y scroll center top;
	margin: 0;
	padding: 0 0 8px 0;
	text-align: left;
	float: left;
	}
	
#content {
	text-align: left;
	float: left;
	width: 457px;
	margin: 0 30px 0 0;
	position: relative;
	left: 40px;
	padding: 9px 0 12px 0;
	}

.contentimg {
border: 1px solid #6E1022;
}

.pageimg {
border: 1px solid #6e1022;
margin: 7px;
}

#footer {
	width: 710px;
height: 42px;
background: url(../images/footer.gif) no-repeat scroll left top;
	margin: -12px 0 12px 0;
	padding: 0;
	float: left;
text-align: left;
	}

#footer a {
  height: 18px;
  width: 137px;
position: absolute;
background:transparent;
margin-left: 554px;
margin-top: 12px;
text-indent: -9999px;
text-decoration: none;
  }
	

/* main navigation */

#nav {
	float: left;
	margin: 0;
	padding: 0;
	width: 710px;
	height: 43px;
	background: transparent;
	list-style: none;
	overflow: hidden;
	}
	
#nav ul {
	margin: 0;
	padding: 0;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	text-indent: -9999px;
	height: 43px;
	}

#nav a {
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 43px;
	text-decoration: none;
	}
	
#nav a:hover {
	background-position: bottom left;
	}
		
#nav a.selected {
	background-position: bottom left;
	}
	
#anchorbottom, #anchorbottom a {
	width: 124px;
	background: url(../images/nav/adrift_anchorbottom.gif) top left no-repeat;
	}

#menu, #menu a {
	width: 90px;
	background: url(../images/nav/menu.gif) top left no-repeat;
	}
	
#events, #events a {
	width: 97px;
	background: url(../images/nav/events.gif) top left no-repeat;
	}
#about, #about a {
	width: 161px;
	background: url(../images/nav/about.gif) top left no-repeat;
	}
#friends, #friends a {
	width: 103px;
	background: url(../images/nav/friends.gif) top left no-repeat;
	}
#contact, #contact a {
	width: 135px;
	background: url(../images/nav/contact.gif) top left no-repeat;
	}

	
/* subnav */

#subnav{
	width: 437px;
	margin-bottom: 12px;
	padding: 0;
	}

#subnav ul
{
	list-style: none;
	margin: 0;
	text-align: center;
	width: 437px;
}

#subnav li

{
	display: inline;
	margin: 0;
float: left;
}

#subnav a
{
font: 13px/20px georgia, palatino, times, serif;
font-weight: normal;
color: #6E1022;
text-decoration: none;
margin: 0;
padding: 0 10px 0 10px;
}

#subnav A:hover, #subnav A:active { color: #0E6D96; }
#subnav A.active:link, #subnav A.active:visited { color: #6e1022; }


/* sidebar */

#sidebar {
	width: 167px;
	margin: 6px 15px 0 0;
position: relative;
float: right;
clear: none;
	}
	
#sidebar p
	{
	margin: 0 18px 5px 18px;
	font: 10px/16px georgia, palatino, times, serif;
	font-weight: normal;
	color: #6E1022;
	text-align: center;
	}
	
#sidebar a {
font-size: 10px;
	text-decoration: underline;
	color: #631022;
	}
	
#sidebar a:hover {
	color: #0E6D96;
	}
	
#sidebar h3
{
font: 11px/16px georgia, palatino, times, serif;
	font-weight: bold;
	color: #6E1022;
	text-align: center;
margin: 0 0 3px 0;
}

.sidebox {
	background: url(../images/common/sidebar_bg.gif) top center repeat-y;
	margin: 0 0 9px 0;
	}
	
.sideboxfooter {
	height: 11px;
	background: url(../images/common/sidebar_bottom.gif) bottom center no-repeat;
	}

.menusection {
text-align: center;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
border-bottom: 1px dotted #eee;
}

.menusection p, h1, h2 {
text-align: center;
}

label {
	font: 11px/18px georgia, palatino, times, serif;
color: #1F3B54;
margin-top: 5px;
font-weight: normal;
}

#supplierlinks {
width: 220px;
float: left;
margin-right: 17px;
text-align: center;
}

#supplierlinks p {
margin-bottom: 12px;
text-align: center;
}

#friendlinks {
width: 220px;
float: left;
text-align: center;
}

#friendlinks p {
text-align: center;
}

.center {
text-align: center;
}