﻿/* template with 2 columns, right rows are optional images */


td.headercontent {
	width: 728px;
}

td.headercontent img {
	width: 728px;
}

td.headercontentspace {
	width: 90px;
}

td.headercontentspace img {
	width: 90px;
}

td#contentrightspace {
	border-left: 0px;
}

/*
	content columns
*/

td#template_2columns_contentnormal {
	background: #ABAAA3;
	width: 544px;
	
	border-top: 2px solid #999999;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	
	margin: 0px;
	
	padding: 0px;
	padding-bottom: 30px;
}

td#template_2columns_contentright {
	background: #D6D6CC;
	width: 182px;
	
	border-top: 2px solid #999999;
	border-left: 2px solid #999999;
	border-right: 0px;
	border-bottom: 2px solid #999999;
	
	margin: 0px;
	
	padding: 0px;
}