* {
	font-family: arial,helvetica,sans-serif;
}
a {
	color: #900;
}
body {
	background: #eee;
	font-size: 12px;
	text-align: center;
}
#content {
	color: #666;
	line-height: 1.5em;
	padding: 10px;
}
.edited-by {
	font-size: 8px;
	text-transform: uppercase;
}
#foot {
	background: #eee url('../img/foot.png') no-repeat;
	clear: both;
	color: #555;
	font-size: 10px;
	font-weight: bold;
	height: 42px;
	letter-spacing: 1px;
	padding: 8px;
	text-transform: uppercase;
}
#foot a {
	color: #111;
	text-decoration: none;
}
#foot p {
	margin: 7px 0 0 0;
	text-align: center;
}
#head {
	background: url('../img/bg.png');
	height: 90px;
	position: relative;
}
#head a {
	background: url('../img/logo.png') no-repeat;
	display: block;
	height: 50px;
	left: 10px;
	position: absolute;
	text-indent: -1000em;
	top: 10px;
	width: 250px;
}
#head h1 {
	color: #999;
	font-size: 24px;
	height: 1em;
	left: 0;
	padding: 0px 10px;
	position: absolute;
	bottom: 0;
	letter-spacing: -1px;
	width: 940px;
}
#head #pic {
	background: white;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 5px;
	float: right;
	width: 400px;
}
#head #pic p {
	background: #f0f0f0;
	color: #666;
	font-style: italic;
	margin: 0;
	padding: 5px;
}
p {
	margin-bottom: 1em;
}
#page {
	background: white;
	margin: 10px auto;
	text-align: left;
	width: 960px;
}
ol, ul {
	margin-bottom: 1em;
	padding-left: 2em;
}

