#left_column {
	background-color: #FFF;
	height: 880px;
	width: 460px;
	border-right-style: none;
	text-align: justify;
	padding: 20px;
	clear: none;
	float: left;
	margin: 0px;
}
#news_box {
	background-color: #000;
	height: 200px;
	width: 460px;
}

#right_column {
	background-color: #FFF;
	height: 880px;
	width: 250px;
	clear: none;
	float: right;
	padding: 20px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #333;
}
#news_box_top {
	background-image: url(../img/news/images/Untitled-1_01.png);
	background-repeat: no-repeat;
	width: 460px;
	height: 30px;
}
#news_box_body {
	background-image: url(../img/news/images/Untitled-1_02.png);
	background-repeat: repeat-y;
	height: auto;
	width: 440px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #036;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
#news_box_bottem {
	background-image: url(../img/news/images/Untitled-1_03.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 460px;
}
