#container {
	width: 80%;
	min-width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	background-color: #FFF;
	padding: 0px;
}
#clearer {
	clear: both;
}
#left {
	float: left;
	width: 170px;
	font-size: small;
	font-variant: normal;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#leftheader {
	background-color: #F4E0B4;
	width: 160px;
	color: #7E1524;
	text-transform: uppercase;
	padding-bottom: .5ex;
	padding-top: .5ex;
	margin-left: 5px;
	margin-right: 5px;
}
#right {
	float: right;
	width: 140px;
	background-color: #EDECDA;
	height: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B8B8A5;
	font-size: small;
	color: #7E1524;
	text-decoration: none;
}
#rightheader {
	font-size: medium;
	padding: 2ex;
}
#content {
	margin-right: 140px;
	margin-left: 180px;
	padding: 1em;
}
#leftcontent {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: small;
}
#footer {
	clear: both;
	background-image: none;
	background-color: #F4E0B4;
	text-align: center;
	color: #930;
	font-style: italic;
}
#header {
	background-image: url(images/horizontal_tweed_pale2.png);
	padding-top: 1ex;
	padding-left: 1ex;
	padding-bottom: .5ex;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999;
}
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #F0DFBA;
	float: left;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #F0DFBA;
	color: #7E1524;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
#date_today {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

#navcontainer ul li a:hover
{
	background-color: #F4F1E8;
	color: #7E1524;
}
#rightcontent {
	padding: 2ex;
}
#contentheader {
	width: 100%;
	font-size: large;
	font-style: italic;
	padding-bottom: 1ex;
}
#content a {
	text-decoration: underline;
	color: #600;
}
#navlist li a#current
{
	background: white;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#rightcontent a {
	text-align: left;
	padding: 0ex;
	text-decoration: none;
	color: #000;
	text-indent: 0px;
	font-size: x-small;
}
#rightcontent a:hover {
	text-align: left;
	text-decoration: none;
	color: #7E1524;
}
.contentimageleft {
	float: left;
	margin-right: 2ex;
}
#content a:hover {
	text-decoration: none;
	color: #009;
}

