body {
	background: #FFF url(images/background.gif) repeat-y;
	color: #000000;
	margin: 10px 0 0 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	f\ont-size: medium;
}
a:link {
	color: #900;
}
a:visited {
	color: #900;
}
h1 {
	font-size: 150%;
	font-family: Georgia, Times, serif;
	margin-top: 40px;
}
h2 {
	color: #900;
	font-size: 120%;
	font-family: Georgia, Times, serif;
	line-height: 250%;
}
h3 {
	color: #900;
	font-family: Georgia, Times, serif;
}
img {
	border: 0;
}

#container {
	width: 800px;
}

#sidebar {
	width: 200px;
	float: left;
	padding-top: 250px;
}
#sidebar ul {
	list-style: none;
	margin: 0 30px 0 0;
	padding: 0;
	background: #FFF;
	border-bottom: 1px solid #000;
}
#sidebar li {
	border-top: 1px solid #000;
}
#sidebar li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 100%;
	text-decoration: none;
}
html>body #sidebar li a {
	width: auto;
}
#sidebar li a:hover {
	background-color: #ffed7e;
}

#content {
	width: 600px;
	float: right;
}

#site-header {
	text-align: center;
}
#site-header h2 {
	margin: 0;
	font-size: 150%;
}
#site-header h3 {
	margin: 0;
	font-size: 120%;
	font-style: italic;
}

#page-header {
	text-align: center;
	margin-bottom: 60px;
}
#page-header h1 {
	color: #900;
	font: italic bold 200% Georgia, Times, serif;
	text-align: center;
}
#page-header h2 {
	color: #900;
	font: italic bold 150% Georgia, Times, serif;
	text-align: center;
}

#footer {
	font-size: 80%;
	text-align: center;
	margin-top: 200px;
}
