body {
	background: url(vertical-stripe.gif) #E6E8DE repeat-y 50px 0px;
}

#body {
	background: url(horizontal-stripe.gif) repeat-x 0px 97px;
}

/* Fixes IE7 so the horz stripe is correct */
*:first-child+html #body {
	background: url(horizontal-stripe.gif) repeat-x 0px 97px;
}

#portfolio {
	background: url(menu/portfolio.gif);
}

a#portfolio:hover, #portfolio-on {
	background: url(menu/portfolio.gif) 0px -22px;
}

#about-us {
	background: url(menu/about-us.gif);
}

a#about-us:hover, #about-us-on {
	background: url(menu/about-us.gif) 0px -22px;
}

#services {
	background: url(menu/services.gif);
}

a#services:hover, #services-on {
	background: url(menu/services.gif) 0px -22px;
}

#contact-us {
	background: url(menu/contact-us.gif);
}

a#contact-us:hover, #contact-us-on {
	background: url(menu/contact-us.gif) 0px -22px;
}

#home {
	background: url(menu/home.gif);
}

a#home:hover, #home-on {
	background: url(menu/home.gif) 0px -22px;
}

#content {
	background: url(content-background.gif) repeat-y;
}

#thumbnails {
	background: #e6e8de;
}

#content h1 {
	color: #637EA1;
}

#side_content, #side_content *, #side_content h1 {
	color: white;
}
