@charset "UTF-8";
.left_div {
	float: left;
	height: 270px;
	width: 410px;
	margin: 0px;
	bottom: 5px;
	position: static;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.right_div {
	font-family: Baskerville, Century Gothic, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	float: right;
	height: 310px;
	width: 420px;
	bottom: 5px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	text-align: left;
}
