@charset "utf-8";
#news_main {
	width: 975px;
	height: auto;
	z-index: 1;
	position: relative;
	display: block;
}
#news_logo {
	width: 975px;
	z-index: 2;
	height: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #D51111;
	background-image: url(images/breakingnews/news_title.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#news_title {
	background-image: url(images/breakingnews/choypress_logo.gif);
	background-repeat: no-repeat;
	width: 650px;
	height: 150px;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#news_bottom {
	background-image: url(images/breakingnews/news_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 975px;
	height: 100px;
	z-index: -1;
	float: right;
	position: relative;
	margin-top: 20px;
}
#news_heading {
	width: 800px;
	z-index: 2;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #D51111;
	padding: 15px;
	margin-top: 100px;
}
#news_report {
	width: 600px;
	z-index: 2;
	height: auto;
	margin-left: 75px;
	background-color: #FFF;
	padding: 15px;
	float: left;
}
#news_content {
	width: 975px;
	height: auto;
	z-index: -1;
	background-image: url(images/breakingnews/news_bg.gif);
	background-repeat: repeat;
	float: left;
	margin-bottom: -20px;
	background-position: center;
}
#news_menu {
	width: 150px;
	z-index: 2;
	height: auto;
	margin-right: 75px;
	background-color: #FFF;
	padding: 15px;
	float: right;
	margin-top: 25px;
}
