/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }


body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#000000;
}
#wrapper { 
 margin: 0 auto;
 width: 910px;
 
}
#faux {
 background:url(images/faux.gif);
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;

 }
#header {
 color: #999999;
 width: 910px;
 height: 159px;
 background:url(images/header.gif);
 text-align:center;
 
 }
 #center {
 
 color: #999999;
 width: 910px;
 height: 25px;

 
 }
#rightcolumn {
 color:#999999;
 display:inline;
 margin: 0px;
 width: 320px;
 float: right;

 position:absolute;
 margin-top:30px;
 }
#leftcolumn {
	float: left;
	color:#999999;
	margin: 30px;
	padding:00px;
	width: 93%;
	display: inline;
	visibility: inherit;
	text-align:justify;

}
#footer { 
 width: 910px;
 height:90px;
 clear: both;
 color: #999999;
 background:url(images/footer.gif);
  padding:30px;
 background-repeat:no-repeat;
}
.clear { clear: both; background: none; }
