body {
	font-family: 'Vollkorn', arial, serif;
	margin:0px;
	padding:0px;
	background-color: #CCC;
	background-image: url(/images/flower.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom left;
}
a:link, a:visited, a:hover {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p, h1, h2, h3, h4, h5 {
	margin: 0 0 10px 0;
}

.title{
	font-size: 72px;
	font-family: 'Vollkorn', arial, serif;
}

.title a {
text-decoration:none;
color:#000;
}

#container {
	width:100%;
	margin: 0px;
	padding:0px;
}
#nav {
	padding:10px 0px 10px 10px;
	height:100%;
	width:250px;
	overflow: auto;
	position:fixed;
	left: 0px;
	top: 0px;
	border-right: #000000 solid 1px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 36px;
}
#nav li {
	margin: 0;
	padding: 0;
}
#nav #currentpage a {
	font-weight:bold;
}
#content {
	padding:30px;
	position:fixed;
	top:0px;
	left:270px;
	width: 460px;
}