body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 70%;
	min-width: 1032px;
	background: #000000;
}
p {
	margin: .5em 0;
	line-height: 1.25em;
}
h1 {
	font-size: 2em;
	text-align: right;
	font-variant: small-caps;
}
h2 {
	font-size: 1.5em;
	margin-top: 1.5em;
}
h3 {
	font-size: 1.17em;
}
h4 {
	font-size: 1.12em;
}
h5 {
	font-size: .83em;
}
h6 {
	font-size: .75em;
}
q:before, q:after {
	content: '"';
}
.dropcap {
  float: left;
  font-size: 4em;
  margin-right: 4px;
}
#container {
	background: #636363 url("../images/container_background.gif") 0 224px repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
#header {
	background: url("../images/header_background.gif") repeat-x;
	width: 100%;
	height: 188px;
	text-align: right;
	line-height: 188px;
	border-bottom: 1px solid #FFFFFF;
}
#header #logo {
	float: left;
	padding-left: 24px;
}
#header #graphic {
	background: url("../images/header_graphic.jpg") no-repeat;
	width: 591px;
	position: absolute;
	right: 0px;
	margin-right: 24px;
}
#navigationbar {
	background: url("../images/navigationbar_background.gif") repeat-x;
	width: 100%;
	height: 34px;
	text-align: right;
	line-height: 34px;
	border-bottom: 1px solid #FFFFFF;
}
#content {
	background-color: #636363;
	float: left;
	width: 972px;
	min-height: 432px;
	padding: 24px;
	color: #FFFFFF;
	border-top: 3px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
	margin-top: 24px;
}
#corner {
	float: right;
	position: relative;
	background: url("../images/content_corner.gif") no-repeat;
	top: -27px;
	right: -32px;
	width: 21px;
	height: 13px;
}
#content #text {
	float: right;
	margin-right: 24px;
	width: 372px;
	display: inline-block;
	font-size: 1.25em;
}
#sidebar {
	float: left;
	width: 300px;
	margin: 24px;
}
#footer {
	color: #FFFFFF;
	position: absolute;
	bottom: -1px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #000000;
	width: 100%;
	text-align: center;
	clear: both;
	border-top: 3px solid #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
ol.navigation {
}
li.navigation {
	float: left;
	padding-left: 24px;
}
li.navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 150%;
	font-variant: small-caps;	
	display: block;
}
li.navigation a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
	padding: 2px;
}