@charset "UTF-8";
/* CSS Document */

#news_container {
	width: 420px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/news_frame_mod1.gif);
	background-repeat: no-repeat;
}
#news_top {
	height: 15px;
	width: 420px;
}
#news_content {
	width: 400px;
	background-image: url(../images/news_frame_content.gif);
	background-repeat: repeat-y;
	height: 100%;
	padding: 10px;
	background-position: top;
}
#news_footer {
	height: 13px;
	width: 420px;
	background-image: url(../images/news_frame_footer.gif);
	background-repeat: no-repeat;
}
.news {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	text-align: left;
}
.news_title   {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #232B6D;
}
#right_container {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	background-image: url(../images/right_frame_mod1.gif);
	background-repeat: no-repeat;
}
#right_top {
	height: 14px;
	width: 320px;
}
#right_content {
	width: 310px;
	background-image: url(../images/right_frame_content.gif);
	background-repeat: repeat-y;
	padding: 5px;
}
#right_bottom {
	background-image: url(../images/right_frame_bottom.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 320px;
}
