#header {
	position: relative;
	width: 746px;
	margin: 0 auto;
	z-index: 1;
}

#sub_header {
	position: relative;
	width: 746px;
	margin: 0 auto;
	margin-top: 5px;
	z-index: 1;
}

#menu {
	position: relative;
	clear: both;
	width: 746px;
	margin: 0 auto;
	padding-top: 2px;
	z-index: 1;
}

#content {
	position: relative;
	width: 746px;
	margin: 0 auto;
	padding-top: 1px;
 	clear: both;
	z-index: 1;
}

#footer {
	position: relative;
	width: 746px;
    height: 85px; 
	margin: 0 auto;
	background-image: url('images/bg_footer.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	color: #CCCCCC;
 	margin-top: 2px;
 	clear: both;
	text-align: right;
	z-index: 1;
}

#footer_text {
	position: relative;
    height: 65px; 
	padding-top: 20px;
	padding-right: 20px;
	text-align: right;
}

#footer_copyright {
	position: relative;
	width: 746px;
	margin: 0 auto;
	z-index: 1;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

#scroll {
	background: #00498D;
	width: 390px;
	height: 22px;
	padding-top: 8px;
}