#main_content {
	background-color: #ececec;	
}

#top_megalug {
	position: absolute;
	top: 15px;
	right: 45px;
}	

.news_wrapper {
	width: 920px;
	margin: 30px;
}

	.news_top_angler {
		display: inline-block;
		min-width: 300px;
		height: 43px;
		position: relative;
		background-color: #0077c0;
	}

		.news_top_angler > h2 {
			margin: 11px 20px 0px;	
			color: white;
			text-transform: uppercase;
			font-size: 18px;
			font-weight: normal;
		}

		.news_top_angler > img {
			position: absolute;
			top: 0px;
			right: -43px;
		}

	.news_content {
		width: 860px;
		position: relative;
		padding: 0px 30px 30px;
		background-color: white;	
	}

		.news_sub_category {
			position: absolute;
			top: 10px;
			left: 20px;
			font-size: 11px;
			color: #989798;
		}
		
			.news_sub_category h3 {
				margin: 0px;	
				font-weight: normal;
			}

		.news_details {
			width: 100%;	
			padding-top: 20px;
			/*margin-left: 30px;*/
		}
		
			.news_details > h3 {
				margin: 0px;
				font-size: 28px;
				font-weight: normal;
				color: #0077c0;	
			}
		
	.news_content .all_link {
		margin-top: 20px;	
	}
	
	.news_bottom_angler {
		width: 920px;
		height: 28px;	
		
		background-image: url('/images/subpages/bottom_angler.png');
		background-repeat: no-repeat;
		background-position: top right;
	}
