/*
      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
	  
*/

* { font-family: arial, verdana; }

body {
		background-image: url('/images/background.png');
		background-repeat: x-repeat;
		background-attachment: fixed;
		background-color: 502c03;
		margin: 0px 0px 0px 0px;
}
#wrapper {
background-image: url('/images/background-main.png');
		background-position: top center;
		background-repeat: no-repeat;
		background-attachment: fixed; 
 margin: 0 auto;
 width: 760px;
}
#faux {
 background: url();
 background:#ffffff;
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 760px;
 padding: 0px;
 height: 185px;
 margin: 10px 0px 0px 0px;
 background: #;
}
#page_title{
color:#221105;
font-size:24px;
padding:5px;
line-height:24px;
}
#contact_title{
color:#221105;
font-weight:bold;
font-size:14px;
padding:0px;
}
.contact{
color:#221105;
font-weight:normal;
font-size:11px;
padding:0px;
}
.Title_Content{
color:#221105;
font-size:24px;
padding:5px;
}
#page_content{
color:#221105;
padding:5px;
width:530px;
}
#page_content table{
color:#221105;
padding:5px;
width:530px;
}
#page_content img{
padding:5px;
}
#pdf{
padding:5px;
width:190px;
}
#flash{
width:auto;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin-left: 5px;
 padding: 0px;
 width: auto;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin-right: 5px;
 padding: 0px;
 width: 545px;
 display: inline;
 position: relative;
 line-height:18px;
}
#rightcolumn p{ 
 width: 540px;
 line-height:18px;
}
#footer { 
 width: 750px;
 clear: both;
 color: #89490B;
 background: #ffffff;
 margin: 0px 0px 10px 0px;
 padding: 5px;
 border-top:3px solid #89490B;
}
#footer a{ 
font-size:11px;
font-weight:bold;
 color: #89490B;
 padding: 5px;
 text-decoration:none;
}
#footer a:hover{ 
font-size:11px;
font-weight:bold;
 color: #89490B;
 padding: 5px;
 text-decoration:underline;
}
.clear { clear: both; background: none; }

ul.vert-one{background-image:url('/images/nav_wood.gif');margin:0;padding:0;list-style-type:none;display:block;font:bold 16px Helvetica, Verdana, Arial, sans-serif;line-height:165%;width:200px;}
ul.vert-one li{margin:0;padding:0;border-top:1px solid #89490B;border-bottom:1px solid #fff;}
ul.vert-one li a{display:block;text-decoration:none;color:#fff;background:#;padding:0 0 0 0px;width:200px;}
ul.vert-one li a:hover{background:#211000; color:#fff}
