/* CSS Document */

body, html {
	background-color:#26519B;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	margin-top:0px;
	margin-bottom:0px;
}

#container {
	width: 830px;
	background-image:url(images/bg.jpg);
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 773px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
}

#pic {
	width: 204px;
	float:left;
}

#moorings {
	width: 565px;
	float:right;
}

#wrap {
	position:relative;
	width:773px;
	padding-top:20px;
	padding-bottom: 20px;
}

#left {
	width: 204px;
	text-align:center;
	float:left;
}

#map {
	float: right;
	width: 300px;
	text-align:center;
	margin-left: 10px;
}


#right {
	width: 519px;
	padding-right: 25px;
	text-align:left;
	float:right;
}

a:link, a:visited {
	color: #FBFB69;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#left a:link, #left a:visited {
	color: #cccccc;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.border1 {
	border: 4px solid #000000;
}

.border2 {
	border: 1px solid #ffffff;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 9px;
}
