	body
	{
	background: url(/images/template/sub_bg.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 850px;
	}
	
	#linkHome
	{
	position: absolute;
	top: 17px;
	left : 23px;
	width: 120px;
	height: 76px;
	}

/* Head */

	#head	
	{
	height: 133px;
	}
	
	#search
	{
	height: 29px;
	margin: 10px 0 0 5px;
	}
	
	#topNav
	{
	height: 16px;
	margin: 0 0 0 160px;
	padding: 0 0 0 15px;
	background-color: #a4c9d2;
	}	
	
/*Columns */
	#columns
	{
	margin: 0 0 0 15px;
	}
	
	#leftNav
	{
	width: 190px;
	}	
	
	#mainText
	{
	float: right;
	width: 430px;
	margin: 0 15px 0 0;
	}
	
	#sideBar
	{
	float: right;
	width: 175px;
	border-left: 1px dashed #bfbfbf;
	padding: 0 0 0 15px;
	}
	
	#sideBar.empty
	{
	border: none;
	}
	
/*Spacer -- required to fix float drop in IE Mac */
	#spacer
	{
	clear: both;
	height: 30px;
	}

/* Footer */	
	#footer
	{
	margin: 0 0 10px 0;
	}
	
	#logos
	{
	position: relative;
	width: 420px;
	}
	
	#copyrightContact
	{
	float: right;
	}