body {
	background-color: #FFFFFF;
	color: #000000;
	width: 600px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
	margin: 8px auto 0;
	font-size: small;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-align: left;
	color: #990000;
	margin: 1em 0 0.3em;
}

h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + * {
	margin-top: 0.5em;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 140%;
}

a {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
}

a:hover {
	color: #CC3333;
}

img {
	display: block;
	border: 0 none;
}

#header {
	clear: both;
	overflow: auto;
}

#header-logo {
	margin-top: 26px;
	float: left;
}

#header-art {
	float: right;
}

#content {
	margin: 0 10px;
}

#footer {
	clear: both;
}

ol.alpha {
	list-style-type: lower-alpha;
}

