@charset "iso-8859-1";

/*******************************************************************************
*  bgImages.css : 2007-04-11
*******************************************************************************/

#outerColumnContainer {
	border-left-width: 0;
	border-right-width: 0;
	padding-left: 16em;
	margin-right: 16em;
	background-image: url("../images/bg_page.gif");
	background-repeat: repeat;
	background-position: 0 0;
}
#masthead {
	background-image: url("../images/bg_head.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#contentColumn {
	background-color: transparent;
}
#innerColumnContainer {
	background-image: url("../images/bg_image.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
/******************************************************************************/
