body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#header {
	background: #9B9966;
	border-bottom: #535235 4px solid;
	height: 169px;
}

#header img {
	border: none;
}

#left_column {
	float: left;
	width: 10em;
	margin-right: 5px;
}

#left_column ul {
	list-style: none;
}

#left_column #imgdiv {
	text-align: center;
}

#left_column #imgdiv a, #left_column #imgdiv img {
	border: none;
}

#menu {
	padding: 0;
	border-right: solid #535235 1px;
	background-color: #9B9966;
	margin-top: 0;
}

#menu div {
	border-bottom: solid #535235 1px;
	padding: 5px;
	color: #346633;
	font-weight: bold;
}

#menu div a {
	color: #346633;
	font-weight: bold;
	text-decoration: none;
}

#menu ul {
	display: none;
	background-color: #CCCC99;
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	border-bottom: solid #535235 1px;
	padding: 2px;
	padding-left: 20px;
}

#menu ul a {
	font-size: 14px;
	color: #346633;
	font-weight: bold;
	text-decoration: none;
}

#menu div.current_page {
	color: #000000;
	background-color: #346633
}

#menu div.current_page a {
	color: #000000;
}

#menu ul.current_page {
	display: block;
}

#menu li.current_page {
	background-color: #666633;
}

#menu li.current_page a {
	color: #000000;
}

#left_column img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#contact_info {
	float: right;
	text-align: right;
	font-size: 115%;
	color: #d9d1ab;
	position: absolute;
	right: 1px;
	top: 145px;
	letter-spacing: .1em;
}

#content {
	padding: 0 10px;
	border-left: 2px dotted #990000;
	margin-top: 10px;
	margin-left: 10.5em;
}

#content h2, #content h4 {
	color: #990000;
	text-align: center;
}

#content img {
	margin: 0 0.5em;
}

#footer {
	clear: both;
	text-align: center;
	font-size: .8em;
	width: 100%;
}
