html {
	font-size: small;
}

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

h1, h2, h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
}

h1 {
	font-size: 220%;
}

h2 {
	font-size: 165%;
	background-color: #ddd;
	color: #c63;
	border-bottom: thin solid #999;
	padding-left: 0.5em;
	margin-top: 10px;
}

#content h2 {
	padding-top: 10px;
}

h3 {
	font-size: 140%;
	margin-bottom: 4px;
	width: 75%;
	border-bottom: thin dotted #999;
}

h4 {
	margin-top: 0;
	margin-bottom: 2px;
}

h5 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-style: italic;
	font-size: 100%;
}

a:link, a:active, a:hover, a:visited {
	color: #c63;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#header {
	margin-bottom: 50px;
}

#nav {
	position: absolute;
	top: 18px;
	right: 30%;
}

#nav li {
	display: inline;
	padding-right: 12px;
	font-weight: bold;
}

#content {
	margin-right: 200px;
	padding: 0 5% 0 10%;

}

#content p {
	line-height: 150%;
	margin-left: 2em;
}

#content li {
	line-height: 120%;
	margin-bottom: 0.5em;
}

#sidebar {
	background: #eee;
	padding: 0 10px 20px 10px;
	width: 180px;
	float: right;
}

#sidebar h2 {
	
}

#footer {
	margin-top: 5em;
	color: #ccc;
}