body {
	background-image: url(/images/png/home_bg.png);
}
#banner {
	width: 820px;
	height: 200px;
	display: block;
	position: relative;
}
#banner_body {
	width: 550px;
	height: 200px;
}
#banner_body h2 {
	text-indent: -6000px;
}
#banner_body p {
	text-indent: -6000px;
}
#banner_body h3 {
	position: absolute;
	width: 200px;
	height: 20px;
	left: 355px;
	top: 145px;	
}
#banner_body h3 a{
	text-indent: -6000px;
	display: block;
	width: 100%;
	height: 100%;
}
#three_column {
	padding-top: 37px;
	padding-left: 25px;
	width: 795px;
	height: 180px;
	position: relative;
}
.col {
	width: 255px;
	height: 175px;
	float: left;
	margin-right: 10px;
	padding-left: 10px;
}
.col h2 {
	width: 200px;
	height: 30px;

	overflow: hidden;
}
.col h2 a{
	text-indent: -6000px;
	display: block;
	width: 100%;
	height: 100%;
}
#three_column p {
	padding-top: 10px;
	font-family: "Lucida Sans", "Trebuchet MS", Arial;
	font-size: 11px;
	line-height: 16px;
}
#col_one p {
	width: 230px;	
	padding-left: 9px;
}
#col_two {
	width: 240px;
}
#col_two p {
	width: 230px;	
}
#col_three p {
	padding-left: 3px;
}
#col_three {
	width: 235px;
}
.col p a {
	color: #628CBB;
	text-decoration: none;
}
.col p a:hover {
	color: #628CBB;
	text-decoration: underline;
}