 #wrapper {
 	margin: 0 auto;
 	width: 942px;
 }
 #faux {
 	background: #eee;
 	margin-bottom: 0px;
 	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 	width: 100%;
 	background-image: url(/assets/templates/sa/img/main-bg.gif)
 }
 #header {
 	/*color: #333;*/
 	width: 942px;
 	padding: 0px;
 	xheight: 100px;
 	margin: 0px 0px 0px 0px;
 	xbackground: #ABBEBE;
 }
 #leftcolumn {
 	display: inline;
 	/*color: #333;*/
 	margin: 10px 0px 0px 25px;
 	padding: 0px;
 	width: 195px;
 	float: left;
 	xbackground: #ddd;
 }
 #rightcolumn {
 	display: inline;
 	position: relative;
 	/*color: #333;*/
 	margin: 10px 10px 10px 0px;
 	padding: 0px;
 	width: 195px;
 	float: right;
 }
 #content {
 	float: left;
 	color: #333;
 	margin: 5px 13px;
 	padding: 0px;
 	width: 460px;
 	display: inline;
 	position: relative;
 }
 #contentwide {
	float: left;
	color: #333;
	margin: 5px 13px;
	padding: 0px 0px 0px 10px;
	width: 645px;
	display: inline;
	position: relative;
}

 #footer {
 	width: 942px;
 	clear: both;
 	color: #333;
 	background: #F7F6F3 url(/assets/templates/sa/img/left.gif) repeat-y scroll left;
 	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 0px 0px;
 }
 .clear { clear: both; background: none; }