/*
      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: 20; }

body {
 font-family: Verdana,Arial, Helvetica, sans-serif;
 background: #fde4c9;
}

p {
 font-size: 9pt;
 line-height: 12pt;
 }

h1 { 
font-size: 18pt; 
color: #990000;
text-decoration: none;
font-weight: bold; 
}
h2 { 
font-size: 14pt; 
text-decoration: none;
font-weight: bold; 
}
h5 { 
font-size: 12pt; 
text-decoration: none;
font-weight: bold; 
}

#wrapper { 
 margin: 0 auto;
 width: 845px;
}
#faux {
 background: url(faux-3-2-col.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 845px;
 padding: 0px;
 border: 0px solid #ccc;
 height: 200px;
 margin: 0px 0px 0px 0px;
 background: #FF8000;
}
#leftcolumn { 
 display: inline;
 color: #333;
 padding-top:10px;
 padding-bottom:10px;
 padding-right:0px;
 padding-left:10px;
 margin: 0px;
 width: 178px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 padding-top:10px;
 padding-bottom:10px;
 padding-right:15px;
 padding-left:10px;
 margin: 0px;
 display: inline;
 position: relative;
 width: 632px;
}
#rightcolumn a, visited, hover
{
color: #000099;
} 
#rightcolumn ul, li{
 list-style: disc outside;
 padding-left:30px;
}
#footer { 
 width: 835px;
 clear: both;
 color: #222;
 background: #d6552a;
 margin: 0px 0px 10px 0px;
 padding: 5px;
 font-size: 9pt;
}
#nav-menu a
{
color: #990000;
text-decoration: none;
font-weight: bold;
font-size: 10pt;
} 

#nav-menu a:hover
{
color: #333333;
font-weight: bold;
font-size: 10pt;
} 
.clear { clear: both; background: none; }
