/* CSS by Casey Reid */
body{
	background: #772481 url(../images/fs_body_bg.gif) repeat-x;
}

#banner{
	background: url(../images/fs_banner_bg.jpg) no-repeat;
}

				li#home-btn a{background: url(../images/fs_home_btn.jpg) no-repeat; width: 65px;}
				li#staff-btn a{background: url(../images/fs_staff_btn.jpg) no-repeat; width: 72px;}
				li#about-btn a{background: url(../images/fs_about_btn.jpg) no-repeat; width: 108px;}
				li#services-btn a{background: url(../images/fs_services_btn.jpg) no-repeat; width: 95px;}
				li#partners-btn a{background: url(../images/fs_partners_btn.jpg) no-repeat; width: 103px;}
				li#contact-btn a{background: url(../images/fs_contact_btn.jpg) no-repeat; width: 129px;}
			
			
	h2#title-about{background: url(../images/fs_title_about.jpg) no-repeat;}		
	
	#content-wrapper h3{
		background: url(../images/fs_content_top_bg.jpg) no-repeat;
	}
		
	#content-right{
		background: url(../images/bc_content_right_bg.jpg) no-repeat;
		margin-right: 3px;
		width: 256px;
	}
		ul#dept-services{
				margin: 20px 0 0 12px;
			}
				#dept-services li{
					display: block;
					margin: 0; 
				}
					#dept-services li img{
						margin-bottom: 12px;
					}
	
		
#footer{
	background: url(../images/fs_footer_bg.jpg) no-repeat;
}
		
		
