#top_image_area {
	background-image: url(../images/top_image_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 250px;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#top_image {
	width: 800px;
	height: 250px;
	padding-bottom: 14px;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#container #left_side {
	float: left;
	width: 450px;
}
#container #left_side #top_msg {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	background-image: url(../images/top_msg_bg.gif);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 15px;
}
#container #left_side ul {
	width: 444px;
	margin-left: 4px;
}
#container #left_side li {
	float: left;
	width: 220px;
	margin-right: 2px;
	list-style-type: none;
	margin-bottom: 2px;
}




#container #right_side {
	float: right;
	width: 290px;
}
#container #right_side h3 {
	background-image: url(../images/top_news_title_bg.gif);
	background-repeat: repeat-x;
}
#container #right_side dl {
	background-color: #ffecd8;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#container #right_side dt {
	font-size: 12px;
	line-height: 1.4em;
	color: #9e0000;
	padding-top: 6px;
}
#container #right_side dd {
	font-size: 12px;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eabaaa;
	padding-bottom: 6px;
}
#container #right_side #news_end {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#container #right_side #top_news_end {
	background-color: #9e0000;
	text-align: right;
}
