/* Just custom CSS for particular problems.  Scott */


/*************************************
	Main Container
**************************************/
#container { 
	background:url(images/container-cbg_red2.gif) top repeat-y;
	border: 0px solid black;
	}
.container-top {
	background:url(images/container-bg_red.gif) top left no-repeat;
}
.container-bottom {
	background: url(images/container-bottom_red.gif) no-repeat;
}

