/* CSS by Casey Reid */
body{
	background: #e19316 url(../images/hr_body_bg.gif) repeat-x;
}

#banner{
	background: url(../images/hr_banner_bg.jpg) no-repeat;
}

				li#home-btn a{background: url(../images/hr_home_btn.jpg) no-repeat; width: 65px;}
				li#staff-btn a{background: url(../images/hr_staff_btn.jpg) no-repeat; width: 72px;}
				li#about-btn a{background: url(../images/hr_about_btn.jpg) no-repeat; width: 108px;}
				li#services-btn a{background: url(../images/hr_services_btn.jpg) no-repeat; width: 95px;}
				li#partners-btn a{background: url(../images/hr_partners_btn.jpg) no-repeat; width: 103px;}
				li#contact-btn a{background: url(../images/hr_contact_btn.jpg) no-repeat; width: 129px;}
	
			
	h2#title-about{background: url(../images/hr_title_about.jpg) no-repeat;}		
/*	
	#content-wrapper h3{
		background: url(../images/hr_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/hr_footer_bg.jpg) no-repeat;
}
		
		
