body {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12pt;
	color: #666;
	position: relative;
	width: 800px;
	margin: 20px auto 18px;
	border: solid 1px #999;
}

img.background {
	position: absolute;
	top: 0px;
	z-index: -1;
}

#title {
	margin-top: 80px;
}

#content {
	margin-top: 80px;
	margin-left: 300px;
	margin-right: 20px;
	margin-bottom: 10px;
}
	#sidebar {
	position: absolute;
	width: 240px;
	left: 40px;
	top: 180px;
	color: #778fbd;
	font-size: 16px;
}
#header {
	position: absolute;
	width: 800px;
	top: 0px;
	font-size: 10pt;
	margin: 10px 40px;
}

#footer {
	font-size: 10pt;
	margin: 10px 40px;
}

.small {
	font-size: 10pt;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	letter-spacing: -1px;
}
h2 {
	color: #778fbd;
	font-size: 14pt;
}

blockquote {
	font-family: "Lucida Calligraphy", cursive;
	margin-top: 7em;
	margin-left: 0;
	margin-right: 0;
}

a {
	color: #778fbd;
	text-decoration: underline;
}