@charset "utf-8";
#homeflash {
	height: 346px;
	width: 800px;
}
.feature {
	width: 262px;
	color: #FFFFFF;
	float: left;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #730F17;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.feature p {
	text-align: center;
	margin-bottom: 0px;
}
.feature h2 {
	font-size: 16px;
}
.feature h2 a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	padding-left: 30px;
	display: block;
	height: 35px;
	background-image: url(../images/feature_bg.gif);
	background-repeat: no-repeat;
	line-height: 35px;
}
.feature a:hover {
	color: #6C7DA5;
}

#homeinfo {
	width: 720px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #2f2f2f;
}
#homeinfo img {
	float: left;
	margin-right: 40px;
	margin-bottom: 12px;
}
