body {
	background:#404040 none repeat scroll 0 0;
	color:#B0B0B0;
	font-family:Candara,"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:18px;
	line-height:18px;
	margin:0;
	padding:0;
}

#page {
	background:#404040 none repeat scroll 0 0;
	margin:0 auto;
	width:800px;
}

#paperPDF 
{
	background: url(/images/paper.png) top left no-repeat;
	padding: 32px 100px 32px 80px;
	float: left;
}

#paperVideo 
{
	background: url(/images/video.png) top left no-repeat;
	padding: 32px 100px 32px 80px;
	float: left;
}

#paperIntro 
{
	background: url(/images/document.png) top left no-repeat;
	width: 128px;
	height: 128px;
	float: left;
}

#results 
{
	background: white;
	border: 1px solid #222;
	color: #222;
	padding: 1em;
}

img {
	border:medium none;
}

a {
	color:#808000;
}

.spacer {
	clear:both;
	height:2em;
}

.left {
	float:left;
}
.right {
	float:left;
}
.column {
	width: 49%;
}

.small 
{
	font-size: smaller;
}

.clear {
	clear:both;
}
