.backgroundColor {
	background-image:    url("../images/shared/1_pix_brown.gif");
	background-repeat: repeat;
}
.leftSidePipe {
	background-image:    url("../images/shared/side_pipe_left.gif");
	background-repeat: repeat-y;
	height: 100%;
}
.rightSidePipe {
	background-image:    url("../images/shared/side_pipe_right.gif");
	background-repeat: repeat-y;
	height: 100%;
}
.bottomExpander {
	background-image:   url("../images/shared/bottom_pipe.gif");
	background-repeat: repeat-y;
	height: 100%;
}
.announcementBacking {
	background-image: url(../images/shared/anouncement_backing.gif);
	color: #F00;
}
.1pixWhite {
	background-image: url(../images/shared/1_pix_white.gif);
	background-color: #FFFFFF;
}
.subNavBacking {
	background-image: url(../images/shared/sub_nav_footer.gif);
	background-repeat: repeat;
}
