#containerAll {
	width: 975px;
	height: 675px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -487px; /* half of width */
	margin-top: -337px;  /* half of height */
	}
	
#topContainer {
	height: 166px;
	width: 975px;
	}
 
#topLeftColContainer {
	height: 166px;
	width: 105px;
	float: left;
	text-align: right;
	padding-left: 738px;
	}

#topRightColContainer {
	float: right;
	width: 132px;
	height: 166px;
	background-image: url(../images/01/01_page_number.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#imageContainer {
	height: 204px;
	width: 975px;
	background-image: url(../images/01/01_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#imageContainerText {
	height: 21px;
	width: 560px;
	float: right;
	margin-top: 174px;
	padding-left: 8px;
	color: #9BA9D0;
	font-size: 8pt;
	}

 #textContainer {
	color: #999999;
	text-align: left;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 15px;
	padding-bottom: 5px;
	width: 967px;
 	}
	
 #textContainer a {
	text-decoration: underline;
	color: #666666;
 	}
	
 #textContainer a:hover {
	text-decoration: underline;
	color: #3895B1;
 	}
	
 #textContainer h1 {
	font-size: 12pt;
	color: #333333;
	font-weight: normal;
	margin: 0px;
 	}
	
#footer {
	height: 25px;
	width: 969px;
	background-image: url(../images/01/01_footer.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 7pt;
	color: #666666;
	text-align: right;
	padding-top: 90px;
	padding-right: 6px;
	}
	
#footer a {
	text-decoration: none;
	color: #6A8843;
	}
	
#footer a:hover {
	color: #51621B;
	text-decoration: underline;
	}
