/*
      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; }

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("../images/feed-icon-14x14.png") no-repeat 0 50%;
}

body {
	margin:0;
	padding:0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
/* background-color:#F4FFE4; */
 background-color:#F7F7D4;
}
#wrapper { 
 margin: 0 auto;
 padding: 0px;
 width: 930px;
 margin-right:auto;
 margin-left:auto;
 border: 2px solid #5C743D;
}
#faux {
 background: url(../images/faux-3-col.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
}

img {
	border:0px,0px,0px,0px;
}

#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;	
}	
#navigationold {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.1em;
	text-decoration:none;
 padding: 4px;
 margin: 0px 0px 0px 0px;
 background: #99CC66;
 border-bottom: 2px solid #5C743D;
 border-top: 2px solid #5C743D;
}
#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;	
	 border-bottom: 2px solid #5C743D;
}
#leftcolumn { 
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 205px;
 float: left;
 display: inline;
}
#middle { 
 display: inline;
 float: left;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 430px;
 display: inline;
}

#rightcolumn { 
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 205px;
 float: right;
 display: inline; 
}
/*#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;
}
address {
	margin-left:30px;
}
