body {
	background: #DDD url(/images/leaves.jpg) repeat-x scroll top left;
	color: black;
	font-family: "Century Gothic", arial, sans-serif;
	margin: 0;
}
p, ul, ol {
	margin: 0 0 12px 0;
	font-size: 12px;
}
h2, h3 {
	font-weight: bold;
	margin: 0 0 12px 0;
	font-size: 16px;
	color: #090;
}
h3 {
	font-size: 14px;
}
a:link {
	color: #369;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #69C;
	text-decoration: none;
	font-weight: bold;
}
h2 a:link, h2 a:visited {
	color: #090;
}
a:hover, h2 a:hover {
	color: #F60;
	text-decoration: underline;
}
img {
	background: white;
	border: 1px solid #999;
	margin: 3px 0;
	padding: 6px;
}
img.noborder {
	background: inherit;
	border: 0;
	margin: 0;
	padding: 0;
}


#title {
	position: absolute;
	top: 40px;
	height: 60px;
	left: 208px;
	margin: 0;
	padding: 0 24px;
	font-size: 48px;
	font-weight: normal;
	background: white url(/images/leaves2.jpg) repeat-x scroll top left;
}
#title a {
	color: black;
	text-decoration: none;
	font-weight: normal;
}
#title a:hover {
	color: #F60;
}
#main, #linkbar, #navbar {
	position: absolute;
	top: 100px;
	padding: 12px 0;
}
#main {
	left: 207px;
	right: 207px;
	margin: 0;
	padding: 12px 24px;
	background: white;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}
#linkbar {
	right: 24px;
	width: 160px;
}
#navbar {
	left: 24px;
	width: 160px;
}
.sidebar ul {
	list-style-type: none;
	padding: 0;
}
.sidebar h2 {
	font-size: 14px;
}
.entryinfo {
	color: #999;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 1px solid #BBB;
	margin-bottom: 12px;
}
.footer {
	margin-top: 12px;
	color: #666;
}