@media screen, projection, all {

	
	#main {
		background: transparent url(../gfx/border_main_nocols.gif) repeat-x scroll left top;
	}
	
	#main2 {
		/*background: transparent url(../gfx/border_main_nocols.gif) no-repeat scroll left bottom;*/
	}
	
	#col2 {
		width: 705px;
		float: none;
		margin-left: 245px;
	}

	div.clearer {
		clear: right;
	}

	#col3_content {
		padding:1px 0 0;
	}

	div.fce_text_w_img, div.fce_list_w_img {
		background: transparent url(../gfx/border_main_nocols.gif) repeat-x scroll left bottom;
		padding-top: 22px;
	}
	
	div.fce_text_w_img_noborder, div.fce_list_w_img_noborder {
		background: transparent;
		background-image: none;
		padding-top: 22px;
		margin: 0px;
	}
	
	div.fce_text_w_img_smallborder, div.fce_list_w_img_smallborder {
		background: transparent url(../gfx/border_col2_bottom.gif) no-repeat scroll left bottom;
		padding-top: 22px;
		margin: 0px;
	}
	
	p, p.bodytext {
		width: 420px;
	}
	
	.fce_text_w_img .img, .fce_text_w_img_noborder .img {
		float: right;
		clear: right;
		margin-top: -22px;
		padding-bottom: 15px;
	}
	
	.fce_list_w_img .img, .fce_list_w_img_noborder .img {
		clear:right;
		float:right;
		margin-top:0px;
		padding-bottom:15px;
		text-align:center;
		width:280px;
	}
	
	p.news-single-imgcaption {
		padding-bottom: 15px;
	}
	
	.no-toppadding {
		padding-top: 0px;
	}
	
	.news-list-morelink, .news-single-backlink {
		padding-bottom: 15px;
	}
	
	p.picCaption, span.picCaption {
		width: 190px;
		padding-left: 80px;
		text-align: left;
	}
	
	
	table, tr, td {
		border-color: transparent;
	}
  table.contenttable {
  	border-spacing:0;
	empty-cells:show;
	font-size:10.5px;
	line-height:15px;
	margin-left:0px;
	padding-bottom: 10px;
  }
  table.contenttable tbody tr td{
	border-bottom: 5px solid #fff;
  }
  td.text {
  	width: 525px;
  }
  td.pics {
  	width: 180px;
  }
  
	table p.bodytext {
		background:transparent none repeat scroll 0 0;
		margin:0;
		padding:0;
		width:auto;
	}

}

													