@charset "UTF-8";

@import "common.css";
@import "text.css";

#home-content {
	width:100%;
	border:#b91922 1px solid;
	background-image:url(../_images/design/bg_with_allyson.jpg);
	background-repeat:no-repeat;
	min-height:600px;
}

#home-header {
	float:left;
	width:370px;
	margin-top:10px;
	margin-left:410px;
}

#home-left {
	float:left;
	width:360px;
	margin-left:30px;
	margin-top:70px;
	padding: 5px;
}

#home-right {
	float:left;
	width:216px;
	margin-top:60px;
	margin-left:164px;
}


.feature-box {
	width:206px;
	background-image:url(../_images/design/box_bg.png);
	background-repeat:no-repeat;
	padding:5px;
}
