#wrapper {
	margin: 0 auto;
	width: 798px;
}
#faux {
	margin-bottom: 0px;
	width: 100%;
	background: url(../bg/contentBG.jpg);
}
#faux2 {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background: url(../bg/contentBGx.jpg);
}
#header {
	width: 798px;
	margin: 0px 0px 0px 0px;
}
#navigation {
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #ABBEBE;
}
#footer {
	width: 798px;
	clear: both;
	background: #ABBEBE;
	margin: 0px 0px 10px 0px;
	background-image: url(../bg/footer.jpg);
	height: 90px;
	padding-top: 20px;
	padding-right: 0px;
	text-align: right;
}
.clear { clear: both; background: none; }

#footerleft {
	margin: 20px 0px 0px 30px;
	float: left;
	width: 550px;
	font-Size: 11px;
	font-Weight: normal;
	COLOR: #777777;
	line-height: 19px;
	Text-Decoration: none;
	FONT-FAMILY: "lucida grande", "lucida sans unicode", Tahoma, Verdana, Arial;	
	text-align: left;
}

#footerright {
	margin: 0px 10px 0px 0px;
	width: 200px;
	font-Size: 11px;
	font-Weight: normal;
	COLOR: #777777;
	line-height: 19px;
	Text-Decoration: none;
	FONT-FAMILY: "lucida grande", "lucida sans unicode", Tahoma, Verdana, Arial;
	text-align: right;
	float: right;
}
