/* 
 * Copyright (c) 2008, Simple Knowledge. All rights reserved.
 */
html{
	background:#CACACA url(/static/images/background.png) repeat-x;
	font-family:"Trebuchet MS", Verdana, serif
}
body {
	margin-left:auto;
	margin-right:auto;
	margin-top:3em;
	margin-bottom:3em;
	width:55em;
	background-color:white;
	padding:1em;
	min-height:11em;
}
#container {
	margin:0 auto;
	width:750px
}
#header {
	width:100%
}
#content {
	padding-left: 9em;
}
#footer {
	margin-top: 3em;
	text-align: center;
}
#nav {
	padding-top: 2em;
	padding-bottom: 2em;
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	width: 7em;
	float: left;
	border-right: #8C8484 1px solid;
	height: 100%;
}
#nav p {
	margin: 0;
	list-style-type: disc;
	display: list-item;
}
h1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #A40008
}
p+p{
	margin-top: 0.5em;
}
a, a:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
