@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFF;
	background-image: url(images/waves_big.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
} 
.twoColFixLtHdr #header {
	background-color: #960E0D;
	background-image: url(images/topofpage.jpg);
	height: 300px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #960A16;
	position: relative;
	top: -200px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #339;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-radius-bottomright: 20px;
	border-radius-bottomright: 20px;
	color: #936;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #960A16;
	border-right-color: #960A16;
	border-bottom-color: #960A16;
	border-left-color: #960A16;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #900;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-image: url(images/MaineLobster.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 
h1 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0E0D;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FC3;
	border-right-color: #FC3;
	border-bottom-color: #FC3;
	border-left-color: #FC3;
}
h2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	color: #FDFFCD;
	background-color: #3C7DBF;
	background-image: url(images/wavesBottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #9CF;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
credit {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #99F;
}
credit {
}
.webcredit {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #CCC;
	text-align: center;
}
#shadow {
	width: 860px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/pageshad.jpg);
	background-repeat: repeat-y;
}
.photoTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #6D5947;
	text-align: center;
}
.lefth3 {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #shadow #container #sidebar1 h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #9CF;
}
.twoColFixLtHdr #shadow #container #sidebar1 p {
	color: #99F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-indent: 20px;
	text-align: left;
}
.twoColFixLtHdr #shadow #container #sidebar1 h3 {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#container #sidebar1 h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #9CF;
}
#sidebar1 p a {
	color: #69F;
}
.photo_caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #999;
	text-align: left;
}
.submenu_items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #669;
}
