/*   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.                   */

.group {
	border: 1px solid #000;
	margin-bottom: 1em;
	padding: 1em;
	margin-right: 4em;
	margin-left: 4em;
	background: #E9F1EA url(../images/bg-box.gif) repeat-x scroll left top;
	color: #000;
}

.group img {
	border: 4px solid #355E3B;
	margin: .5em;
}

.group img.center {
	margin: .5em auto;
}

.group img.left {
	float: left;
	margin-left: 1em;
}

.group img.right {
	float: right;
	margin-right: 1em;
}

.group img:hover {
	border: 4px solid #0B3B12;
}