@charset "utf-8";
/* CSS Document */

#wrapper #content #left {
	float: left;
	width: 385px;
	height: 460px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
	font-size: 14px;
	color: #333;
}
#wrapper #content #left a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #content #right {
	float: right;
	padding: 20px;
	height: 460px;
	width: 385px;
	font-size: 14px;
	color: #333;
}
