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

#wrapper #body #news-heading {
	padding-bottom: 30px;
}
#wrapper #body #news-sidebar {
	float: right;
	width: 310px;
	padding-right: 20px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFF00;
}

#wrapper #body #news-main-wrapper {
	float: left;
	width: 610px;
	padding-left: 20px;
}
#wrapper  #body  #news-main-wrapper  #news-text-box {
	float: right;
	width: 380px;
	padding-bottom: 30px;
}
#wrapper  #body  #news-main-wrapper  #news-links-box {
	float: left;
	width: 210px;
}
