@charset "UTF-8";
/* CSS Document */

body {
	background-color: #474655;
	background-image: url(../Images/Site/Layout/Background_Grey.png);
	background-repeat: repeat-x;
	
	color: #808080;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7.5pt;
	line-height: 12pt;
	}
	
a:link {
	color: #6A7EC8;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	}
	
a:hover {
	color: #3840C2;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	}
	
a:visited {
	color: #898EFF;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;	
	}
	
div#content {	
	width: 924px;
	height: 669px;
	max-width: 924px;
	max-height: 669px;
	
	margin-top: -6px;
	margin-left: auto;
	margin-right: auto;
	}
	
div#content_head {
	background-image: url(../Images/Site/Layout/Content_Head.png);
	background-repeat: no-repeat;
	
	width: 924px;
	height: 150px;
	max-width: 924px;
	max-height: 150px;
	}

div#weather_link	{
	float: right;
	
	margin-top: 25px;
	
	width: 220px;
	height: 80px;
	}

div#flag {
	float: right;
	
	margin-top: 25px;
	margin-right: 28px;
	
	width: 31px;
	height: 24px;
	}

div#menu_bar {
	float: left;
	
	margin-left: 25px;
	margin-top: 3px;
	
	width: 882px;
	height: 40px;
	max-height: 40px;
	}
	
div.menu_link {
	position: relative;
	float: left;
	}
	
div.menu_link a:link {
	text-decoration: none;
}
	
div#content_bg {
	background-image: url(../Images/Site/Layout/Content_Line.png);
	background-repeat: repeat-y;
	
	width: 924px;
	max-width: 924px;
	}
	
div#content_area {	
	width: 900px;
	max-width: 900px;
	min-height: 260px;
		
	overflow: auto;
	}

div#headline {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22pt;
	color: #8A8A8A;
	line-height: normal;
	
	width: 800px;
	height: 40px;
	
	margin-left: 35px;
	margin-top: 10px;
	}

div.color_bar {
	float: left;

	width: 35px;
	height: 235px;
	max-width: 35px;
	
	margin-left: 140px;
	margin-top: 8px;
	}

div#color_bar_home {
	background-color: #6A7EC8;
	}

div#color_bar_boat {
	background-color: #AD0065;
	}
	
div#color_bar_moorage {
	background-color: #FFC774;
	}

div#color_bar_calendar {
	background-color: #f15f3e;
	}

div#color_bar_contact {
	background-color: #b5ef33;
	}

div#content_bg_foot {	
	background-image: url(../Images/Site/Layout/Content_Line.png);
	background-repeat: repeat-y;
	
	width: 924px;
	max-width: 924px;
	height: 70px;
	}

div#test {
	padding-top: 60px;
	}

div#content_tail {	
	background-image: url(../Images/Site/Layout/Content_Tail.png);
	background-repeat: no-repeat;
	
	width: 924px;
	height: 30px;
	max-width: 924px;
	max-height: 30px;
	}
	