#flash-banner{
	margin: 18px auto 0;
	width: 775px;
	min-height: 343px;	
}

	#login-img{
		background: url(../images/login_bnr_img_cntnt.jpg) no-repeat top;
		height: 63px;
		width: 775px;
	}

#cntnt-img-top{
	background: url(../images/cntnt_top_img.jpg) no-repeat top;
	width: 725px;
	height: 27px;
	padding: 18px 0 0 50px;
}
	
	#title, #title h3{
		width: 485px;
		color: #fff;
		float: left;
	}
		
	#newstitle, #newstitle h3{
		padding-left: 40px;
		width: 188px;
		color: #fff;
		float: right;
	}


/******************* Content ************************************/			
#content-wrapper{
	background: #535353 url(../images/cntnt_news_footer_img.jpg) no-repeat bottom;
	min-height: 0px;
	width: 775px;
	overflow: auto;
}

	#content{
		background: #fff url(../images/cntnt_fade_repeat.jpg) repeat-x top;
		min-height: 650px;
		width: 535px;
		padding: 10px 5px 5px 5px;
		float: left;
		border: 1px #d5d5d5 solid;
		border-bottom: none;
		font-size: 12px;
	}
	
	#content ul, #content ol{
		padding-left: 40px;
	}
	
	#content h2{
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	#content a{
		color: #c12f42;
		text-decoration: underline;
	}

#privacy{
	margin-left: 0;
	height: 50px;
	width: 535px;
	float: left;
	/*clear: left;*/
	border: 1px #d5d5d5 solid;
	border-bottom: none;
}
		
/******************* Content News *******************************/		
	#cntnt-news{
		min-height: 300px;
		width: 228px;
		float: right;
		margin-bottom: 140px;
		color: #fff;
		font-size: 12px;
		clear:right;
	}
		#cntnt-news a{
			text-decoration: none;
			color: #fff;
		}	
			
		#news-odd-wrapper{
			/*background: #4d4d4d url(../images/cntnt_news_odd_icon.jpg) no-repeat left;
			padding-left: 39px;*/
			background-color: #4d4d4d;	
			border-bottom: 2px #383838 groove;
			min-height: 50px;
			overflow: hidden;
		}
			#news-odd-wrapper div{
				width: 176px;
				padding: 5px;
				min-height: 50px;
				border-left: 2px #383838 groove;
				margin-left: 39px;
			}
		
		#news-even-wrapper{
			/*background: #444 url(../images/cntnt_news_even_icon.jpg) no-repeat left;
			padding-left: 39px;*/
			background-color: #444;		
			border-bottom: 2px #383838 groove;
			min-height: 50px;
			overflow: hidden;
		}
			#news-even-wrapper div{
				width: 176px;
				padding: 5px;
				min-height: 50px;
				border-left: 2px #383838 groove;
				margin-left: 39px;
			}	
		
		#news-odd-wrapper a:hover, #news-even-wrapper a:hover{ 
			text-decoration: underline; 
			}	
		

/******************* Content Footer ***************************/						
#cntnt-img-bottom{
	background: url(../images/cntnt_footer_img.jpg) no-repeat top;
	width: 775px;
	height: 70px;
}

				