body {
	background-image: url('/templates/1/images/body_bg.png');
	background-repeat: repeat;
	background-color: #DA9EA9
	}
	
div#header-outerwrapper {
	background-image: url('/templates/1/images/new-page-header.png');
	background-repeat: repeat-x;
	}
div#logo-title {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	}
	
div#leftColumn-innerwrapper {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
div#container {
	background-image: url('/templates/1/images/content_bg.png');
	background-repeat: repeat-y;
	}
	
div#content-outerwrapper-1 {
	background-image: url('/templates/1/images/content_bg.png');
	background-repeat: repeat-y;
	}
	
div#content-innerwrapper {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
	
div#footer-outerwrapper {
	background-image: url('/templates/1/images/footer_bg.png');
	background-repeat: no-repeat;
	}
	
div#footer-innerwrapper {
	position: absolute;
	left: 24px;
	top: 10px;
	z-index: 20;
	color: #FFFFFF;
	}	
	
div#footer-innerwrapper #footerLinks {
	padding-top: 1px;
	padding-bottom: 6px;
	}
div#footer-innerwrapper .footerlinks-cell {
	padding-right: 20px;
	}
div#footer-innerwrapper #footerLinks H1,
div#footer-innerwrapper #footerLinks H1 a,
div#footer-innerwrapper #footerLinks H1 a:link,
div#footer-innerwrapper #footerLinks H1 a:hover,
div#footer-innerwrapper #footerLinks H1 a:visited,
div#footer-innerwrapper #footerLinks H1 a:active {
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	}
div#footer-innerwrapper #footerLinks H2 {
	color: white;
	font-size: 10px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 14px;
	}
#copyright {
	color: white;
	font-size: 10px;	
	}


