#container {
	background: url(../../images/styles/containerblue.png) repeat-y;
}

#pageHeader {
	background: url(../../images/styles/headerblue.png) no-repeat 0 top;	
}

#footer {
	background: url(../../images/styles/footerblue.png) no-repeat;
}

#navcontainer #current {
	background: url(../../images/styles/hoverblue.png) no-repeat;
}

#navcontainer a {
	background: url(../../images/styles/navbarblue.png) no-repeat;
}

#navcontainer a:hover {
	background: url(../../images/styles/hoverblue.png) no-repeat;
}

