	
/* Index Styles */
#index h1 {
	padding-right: 0;
	font-size: 1em;
	line-height: 100px;
	display: block;
	border: 0;
	text-align:right;
	color: #1651a5;
}

#banner_home {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	position: relative;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	z-index: 1000;
}

#feature {
	margin-top: 1em;
	margin-left: 200px;
	float: left;
	width: 800px;
	}
	
#feature p {
	color: #fff;
}

.text {
	margin-top: 10px;
	line-height: 1.5em !important;
	line-height: 1.8em;
	width: 450px;
	float: right;
	text-indent: 1.5em;
	text-align: left;
	}

#index #main_content {
	margin: 0 auto;
	padding: 0;
	width: 1280px;
	height: 600px;
	background: #fff;
}
