/*
Hand Coded by Patrick Maki - Tall Guy Media. 
Build to meet CSS Level 1 & Level 2 Compliancies.	  
*/

* { padding: 0; margin: 0; }

body {
background: url(images/bgmain.jpg) repeat-x;
 font-family: verdana;
 color: #fff;
 font-size: 12px;
}
a:link { 
color: #fffe88;
} 

a:visited { 
color: #fffe88;
} 
#wrapper { 
 margin: 0 auto;
 width: 974px;

}
#header {
 color: #333;
 width: 974px;
 float: left;
 padding: 0px;
 height: 172px;
 margin: 0px 0px 0px 0px;
 background: url(images/facowieheader.png) no-repeat;
}
#topdiv {
 width: 974px;
 float: left;
 padding: 0px;
 border-bottom: 0px solid #ccc;
 height: 35px;
 margin: 00px 0px 0px 0px;
 background: url(images/topdiv.png) no-repeat;
}
#contentbg {
 color: #333;
 width: 974px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: auto;
 margin: 00px 0px 0px 0px;
 background: url(images/faccontentbg.png) repeat-y;
}
#leftcolumn { 
 border: 0px solid #ccc;
 margin: 0px 0px 0px 5px;
 padding: 0px;
 height: auto;
 width: 230px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #FFF;
 border: 0px solid #ccc;
 margin: 30px 50px 0px 10px;
 padding: 0px;
 height: auto;
 width: 660px;
 display: inline;
}
#footer { 
 width: 974px;
 height: 118px;
 clear: both;
 color: #fff;
 font-family: Verdana;
 font-size: 10px;
 text-align: center;
 border-top: 0px solid #333;
 background: url(images/footer.png) no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}
	#menu{
		width:208px;
		border:0px solid #cccccc;
		padding:3px;
                                padding-top: 20px;
		margin:10px 0 100px 15px;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				border-bottom:0px solid #ffffff;
			}
				#menu li a{
					list-style:none;
					display:block;
                                                                                height: 35px;
                                                                                width: 208px;
					background: url(images/woodmenu.png) no-repeat;
					color:#fff;
					font-size:14px;
                                                                                font-family: Trebuchet MS;
                                                                                          font-weight: bold;
					text-decoration:none;
					padding:10px 5px 2px 15px;
				}
					#menu li a:hover{
						background: url(images/woodmenuover.png) no-repeat;
						color:#000;
						text-decoration:none;
					}
.page_title {
 font-family: Times, sans-serif;
 font-size: 22px;
 color: #fff;
}
#search {
margin: 6px  40px 0 10px;
float: right;
}