﻿/* CSS layout */
#masthead {
	text-align: center;
	font-size: 4em;
	font-style: italic;
}

#top_nav {
	padding: 0px;
	margin: 0px;
	background-color: #D4BA9B;
}
#container {
	margin: 0px;
	position: relative;
	width: 80%;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-right: 10px;
	padding-right: 10px;
	margin-top: 10px;
	padding-left: 10px;
	text-decoration: none;
}

#footer {
	font-size: medium;
	text-align: center;
	font-family: Garamond, "Times New Roman", Times, serif;
}
