/*   All CSS code is Copyright 2010 HunterGD @ http://HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

div#left, div#middle, div#right {
	float: left;
	width: 15em;
	overflow: hidden;
}

div#left {
	margin-left: .125em;
	margin-right: .125em;
}

div#middle {
	margin-right: .125em;
}

div#right {
	margin-right: .125em;
}

div#left img, div#middle img, div#right img {
	width: 200px;
	display: block;
	margin: .5em auto;
}

div#left h3, div#middle h3, div#right h3 {
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	background-color: #355E3B;
	color: #FFF;
	border: 1px solid #000;
	padding-top: .25em;
	padding-bottom: .25em;
	margin: 1em;
}