
div#projecttitle {
	width:				379px; /* 399 - 10 - 10 */
	/*height: 			30px;*/
	
	margin-left:		-7px;
	padding: 			7px 10px 7px 10px;
	
	background-color:	#e0e7ee;	
}
div#projecttitle h3 {
	font-size:			12px;
}

div#main-content table{
	margin-top:			10px;
	border:				none;
	border-collapse:	collapse;
}
div#main-content table td {
	padding:			2px 7px 2px 0px;
}
div#main-content table td a {
	font-weight:		bold;
}

div#main-content img {
	float:				right;
}

#viewer {
	width:				390px;
	height:				300px;
}

a.whitebg:visited {
	color: #977b65 !important;
}