body {
	background-color: #808C88;
	color: #FFF;
	width: 800px;
	margin: 0 auto 7.2em auto;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	}
img {
	border: none;
	}
a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #909999;
	padding: 2px 0;
	}
a:visited {
	border-bottom: 1px dotted #909999;
	}
a:hover {
	background-color: #909999;
	border-bottom: 1px solid #909999;
	}

h2 {
	font-family: Gill Sans, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1em;
	margin: 0 0 1em 0;
	}
h3 {
	font-family: Gill Sans, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.8em;
	margin: 3.6em 0 1.8em 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	}
h4 {
	font-weight: normal;
	font-size: 1em;
	line-height: 1.8em;
	margin: 0 0 1.8em 0;
	}
p {
	font-size: 1em;
	line-height: 1.8em;
	margin: 1.8em 0;
	}
blockquote {
	margin: 1.8em 1.8em 1.8em .9em;
	padding: 0 0 0 .9em;
	border-left: 1px solid #909999;
	}

.link {
	margin: 0 0 5.4em 0;
	}
.link p {
	margin: 1.8em;
	}
.link blockquote {
	margin-left: 2.7em;
	}
.link blockquote p {
	margin: 1.8em 0;
	}
.separator {
	margin: 7.2em 0;
	text-align: center;
	word-spacing: 2em;
	}

#head {
	margin: 3em 4em 6em 4em;
	}
#head h1 {
	float: left;
	}
#head h1 a {
	display: block;
	border: none;
	}
#sidebar {
	float: left;
	width: 200px;
	text-align: right;
	font-family: Gill Sans, Verdana, sans-serif;
	}
#sidebar h4 {
	font-weight: normal;
	word-spacing: .2em;
	margin: 0 0 4em 0;
	}
#sidebar h4 cite {
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	line-height: 2em;
	}
#sidebar ul a {
	border: none;
	padding: 4px 2px;
	}
#content {
	float: right;
	width: 450px;
	margin-right: 50px;
	}
.clear {
	clear: both;
	}