#home_main {
	background: url(/images/home-main.jpg) no-repeat;
	width: 770px;
	height: 247px;
	margin-bottom: 14px;
	position: relative;
}
#home_main .home_text {
	position: absolute;
	left: 475px;
	top: 16px;
	color: #FFFFBF;
	width: 281px;
}

#home_left {
	background: url(/images/home-left.jpg) no-repeat;
	width: 387px;
	height: 243px;
	position: relative;
	float: left;
}
#home_left .home_text {
	position: absolute;
	left: 212px;
	top: 16px;
	color: #FFFFBF;
	width: 161px;
}

#home_right {
	background: url(/images/home-right.jpg) no-repeat;
	width: 383px;
	height: 243px;
	position: relative;
	float: left;

}
#home_right .home_text {
	position: absolute;
	left: 210px;
	top: 16px;
	color: #FFFFBF;
	width: 145px;
}
#home_right h2 {
	left: 32px;
}


.home_text a:link, .home_text a:visited {
	color: #ff0;
}
.home_text a:hover {
	color: #fff;
}
h4 {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}
h1 {
	position: absolute;
	color: #0E1E33;
	left: 16px;
	top: 16px;
	font-size: 20px;
	line-height: 24px;
}
h2 {
	position: absolute;
	color: #fff;
	left: 16px;
	top: 16px;
	font-size: 20px;
	line-height: 24px;
}
h1 a, h2 a {
	text-decoration: none;
}
h1 a:link, h1 a:visited {
	color: #0E1E33;
}
h1 a:hover {
	color: #209132;
}
h2 a:link, h2 a:visited {
	color: #fff;
}
h2 a:hover {
	color: #FFFF00;
}

p {
	margin-top: 5px;
}
