/* CSS Document */

.TitleTop{
	background-image: url(images/titlebg.gif);
	background-repeat: repeat-x;
}

.ContentTop{
	background-image: url(images/lefttopbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.BGContentBottom{
	background-image: url(images/bottombg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.ContentBottom{
	background-image: url(images/bottomrightbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
