* { margin: 0; padding: 0; }

.wrapper { width: 750px; margin: 0 auto; }

body {
	background-color: #561420;
	font: 12px/2em Lucida Grande, Verdana, Arial, sans-serif;
}

#header {
	background-color: #561420;
	color: #fff;
	padding: 30px 0 25px;
}
#header h1 {
	background: url('../images/title.png') no-repeat;
	height: 75px;
	width: 310px;
}
#header h1 span { display: none; }

#navigation {
	background: #821122 url('../images/navigation_background.gif') repeat-x bottom center;
	border-top: 1px solid #500101;
	border-bottom: 1px solid #e9dec9;
	color: #fff;
}
#navigation ul li {
	display: inline;
	list-style-type: none;
}
#navigation ul li a {
	color: #fff;
	float: left;
	font: 0.9em Lucida Grande, Arial, sans-serif;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	width: 107px;
}
#navigation ul li a:hover {
	background-color: #6d1321;
}
#navigation ul li a.current {
	background-color: #561420;
	border-left: 1px solid #500101;
	border-right: 1px solid #500101;
	margin-top: -1px;
	padding-top: 8px;
	width: 105px;
}

#subhead {
	background-color: #e4d7bc;
	border-bottom: 1px solid #c8ba9d;
	color: #333;
	padding: 20px 0;
}

#subhead #left {
	float: left;
	width: 370px;
}
#subhead #right {
	float: right;
	padding-left: 20px;
	width: 360px;
}

#subhead .event { clear: both; padding: 10px 0; }
#subhead .event .date {
	background-color: #c9b489;
	color: #3e382d;
	float: left;
	width: 5em;
	height: 5em;
	text-align: center;
}
#subhead .event .date .mon { display: block; padding-top: 0.5em; }
#subhead .event .date .day { display: block; font-size: 2em; line-height: 0.5em; }
#subhead .event .info {
	background-color: #dbcbab;
	height: 4em;
	padding: 0.5em 6em;
}
#subhead .event .info h3 { color: #3e382d; }
#subhead .event .info p.location { color: #82755e; }
#subhead p#more {
	font-style: italic;
	text-align: right;
}
#subhead p#more a { color: #82755e; }

#subhead blockquote {
	color: #403318;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.85em;
}
#subhead blockquote .quo {
	font-size: 1.2em;
	font-family: Georgia, Times, serif;
}
#subhead .caption {
	color: #9a8b66;
	display: block;
	font-style: none;
	padding-top: 1.4em;
	text-align: right;
}

#content {
	background: #fbf5e8 url('../images/content_background.gif') center top repeat-x;
	border-bottom: 1px solid #500101;
	color: #333;
	padding: 20px 0;
}

#content #main { float: left; width: 500px; }
#content #sidebar { float: right; width: 210px; }
#content .halfcol { width: 360px; }
#content .halfcol.first { float: left; }
#content .halfcol.second { float: right; }

#content p, #content ul, #content pre {
	margin: 1em 0;
}
#content ul {
	margin-left: 2em;
}

#content h2 {
	font-size: 1.5em;
}

#content h3 {
	font-size: 1.2em;
	font-style: italic;
	margin-top: 1em;
}

#content a { color: #a0906e; }
#content a:hover { color: #c8ba9d; }

div.left {
	float: left;
	margin: 0 20px 20px 0;
}
div.right {
	float: right;
	margin: 20px 0 20px 20px;
}
div.center {
	display: block;
	text-align: center;
	margin: 20px auto;
}
div.triplet {
	float: left;
	margin-right: 20px;
	width: 140px;
}
	
div.captioned span {
	color: #9a8b66;
	display: block;
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
}
img {
	border: 1px solid #c8ba9d;
}

div.fbox {
	background: #e4d7bc;
	border: 1px solid #c8ba9d;
	padding: 10px;
}

div.hr {
  background: url("../images/hr.gif") no-repeat scroll center;
  clear: both;
  height: 1px;
  margin: 20px 0;
}
div.hr hr {
  display: none;
}

div.form {
	background-color: #fff;
	border: 1px solid #c8ba9d;
	padding: 1em 2em;
}

table {
	border-collapse: collapse;
	width: 100%;
}
table th {
	padding: 1.5em 0.5em 1.5em 0;
	text-align: right;
}
table td {
	padding: 1.5em 1em 1.5em 0;
}
table td input {
	background: none;
	border: none;
	border-bottom: 1px solid #000;
	width: 100%;
}
table.fixed { table-layout: fixed; }

ul#notices li { margin: 1em 0; }

#sidebar ul {
	border: 1px solid #c8ba9d;
	background: #e4d7bc;
	margin: 0;
	padding: 10px 20px;
}
#sidebar ul li {
	list-style-type: none;
	padding: 5px 0;
}

#sidebar .container {
	border-left: 1px solid #c8ba9d;
	padding-left: 40px;
}
#sidebar .container ul {
	border: none;
	background: none;
	padding: 0;
	margin: 1em 0;
}

#footer {
	color: #68303a;
	font-size: 0.8em;
	padding: 20px;
	text-align: center;
}

.clear { clear: both; }