/*
      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:"Gill Sans MT","Gill Sans",GillSans,Arial,Helvetica,sans-serif;
 font-size: 14px;
}
#wrapper { 
 margin: 0 0 0 0.25em;
 width: 905px;
float: left;
}
#faux {
 background: url(/styles/images/faux-1-3-col.jpg);
 margin: 0px 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

.clear { clear: both; background: none; }


