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

body {
	margin: 0px;
/*	background: #FFFFFF url(../images/body-bg.jpg) top left no-repeat fixed;*/
	background: #FFFFFF url(../images/body-bg.jpg) top left no-repeat scroll;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	width: 909px;
	height: 367px;
	background: url(../images/header.jpg) no-repeat;
}


#content-container {
	margin: 0px 0px 0px 125px;
	width: 784px;
	background: url(../images/content-bg.gif) repeat-y;
}


#content-bot {
	margin: 0px 0px 0px 125px;
	width: 784px;
	height: 8px;
	background: url(../images/content-bot.gif) no-repeat;
}


#nav {
	margin: 0px;
	width: 190px;
	background: #C5BFB1 url(../images/nav-bg.png) left top repeat-y;
	}
	#nav img {
		margin: 0px 0px 1px 0px;
	}
	#nav ul {
		margin-left: -32px;
	}
	#nav li {
		margin: 8px 0px;
		font-size: 1em;
		color: #217199;
		list-style: none;
		font-weight: bold;
	}
	#nav a, #nav a:visited {
		color: #217199;
		text-decoration: none;
	}
	#nav a:hover {
		text-decoration: none;
		color: #FFFFFF;
	}


#content-col {
	color: #333333;
	font-size: 0.8em;
	background: #FFFFFF url(../images/boat-bg.jpg) top center no-repeat;
	}
	#content-col h1 {
		margin-bottom: 32px;
		font-size: 1.1em;
		color: #217199;
		text-align: center;
	}
	#content-col h2 {
		color: #217199;
		font-size: 1em;
		margin-left: 8px;
		margin-right: 8px;
	}
	#content-col p {
		font-size: 0.9em;
		margin-left: 8px;
		margin-right: 8px;
	}
	#content-col img {
		border: 1px solid #217199;
	}
	#content-col a, #content-col a:visited {
		color: #217199;
		text-decoration: none;
	}
	#content-col a:hover {
		text-decoration: underline;
	}


#footer {
	margin: 0px 0px 0px 125px;
	clear: both;
	width: 784px;
	color: #333333;
	}
	#footer p {
		font-size: 1em;
		text-align: center;
		font-weight: bold;
	}
	#footer ul {
		margin-left: -38px;
		text-align: center;
	}
	#footer li {
		font-size: 0.8em;
		color: #217199;
		list-style: none;
		display: inline;
	}
	#footer a, #footer a:visited {
		color: #217199;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}


#copyright {
	width: 784px;
	margin-left: 125px;
	color: #999999;
	}
	#copyright p {
		margin: 0px;
		font-size: 0.7em;
	}
	#copyright a, #copyright a:visited {
		color: #999999;
		text-decoration: none;
	}
	#copyright a:hover {
		color: #217199;
		text-decoration: underline;
	}

.blue-text {
	color: #217199;
}
