body  {
	margin: 0px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "lucida sans", "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
	COLOR: #a8a8a8;
	background-color: #000000;
	background-repeat: repeat;
	background-position: top center;
	background-image: url(bg-glaymond.jpg);

}


#wrapper {
	margin: 0 auto;
	width: 900px;
}

#pagemast {
	background-color: #000000;
}

#faux {
	margin-bottom: 0px;
	width: 780px;
}
#faux2 {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
}
#header {
	width: 900px;
	margin: 0px auto;
}
#navigation {
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #ABBEBE;
}
#footer {
	width: 900px;
	clear: both;
	background: #000000;
	margin: 0px auto;
	height: 70px;
}
.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: 18px;
	Text-Decoration: none;
	FONT-FAMILY: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;	
	text-align: left;
}

#footerright {
	margin: 12px 0px 0px 550px;
	width: 200px;
	font-Size: 11px;
	font-Weight: normal;
	COLOR: #777777;
	line-height: 18px;
	Text-Decoration: none;
	FONT-FAMILY: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
	text-align: right;
}
