@charset "utf-8";
/* CSS Document */
/*
      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 {
	border:0 none;
	margin:0;
	padding:0;
	height:100%;	
	width:100%;
}

#wrapper { 
 	margin: 0 auto;
 	width: 90%;
	min-width:890px;
	position:relative;
	z-index:10;	
}

#faux {
 	background-color: url(faux-2-2-col.gif);
	margin-bottom: 5px;
 	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 	width: 100%
}

#header { 
 	height:81px;
	width:100%;
}

#rightcolumn { 
 display: inline;
/* margin: 10px;
 padding: 0px;*/
 width:209px;
 min-height:100px;
 float: right;
}

#leftcolumn { 
 float: left;
/* color: #333;
/* border: 1px solid red;
/* margin: 10px;
 padding: 0px; */
 width:70%;
 min-width:650px;
 min-height:100px;
 display: inline;
 position: relative;
}

#footer { 
 width: 100%;
 height:30px;
 clear: both;
}

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