body {
	margin: 0px auto; 
	font: 1.1em/1em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}

div#main {
	margin-top: 200px; 
	right: 20%;
	position: relative;
	border-right: 2px solid #e6e6e6;
	padding: 0.3em 1em 0.3em 5em;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: #202020;
}

a:hover {
	text-decoration: underline;
	background-color: #202020;
	color: #fff;
}

p.intro {
	color: #737373;
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: right;
}
