body {
	background: #ffd401 url(img/bg.jpg) center top no-repeat;
	text-align: center;
}
body, h1, h2, h3, h4, h5, p, span, div {
	font-family: Palatino, Georgia, Garamond, Times, serif;
}

hr {
	width: 100%;
	height: 0;
	border: none;
	border-top: solid 1px #333;
	margin: 20px 0 10px;
}

img {
	border: solid 5px orange;
}

h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
}
p {
	margin: 10pt 0;
}

header,
section,
footer {
	display: block;
	margin: 40px auto;
	text-align: left;
	width: 980px;
}

header {
	text-align: center;
	background: url(img/logo.png) left top no-repeat;
	padding-left: 80px;
	width: 900px;
	position: relative;
}
	header > a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
		height: 120px;
		color: transparent;
	}

	header h1,
	header h2,
	header h3 {
		display: inline;
		padding: 0 10pt 0;
	}
	header h1 {
		font-size: 24pt;
		font-weight: bold;
	}
	header h2 {
		font-size: 20pt;
	}
	header h3 {
		font-size: 12pt;
	}
	
	header ul {
		padding: 0;
		margin: 0;
	}
		header ul li {
			display: inline;
			list-style: empty;
			padding: 0 10pt 0 0;
		}
			header ul li.current a {
				color: black;
				border-bottom: solid 1px black;
				padding-bottom: 3pt;
			}

ul {
	margin: 20pt 0;
	padding: 0 0 0 13pt;
}
li {
	margin: 8pt 0;
}
ul.compact {
	margin: 10pt 0;
}
ul.compact li {
	margin: 2pt 0;
	font-size: 90%;
}

ul.emph li {
	color: blue;
}

footer {
	width: 940px;
	border-top: solid 1px #333;
	text-align: center;
	padding: 5pt 0;
	color: blue;
	font-size: 80%;
}

.clear {
	float: none;
	clear: both;
	width: 100%;
	height: 0;
	font-size: 0;
}

.large {
	font-size: 120%;
}

.left {
	width: 48%;
	float: left;
}
	.left .left > h3 {
		margin-top: 0;
	}
	.left .left > p {
		margin-right: 20px; 
	}

.right {
	width: 48%;
	float: right;
}
	.right .right > h3 {
		margin-top: 0;
	}

.acenter {
	text-align: center;
}
.aleft {
	text-align: left;
}
.aright {
	text-align: right;
}

