/* AMCK CSS Document *//* Layout */#contentmainnews {	float: left;	background-color: #ffffff;	width: 750px;	margin: 0;}/* News Boxes */#newsmainbox {	background: url("../images/contentbox1.gif")  repeat-y right;}#newsmainbox div.boxcontent, #newsmainbox div.boxtopright, #newsmainbox div.boxbottomright {	width: 735px;}/* News Items */div.newscontainer {	clear:both;	overflow:hidden;	width:720px;}div.newsleft {	float:left;	width: 160px;}div.newsright {	float:left;	width: 560px;	margin:0;	padding:0;}div.newsline {	clear:both;	overflow:hidden;	background: transparent url("../images/dottedline_h.gif") center left no-repeat;	width: 720px;	height: 20px;	margin: 0 0 0 15px;}div.newsthumbholder{	margin:0 6px 0 15px;}.newsthumbpic {	border: #BDBDBD 1px solid ;	padding: 3px;	margin:0;}/* news text */p.newscontent {	font-size: 11px;	color: #666666;	line-height: 18px;	padding: 0 7px 7px 0;	margin: 0;}span.newsbold {color:#4C4B4B;}