/*
 * style.css
 * colour scheme:
*/

body {
margin: 0;
padding: 0; 
color: #000000;
background-color: #333333;
font-family: arial, sans-serif, verdana;
font-size: 12px;
clear: both;
}

#container{
margin: 15px auto;
width: 850px;
height: 750px;
float: center;
background-color: #ffffff;
background : #ffffff url(../images/riverfog.jpg) bottom center no-repeat;
overflow: visible;
}

/*banner image across top of container */
#banner {
margin: 0px;
width: 850px;
height: 360px;
background : #ffffff url(../images/boatmooring.jpg) top right no-repeat;
}

#headercontent {
	width: 480px;
	height: 120px;
	float: left;
	color: #666666;
	background-color: transparent;
	text-align: justify;
	font-weight: bold;
	margin-top: 30px;
	margin-left: 30px;
}

/* start of config
 * links and search box on rhs of banner 
 * div and a:link etc */
#toplinks {
	width: 500px;
	height: 60px;
	float: left;
	background-color: transparent;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 20px;
}

#toplinks a {
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
}

#toplinks a:hover {
	color: #555555; 
	text-decoration: underline;
	font-weight: bold;
}
/* end of toplinks div config */

/* start of div config */
#content {
	position: absolute;
	top: 250px;
	width: 850px;
	float: left;
	background-color: transparent;
	text-align: left;
	font-weight: bold;
	margin: 0px;
}
/* end of div config */

/* main content area 
 * full width of container */
p {
	margin-left: 30px;
	margin-right: 50px;
	text-align: justify;
	font-weight: bold;
	color: #666666;
	background: transparent;
	overflow: visible;
}

h3 {
	margin-left: 30px;
	margin-right: 50px;
	font-weight: bold;
	color: #666666;
	background: transparent;
}
