@charset "UTF-8";

#homemain {
	top: 200px;
	width: 640px;
	height: 240px;
	border: 1px solid #000;
	padding: 20px;
	text-align: justify;
	background-color: #FFF;
}
#mainimage {
	position:absolute;
	left:20px;
	top:80px;
	width: 320px;
	height: 180px;
	float: left;
	border: 1px solid #000;
}
#maintext {
	position:absolute;
	left:360px;
	top:80px;
	width: 300px;
	height: 182px;
	float: right;
	text-align: justify;
}
#feature_1, #feature_2 {
	width: 290px;
	height: 120px;
	margin-top:20px;
	margin-bottom:40px;
	border: 1px solid #000;
	padding: 20px;
	background-color: #FFF;
}
#feature_1 {
	float:left;
}
#feature_2 {
	float:right;
}
.featureimage {
	float:left;
	width: 120px;
	height: 90px;
	margin-top: 10px;
	border: 1px solid #000;
}
.featuretext {
	float:right;
	width: 160px;
	height: 92px;
	margin-top: 10px;
}