#content-LRwrapper {
	background: url(../shared-img/content_back.gif) repeat-y;
	padding: 35px 30px;
}
#content-left {
	height: auto;
	width: 620px;
	float: left;
	text-align: center;
}
#content-right {
	float: right;
	height: auto;
	width: 220px;
}
#sidebar {
	height: auto;
	width: 205px;
	margin-right: auto;
	margin-left: auto;
	background: url(../shared-img/sidebar2.gif);
}
#sidebar p {
	height: auto;
	width: 177px;
	color: #666666;
	margin: 3px auto 5px;
}
#sidebar strong {
	display: block;
	background: url(../shared-img/sidebar-leaf.jpg) no-repeat;
	height: 35px;
	padding-left: 25px;
	font-size: 15px;
}
#content-left dl {
	border: 1px solid #71BB00;
	text-align: left;
	padding: 10px;
}
#content-left dt {
	float: left;
	width: 230px;
	font-size: 15px;
	font-weight: bold;
	color: #609F00;
}
#content-left dt img {
	float: left;
	margin-right: 7px;
}
#content-left dt span {
	display: block;
}

#content-left dd {
	width: 340px;
	float: right;
}
#content-left .arrow {
	clear: both;
}
