@charset "UTF-8";
body {
	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 */
	color: #000000;
	font-family: Georgia, serif;
	font-size: 62.5%;
	background-attachment: scroll;
	background-color: #fff3d6;
	background-image: url(images/top-bg-lg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#container {
	width: 690px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff3d6;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 277px;
	background-attachment: scroll;
	background-color: #fff3d6;
	background-image: url(images/top-bg-lg.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}

#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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-attachment: scroll;
	background-image: url(images/logo-lg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 225px;
}

#mainContent {
	background-color: #FFF3D6;
	color: #452b17;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
}

#footer {
	height: 36px;
	background: #FFF3D6 url(images/footer.png) repeat-x scroll 0 0;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
}

#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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1.1em;
	line-height: 1.3em;
	color: #fff3d6;
}
#footer a {
	color: #452b17;
}

h1 span {
	display: none;
}

#nav {
	margin: 0px;
	padding: 0px;
	height: 52px;
	width: 690px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	height: 52px;
}

#nav li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	float: left;
}

#n1 {
	width: 91px;
	text-align: left;
	padding-top: 18px;
	display: block;
	height: 38px;
}

#n2 {
	width: 149px;
	text-align: center;
	padding-top: 18px;
	display: block;
	height: 38px;
}

#n3 {
	width: 188px;
	text-align: center;
	padding-top: 18px;
	display: block;
	height: 38px;
}

#n4 {
	width: 144px;
	text-align: center;
	padding-top: 18px;
	display: block;
	height: 38px;
}

#n5 {
	width: 118px;
	text-align: right;
	padding-top: 18px;
	display: block;
	height: 38px;
	margin: 0px;
}

#nav a {
	font-size: 1.5em;
	text-decoration: none;
	color: #452b17;
	letter-spacing: 3px;
}

#nav a:visited {
	color: #452b17;
}
.bio {
	padding-bottom: 8px;
	margin: 0px;
}

#nav a:hover {
	color: #fff3d6;
}

.current {
	color: #8f663a;
}
h1 {
	color: #8f663a;
	font-weight: normal;
	font-size: 3.0em;
	padding: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
h2 {
	color: #8F663A;
	font-size: 2.0em;
	padding: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	color: #8F663A;
	font-size: 1.6em;
	font-weight: normal;
	padding: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4 {
	color: #8F663A;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-style: italic;
}
h5 {
	color: #8F663A;
	font-size: 1.6em;
	font-weight: normal;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent ul {
	margin: 0px;
	list-style-position: inside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
}
#mainContent li {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#divider {
	background-attachment: scroll;
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 9px;
	width: 690px;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 32px;
	margin-left: 0px;
}
a:link {
	text-decoration: none;
	color: #c39e5c;
}
a:visited {
	text-decoration: none;
	color: #c39e5c;
}
a:hover {
	text-decoration: underline;
	color: #c39e5c;
}
a:active {
	text-decoration: none;
	color: #c39e5c;
}
.link {
	margin: 0px;
	padding: 0px;
}
#callout {
	float: right;
	font-size: 1.1em;
	padding: 8px;
	border: 1px solid #c39e5c;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tighth1 {
	padding: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tighth2 {
	padding: 0px;
	margin: 0px;
}
table {
	padding: 4px;
	border: 1px solid #c39e5c;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
td {
	font-size: 1.3em;
	border: 1px dotted #c39e5c;
	padding: 4px;
	margin: 0px;
}
#home {
	font-size: 1.6em;
}
h2 span {
	font-weight: normal;
}
.photo {
	float: left;
	padding-right: 16px;
}
