@charset "UTF-8";

body {
	background: #555;
}
.pageArea {
	background: url(../images/bkgd-header.png) no-repeat center top;
}
.content {
	background: url(../images/bkgd-page.png) repeat-y center 20px;
}
.footer {
	background: url(../images/bkgd-footer.png) repeat-x center bottom;
}
.footer h2 {
	background: #c8bb89 url(../images/shadow-footer.png) repeat-x center top;
}
.navbar {
	background: #872535 url(../images/shadow.png) repeat-x center bottom;
}
.navbar ul, .navbar ul li {
	background-color: #872535;
}
#section1 .navbar {
	background: #872535 url(../images/shadow-navbarHome.png) repeat-x center bottom;
}
#section1 .header {
	background: url(../images/header-home.jpg) no-repeat 24px 22px;
}
#section2 .header {
	background: url(../images/header-aboutUs.jpg) no-repeat 24px 22px;
}
#section3 .header {
	background: url(../images/header-clientServices.jpg) no-repeat 24px 22px;
}
#section4 .header {
	background: url(../images/header-candidateServices.jpg) no-repeat 24px 22px;
}
#section5 .header {
	background: url(../images/header-forms.jpg) no-repeat 24px 22px;
}
#section6 .header {
	background: url(../images/header-contact.jpg) no-repeat 24px 22px;
}
#section1 .footer h2 {
	background: #c8bb89 url(../images/bkgd-homeH2.png) no-repeat center top;
}
