﻿@charset "UTF-8";
/* CSS Document */

body {
	background: #000;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Georgia, Cambria, "Times Roman", serif;
	font-size: 0.8em;
}
.caption {font-size:0.8em; font-style:italic;}
.oneColFixCtrHdr #container2006 {
	width: 780px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(yearImages/2006brandywineCreek0436.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container2007 {
	width: 780px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(yearImages/2007bombayHook0169.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container2008 {
	width: 780px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(yearImages/2008bombayHook1523.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container2009 {
	width: 780px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(yearImages/2009image.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container2010 {
	width: 780px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(yearImages/sunsetoverthewater.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header { background-color: #000; }
.oneColFixCtrHdr #mainContentLeft {
	background-color: #D7E1D8;
	margin-top: 80px;
	width: 300px;
	margin-left: 40px;
	padding: 10px;
}
#mainContentLeft a:link { font-weight:bold; color:#1328BB;}
#mainContentLeft a:visited { font-weight:bold; color:#333;}
#mainContentLeft a:hover, #mainContentLeft a:focus, #mainContentLeft a:active { font-weight: bold; color:#C00;}
.oneColFixCtrHdr #yearNavRight {
	display: block;
	width: 300px;
	float: right;
	margin-top: 530px;
	margin-right: 100px;
}
.oneColFixCtrHdr .years {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.years a:link {color:#b5bedb;}
.years a:visited {color:#D7E1D8;}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;}
ul { margin-left: 0; padding-left: 1em; }

