html {
	overflow: -moz-scrollbars-vertical;
}
a:focus {outline:none}
body {
	background-color: #F4F4F4;
	margin: 0px;
}
#page {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	background-image: url(images/back_banner.jpg);
	float: left;
	height: 184px;
	width: 100%;
}
#banner_Nav {
	float: left;
	width: 100%;
	height: 25px;
}
#main {
	background-image: url(images/back_page.jpg);
	float: left;
	width: 100%;
	padding-top: 20px;
}

#content {
	width: 807px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin: 0px;
	padding-left: 53px;
}

#content a:link, #content a:visited, #content a:active {
	color: #5A768D;
	text-decoration: underline;
}
#content a:hover {
	color: #660000;
	text-decoration: none;
}





#bottom {
	background-image: url(images/back_bottom.jpg);
	float: left;
	height: 21px;
	width: 100%;
}
#footer {
	width: 100%;
	margin-top: 7px;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A0A0A0;
	text-align: center;
	display: block;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #A0A0A0;
}
#footer a:hover {
	color: #934900;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #7E7E7E;
}

