/* Layout CSS */

HTML {
	height: 100%;
}

BODY {	
	background-image: url(BG_BODY.gif); background-repeat: repeat; margin: 0; height: 100%; text-align: center;
}

#pageContainer {
	position: relative; top: 0px; width: 800px; height: 100%; z-index: 1; background-image: url(BG_pageContainerDIV.gif); background-repeat: repeat-y;
}

	#pageContainer #headerContainer {
		position: absolute; top: 0px; left: 0px; width: 800px; height: 80px; margin: 0; z-index: 2; background-image: url(BG_headerContainerDIV.gif); background-repeat: no-repeat;
	}
	
	#pageContainer #bodyContainer {
		position: absolute; top: 80px; left: 0px; width: 792px; height: 624px; margin-left: 4px; margin-right: 4px; z-index: 2; background-color: #FFFFFF;
	}
	
		#pageContainer #bodyContainer #navigation {
			position: absolute; top: 0px; left: 0px; width: 100%; height: 26px; z-index: 3; background-color: #717464;
		}
		
		#pageContainer #bodyContainer #subpageGraphics {
			position: absolute; top: 26px; left: 0px; width: 100%; height: 380px; z-index: 3; background-image: url(BG_subpageGraphicsDIV.jpg); background-repeat: no-repeat;
		}
		
		#pageContainer #bodyContainer #subpageTestimonialContainer {
			position: absolute; top: 406px; left: 0px; width: 398px; height: 218px; z-index: 3; background-image: url(BG_homeTestimonialContainerDIV.gif); background-repeat: repeat-x;
		}
		
			#pageContainer #bodyContainer #subpageTestimonialContainer IMG#TITLE-testimonial {
				position: absolute; top: 25px; left: 140px; width: 120px; height: 18px; z-index: 5;
			}
			
			#pageContainer #bodyContainer #subpageTestimonialContainer #subpageTestimonialGraphic {
				position: absolute; top: 0px; left: 0px; width: 160px; height: 218px; background-image: url(BG_homeTestimonialGraphicDIV.jpg); background-repeat: no-repeat; z-index: 4;
			}		
			
			#pageContainer #bodyContainer #subpageTestimonialContainer #subpageTestimonialContent {
				position: absolute; top: 65px; left: 140px; width: 240px; height: 100px; text-align: left; z-index: 5;
			}		
		
		#pageContainer #bodyContainer #subpageContent {
			position: absolute; top: 128px; right: 0px; width: 345px; height: 456px; z-index: 4; background-color: #FFFFFF; overflow: auto; padding: 20px 20px 20px 0px; text-align: left;
		}
	
	#pageContainer #footerContainer {
		position: absolute; top: 704px; bottom: 0px; left: 0px; width: 800px; min-height: 120px; z-index: 2; background-image: url(BG_pageContainerDIV.gif); background-repeat: repeat-y;
	}
	
		#pageContainer #footerContainer #footer_r1_c1 {
			position: absolute; bottom: 10px; left: 0px; width: 400px; height: 20px; margin-left: 10px; z-index: 3; text-align: left;
		}
		
		#pageContainer #footerContainer #footer_r1_c2 {
			position: absolute; bottom: 10px; right: 0px; width: 400px; height: 20px; margin-right: 10px; z-index: 3; text-align: right;
		}	