*
{
	border: 0;
	margin: 0;
	padding: 0;
}


#container {
	width: 1000px; 
	margin: 0 auto; 
}

#pictainer{
	width: 600px;
	margin-top: 70px;
	margin-left: 200px;
	text-align: center;
}


#banner {
	background-image: url('harbor3.gif');
	background-repeat: no-repeat;
	background-color: white;
	height: 350px;
}

#contentwrapper{
float: left;
width: 100%;
}

#menubar {
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-color: dark blue;
	text-align: center;	
	padding 20px;
	}

.menuborder {
	border-right: medium solid blue;
	border-left: medium solid red;
	border-top: medium solid blue;
	border-bottom: medium solid red; 
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

body
{
	background: #fff;
	color: #777;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	width: 600px;
	height: 1200px;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -45px;
	left: 5px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 350px;
	height: 250px;
}