html {
	background:#18597d url(../images/blue/bg-html.jpg) top left repeat-x;
}

body {
	background:url(../images/blue/bg-body.jpg) top center no-repeat;
}

#wrapper {
	background:url(../images/blue/bg-wrapper.jpg) top left repeat-y;
}

#header {
	background:url(../images/blue/bg-header.jpg) left bottom no-repeat;
}

#masthead {
	background:url(../images/blue/bg-masthead-tagline-01.jpg) no-repeat;
}

#navigation-container-lower {
	background:url(../images/blue/bg-nav-container-lower.jpg) top left repeat-y;
}

	#main-navigation {
		background:url(../images/blue/bg-main-navigation.jpg) top left no-repeat;
	}

	#main-navigation a:hover,
	#main-navigation a:active {
		color:#e66b1e;
	}

#main {
	background:url(../images/blue/bg-main.jpg) bottom left no-repeat;
}

	#main a:hover,
	#main a:active {
		color:#e66b1e;
	}

#content {
	background:url(../images/blue/bg-content.jpg) top left no-repeat;
}

#center h1,
#center h2,
#center h3,
#center h4 {
	background:url(../images/blue/bg-h-tag.jpg) no-repeat;
}

#right {
	background-image:url(../images/blue/bg-right.jpg);
}

	#right h1,
	#right h2,
	#right h3,
	#right h4 {
		background-image:url(../images/blue/bg-right-h2.gif);
		color:#fff;
	}

	#right a:hover,
	#right a:active {
		color:#e66b1e;
	}

#footer {
	background-color:#18597d;
}

	#footer a:hover,
	#footer a:active {
		color:#fff;
	}