/*
      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;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 padding: 10px;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background:url(images/header.jpg);
}
#navigation {
font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
 width: 900px;
 color: #FFFFFF;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #793906;
}
#navigation a{
	text-decoration:none;
	color:#FC6;
}
#navigation a:hover{
	text-decoration:underline;
	color:#C6D3EC;
}
#faux {
 background: url(faux-4-2-col.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
	
#leftcolumn { 
display:inline;
 color: #933;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 678px;
 float: left;
 background: #f3f1e9;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
  width: 200px;
 display: inline;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 background: #793906;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.clear {
	clear:both;
}

.caption {
	font: 10px Georgia, "Times New Roman", Times, serif;
	color:#639;
}

.inSet {
	text-align:center;
	float:right;
}