html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {
	padding-bottom: 295px;
	margin: 0px auto;
	width: 954px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -455px; /* negative value of footer height */
	height: 455px;
	background-image: url(footer.png);
	clear:both;
	width: 100%;
	margin: 0px auto;
	background-position: center;
	background-repeat: no-repeat;
} 

#footercont {
	margin: 0px auto;
	width: 954px;
}  /* must be same height as the footer */


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

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;
	background-color: #C7080F;
	background-repeat: repeat-y;
	background-position: top center;
	background-image: url(bg.jpg);

}


#wrapper {
	margin: 0 auto;
	width: 954px;
}

#pagemast {

}

#faux {
	margin-bottom: 0px;
	width: 940px;
}
#faux2 {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
}
#header {
	width: 940px;
	margin: 0px auto;
}

#headertop {
	width: 940px;
	margin: 0px auto;
	height: 100px;
}

#navigation {
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #ABBEBE;
}
#footerX {
	width: 954px;
	clear: both;
	background: #000000;
	margin: 0px auto;
	height: 140px;
}
.clear { clear: both; background: none; }

#footerleft {
	margin: 185px 0px 0px 80px;
	float: left;
	width: 400px;
	text-align: left;
}

#footerright {
	margin: 200px 200px 0px 0px;
	width: 200px;
	text-align: right;
	float: right;
}

#rightfooter {
	margin: 185px 0px 0px 0px;
	width: 295px;
	text-align: left;
	float: right;
}

