﻿@import url("layout.css");
body {
	background: #eaf3fc url('../images/body-bg.png') repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#container {
	background: repeat;
	width: 700px;
}
#masthead {
	text-align: right;
	width: 700px;
	background-image: url('../images/banner-bg.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 240px;
}
#navigation {
	background: #EAF3FC url('../images/menu-bg.png') no-repeat;
	position: relative;
	float: left;
	width: 207px;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.3em;
	text-align: right;
}
#content {
	background: #E59F95 url('../images/content-bg.png') repeat;
	padding: 0 10px 10px 10px;
	float: left;
	width: 473px;
}
#footer {
	margin: 10px 0 0 0;
	padding: 5px;
	background: #eaf3fc url('../images/body-bg.png');
	text-align: left;
	clear: both;
	width: 690px;
}
/* Masthead Styles */
#masthead h1 {
	padding: 190px 15px 0 0;
	color: #000000;
	font-size: 1.7em;
	font-style: italic;
}
#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 10px 0 0;
}
#navigation a {
	color: #333366;
	text-decoration: none;
	display: block;
	padding: 2px;
}
#navigation a.sub {
	color: #8282FF;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
#navigation p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	padding: 2px 5px 0 5px;
	color: #333333;
}
/* Content Styles */
#content h2,h3,h4,h5,h6 {
	color: #333366;
	font-size: 1.3em;
}
#content img {
}
/* Footer Styles */
#footer p {
	border-top: thin #333366;
	color: #333333;
}
#footer a {
	color: #333366;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
.footer-indent {
	background: url('../images/maine-guide.png') no-repeat;
	padding-left: 200px;
	text-align: left;
	height: 100px;
}
a {
	color: #333366;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
img {
	border: 1px black solid;
}
img.nb {
	border: 0;
}
#eXTReMe{
	margin-top:200px;
}
.caption {
	font-weight: bold;
	font-size: x-small;
}
.about {
	font-family: "Century Schoolbook", "times New Roman", serif;
	text-align: center;
	font-size: medium;
	color: #333366;
	letter-spacing: -1px;
}
#pics {
	float: right;
	width: 150px;
	margin-left: 10px;
}
.testimonial {
	font-style: italic;
	font-family: "Century Schoolbook", "times New Roman", serif;
	font-size: small;
	background: url('../images/quote.png') no-repeat left top;
	font-weight: bold;
	padding: 20px 0 0 30px;
	letter-spacing: -1px;
}
#whale {
	float: right;
	width:256;
	margin-left: 15px;
}
#pics-left {
	float: left;
	width: 150px;
	margin-right: 10px;

}