/*
      Created by Matthew Phillips of Owasso Web Solutions (www.OwassoWebSolutions.com)
	  
	  E-Mail: MPhillips@OwassoWebSolutions.com
	  	  
*/

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background:#3d3d3d;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
}
#faux {
	background: url(../images/content.png);
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#header {
	color: #333;
	width: 900px;
	height: 130px;
	margin: 10px 0px 0px 0px;
	padding:0;
	background: url(../images/new_header.png);
}
#splitter {
	width:900px;
	height:8px;
	margin:0;
	padding:0;
	background:url(../images/splitter.png) bottom;
}
#leftcolumn {
	display: inline;
	color: #333;
	margin-left: 0px;
	margin-top:-5px;
	padding: 0;
	width: 160px;
	float: left;
}
#rightcolumn {
	width: 730px;
	margin-left:0px;
	display: inline;
	position: relative;
	float:right;
	overflow:hidden;
}
#footer {
	height:17px;
	clear: both;
	color: #333;
	font: normal 11px "Times New Roman", Times, serif;
	text-align:center;
	background: url(../images/footer.png);
	padding: 3px 0px 0px 50px;
	margin: 0px 0px 0px 0px;
}
.clear {
	clear: both;
	background: none;
}

