﻿@import url("layout.css");
body {
	/*  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  */
	/*  font-size: 0.8em;  */
	/*  background-image: url('../images/water.jpg');  */
	/*  background-repeat: repeat;  */
	/*  background-attachment: scroll;  */
	
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/background_water.jpg'); /* Change the link depending on what size shadow you want to use  */;
	background-repeat: repeat-y; /* Repeats the image vertically (Downwards) */
	background-position: center; /* Centers the Background image */	
	background-color: #f7f4ee; /* Website BG colour (matches drop shadow bg colour */
}
#container {
	/* width: 700px;  */
	/* margin: 0 auto;  */
	/* padding: 10px;  */
	/* background-color: #fff;  */
	
	width: 760px; /* Width of your content, either use 760px or 960px depending on your website size*/
    margin: 0 auto; /* 0 means no margin for the top and bottom of the container and auto aligns in center*/
    background-color: #fff;
    padding: 10px;
}

#masthead {
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	background: url('../images/Maine_coast_sm.jpg');
	width: 600px;
	padding: 10px;
	border: 1px dotted #725972;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #90C5E7;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: #FFFFFF;
	position: ;
	float: right;
}
/* Footer Styles */
#footer p {
	color: #000000;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
