body {

	background-color: #666666;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
a {
	color: #ffffff;
}
div.header {

	background-color: #333333;
	padding: 20px;
}

div.image {

	display: block;
	border-left: 1px solid #666666;

}

div.image img {

	margin-right: 7px;
	
}
div.prebrand {
	position: absolute;
	top: 10px;
	right: 20px;
}
div.thumb {
	
	float: left;
	background-color: #333333;
	background-image: url('branded_images/viewer_right.gif');
	background-position: right;
	background-repeat: repeat-y;
	text-align: center;
	width: 240px;
	margin: 20px;	
	margin-right: 0px;
	margin-bottom: 0px;
}

div.thumb h5 {

	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-left: 1px solid #666666;
	font-size: 16px;

}

div.thumb div.top {

	display: block;
	height: 42px;
	
}

div.thumb div.bottom {

	display: block;
	background-image: url('branded_images/viewer_bottom.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 18px;
	
}

img.zoom {

	cursor: pointer;
	
}
h1 {
	margin-left: 20px;
	padding-top: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000000;
}