/*
      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 {


/*a:link {color: #0033cc; font-weight: normal; text-decoration: none;}

a:visited {color: #D21511; font-weight: normal; text-decoration: none;}

a:hover {text-decoration: underline;}
*/

				
}

#wrapper { 
 margin: 0 auto;
 width: 860px;
}
#faux {
 background: url(images/background.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #D21511;
 width: 799px;
 padding: 0px;
 height: 126px;
 margin: 0px 0px 0px 0px;
}
#leftcolumn { 
 display: inline;
 color: #D21511;
 margin: 0px;
 padding: 0px;
 width: 150px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: black;
 margin: 0px;
 padding: 20px;
 width: 655px;
 display: inline;
 position: relative;
}
#footer { 
 width: 799px;
 clear: both;
 color: none;
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}
.clear { clear: both; background: none }