

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #000
 
}
#wrapper { 
 margin: 0 auto;
 width: 1000px;
}
#faux {
 background: url(images/center.jpg);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 1000px;
 height:179px; 
 background: #000 url(images/header.jpg) no-repeat;
 margin: 10px 0px 0px 0px;

}
#subheader {
 color: #fff;
 width: 1000px;
 height: 151px;
 margin: 0px 0px 0px 0px;
 background: #000 url(images/header2.jpg) no-repeat;
}
#leftcolumn { 
 display: inline;
 color: #fff;

 margin-left: 50px;
 width: 333px;
 float: left;
}
#content { 
 float: left;
 color: #fff;
 margin: 0px 0px;
 width: 334px;
 display: inline;
 position: relative;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #fff;
 margin: 0px 0px 0px 0px;
 width: 333px;
 float: right;
}
#footer { 
 width: 1000px;
 height: 52px;
 clear: both;
 color: #333;
 background: #000 url(images/footer.jpg) no-repeat;
 margin: 0px 0px 10px 0px;

}
.clear { clear: both; background: none; }
.text {
		font-size:150%;
		font-weight: bold;
		color: #f78e1e;
}
