/*
      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;
}
TABLE{ 
 background: white;
}



A:active{
COLOR:red
}
A:link{
COLOR:black;
text-decoration: none
}
A:visited{
COLOR:black;
text-decoration: none
}
A:Hover{
COLOR:white;
background-color:black;
text-decoration: none

}


#wrapper { 
 margin: 0 auto;
 width: 920px;
}
#faux {
 background: white;
 margin-bottom: 2px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: black;
 width: 920px;
 padding: 1px;
 height: 145px;
 margin: 0px 0px 5px 0px;
 background: white;
}
#leftcolumn { 
 display: inline;
 color: red;
 margin: 1px;
 padding: 20px;
 width: 1px;
 float: left;
}
#rightcolumn { 
 float: left;
 color: black;
 margin: 10px;
 padding: 0px;
 width: 780px;
 display: inline;
 position: relative;
}
#rightbcolumn { 
 float: left;
 color: black;
 margin: 10px;
 padding: 0px;
 width: 150px;
 display: inline;
}
#footer { 
 width: 920px;

 color: black;
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }



	</style>
	<!--[IF LTE IE 6]><link rel="stylesheet" type="text/css" href="iefix.css" /><![ENDIF]-->
