#home_content_area {
	background-image: url(../images/content_back.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	float: left;
	width: 762px;
}
#home_boxes {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#home_services {
	float: left;
	height: 148px;
	width: 338px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #006699;
}
#home_corporate {
	float: left;
	width: 338px;
	margin-bottom: 20px;
	height: 148px;
	border: 1px solid #006699;
}
#home_news_general {
	float: left;
	height: 228px;
	width: 338px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #E0DFE3;
}
.home_news_content {
	height: 178px;
	overflow: auto;
	padding: 10px;
	font-size: 0.8em;
	text-align: left;
}
.home_news_top {
	background-image: url(../images/home_news_top_back.png);
	background-repeat: no-repeat;
	height: 26px;
	font-weight: bold;
	color: #006699;
	padding-top: 4px;
	padding-left: 10px;
}
#home_news_coporate {
	float: left;
	height: 228px;
	width: 338px;
	margin-bottom: 20px;
	border: 1px solid #E0DFE3;
}
.home_news_content p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;

}
.home_news_content a:link, .home_news_content a:active, .home_news_content a:visited{
	text-decoration: none;
	color: #666666;
	line-height: 1.2em;

}
.home_news_content a:hover{
	color: #669900;
}

