div#wrapper {	margin: 15px;}div#firstContainer {	max-width: 450px;	width: 45%;	min-width: 200px;	margin: 0;	float: left;	background-color: white;}div#firstContainer img {    width: 100%;}div#secondContainer {	margin: 0 22% 0 47%;	padding: 5px 5px 5px 8px;	font-size: 90%;	background-color: #e8e7d5;	min-width: 120px;}div#secondContainer h2 {	margin-top: 1.4ex;}div#secondContainer h2.longHeader {	color: #555555;	font-size: 1.2em;	font-weight: bold;	line-height: 2.4ex;}div#thirdContainer {	font-size: 90%;	margin: 0;	min-width: 150px;	width: 20%;	padding: 5px;	background-color: #e8e8e8;	float: right;}div#thirdContainer ul {	margin-left: 2em;}div#thirdContainer a {	text-decoration:none;}div#thirdContainer a:hover {	text-decoration:underline;}