/*
      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:#F4FFE4; */
 background-color:#F7F7D4;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
 border: 2px solid #5C743D;
}
#faux {
 background: url(../images/faux-3-col-wide.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 100%;
 height: 150px;
 margin: 0px;
 background: #D5EDB3;
 z-index:2;
 background: url(../images/headerback1.jpg) repeat-x; 
}
#logo 	{
	font:26px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	text-align:center;
}
#tagline 	{	
	font:14px Arial, Helvetica, sans-serif;
/*	color: #6666CC; */
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	text-align:center;	
}	
#navigation {
	font:12px Arial, Helvetica, sans-serif, bold;
	color: #993300;
	letter-spacing:.1em;
	text-decoration:none;
	margin-top:-24px;
	text-align:right;
	padding-right: 18px;
	height:22px;
	z-index:1;	
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 10px;
 float: left;
}
#leftmiddle { 
 float: left;
 color: #333;
 margin: 10px 10px 10px 17px;
 padding: 0px;
 width: 400px;
 display: inline;
 position: relative;
}
#rightmiddle { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 17px;
 padding: 0px;
 width: 400px;
 float: left;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 10px;
 padding: 0px;
 width: 10px;
 float: right;
}
/*#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #99CC66;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}*/
.clear { clear: both; background: none; }

a:link {
 color: #333333;
}
a:visited {
 color: #333333;
}
a:hover {
 color: #666;
 text-decoration: none;
}