body {
	background-image: url('/templates/1/images/body_bg.png');
	background-repeat: repeat;
	background-color: #4b87ac;
	}
	
div#header-outerwrapper {
	background-image: url('/templates/1/images/header_bg.png');
	background-repeat: repeat-x;
	}
	
div#header-menu {
	font-size: 16px;
	position: absolute;
	top: 232px;
	left: 8px;
	z-index: 100;
	}
div#header-overlay {
	position: absolute;
	top: 13px;
	left: 40px;
	z-index: 50;
	}
	
div#footer-outerwrapper {
	background-image: url('/templates/1/images/footer_bg.png');
	background-repeat: no-repeat;
	}
	
div#content-outerwrapper-1 {
	background-image: url('/templates/1/images/content_bg.png');
	background-repeat: repeat-y;
	}
	
div#content-innerwrapper {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	}
	
div#footer-content {
	position: absolute;
	left: 24px;
	top: 16px;
	z-index: 40;
	color: white;
	font-size: 10px;
	}
div#footer-content a, 
div#footer-content a:link, 
div#footer-content a:active, 
div#footer-content a:visited, 
div#footer-content a:hover {
	color: white;
	text-decoration: underline;
	}


