
.contentop {
	clear: none;
	width: 320px;
	height: 5px;
	background-image:url(images/contenttop_home.jpg);
	background-repeat:no-repeat;
	float: left;
	}
.contentbot {
	clear: none;
	width: 320px;
	height: 5px;
	background-image:url(images/contentbot_home.jpg);
	background-repeat:no-repeat;
	float: left;
	}
.contentwrap {
	clear: none;
	width: 320px;
	height: auto;
	background-image:url(images/contentwrap_home.jpg);
	background-repeat: repeat-y;
	float: left;
	margin-left: 10px;
	}

#leftmap {
	display: none;
	}

#left {
	min-height: 445px;
	}
#navigation {
	height: 465px;
	}

#content {
	clear: none;
	width: 300px;
	min-height: 445px;
	/*height: 445px;*/
	height: auto;
	float: left;
	background-image:url(images/content_home.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	}
#content p {
	line-height: 16px;
	}
#rightbar {
	width: 290px;
	height: 440px;
	float: right;
	}

#right_news {
	clear: right;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 269px;
	height: 230px;
	float: right;
	background-image:url(images/front_news.jpg);
	background-repeat: no-repeat;
	}

#right_news A.fnews, A.onews {
	text-decoration: none;
	font-size: 12px;
	width: 128px;
	height: 15px;
	display: block;
	float: left;
	text-align: center;
	}
#right_news A.fnews {
	color: #06624c;
	}
#right_news A.onews {
	margin-left: 10px;
	color: #769f01;
	}