body {
	background: #FFF;
	color: #444;
	font: 1.0em "Lucida Grande", Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	margin: 20px 50px;
	}

p, ul, form {
	font-size: 0.8em;
	margin: 0 0 20px 0;
	}
	
p + h1 {
	margin-top: 40px;
	}
	
h1, h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	margin: 1.5em 0 0.75em 0;
	}

h1 {
	color: #999;
	font-style: italic;
	}

h2 {
	color: #E83;
	line-height: 1.2em;
	}
	
pre {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin: 40px 0;
	padding: 40px 0;
	}
	
a, a:visited {
	border-bottom: 1px solid #125;
	color: #125;
	text-decoration: none;
	}

a:hover, a:visited:hover {
	border-bottom: 3px solid #125;
	color: #000;
	}

#header {
	margin: 10px 0 30px 0;
	}

#header p {
	margin: 0 0 5px 0;
	}

#header img {
	margin: 0 0 30px -35px;
	}

#main {
	margin: 0 100px 40px 0;
	width: 500px;
	}

#footer {
	}

#sidebox {
	position: absolute;
	width: 400px;
	top: 200px;
	left: 600px;
	}
