@charset "utf-8";
#wrapper {
	background-color: #FFF;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #000;
}
#header {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 128px;
	background-image: url(../images/header.jpg);
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #FFF;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}


#topnav {
	background-color: #34312a;
	height: 31px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#leftnav {
	background-color: #f4eee2;
	float: left;
	width: 210px;
	height: 100%;
}
#footer {
	background-color: #34312a;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.minutes {
	font-weight: bold;
}
.minutes a:link {
	color: #666;
	text-decoration: none;
}
.minutes a:visited {
	text-decoration: none;
	color: #666;
}
.minutes a:hover {
	text-decoration: underline;
	color: #666;
}
.minutes a:active {
	text-decoration: none;
	color: #666;
}
.heading2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
}

