/* CSS Document */
/* This CSS files is intended to overwrite the midcol layer settings. The #rightcol layer should not be used at all. */

#midcol {
	width: 720px;
}

#midcol div.pic {
	text-align: center;
}	

#midcol h3 {
	font-weight: bold;
	text-align: left;	
}	

#midcol img {
	padding: 1px;
	background-color: white;
	float: none;
}

#rightcol {
	width: 0px;
}	