body {
	/*background-image: url(../images/tile.png);
	background-image: url(../images/VR.jpg);
	background-repeat: repeat;
	*/
	background-image: url(../images/br.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #425c79;
	font-family: Helvetica, Tahoma;
	font-size: 10px;
	height:95%;
}
.thumb {
	margin-top:5px;
	margin-bottom:5px;
	clear:left;
	display:block;
	width:300px;
	border:1px solid black;
	text-align:center;
	vertical-align:middle;
}
#content {
	width:800px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #dbdbdb;
	border:1px solid black;
}
#header {
	background-color: #424242;
	background-image: url(../images/scanheader.png);
	background-repeat: repeat-x;
	border:none;
	margin:none;
	padding:none;
	border:1px solid #424242;
	border-bottom: 1px solid black;
	color: white;
	height:30px;
}
#header h1 {
	margin-left:5px;
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
.contentblock {
	border:1px solid #8fa0af;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	padding:3px;
}
.contentblock h2 {
	padding:0px;
	margin:0px;
	border:none;
}
.date {
	font-weight: bold;
}