@charset "UTF-8";
#page_container {
	width:870px;
	margin-left: auto;
	margin-right: auto;
}
#banner {
	width:850px;
	height:110px;
	z-index:3;
	margin-left: auto;
	margin-right: auto;
 	background-image: url(../_images/banner.png);
	margin-top: 20px;
}
#navbar {
	width:850px;
	height:40px;
	z-index:1000;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
}
#content {
	width:850px;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
}
#subbanner {
	width:850px;
	height: 72px;
	margin-left: auto;
	margin-right: auto;
}
#lower_container {
	width:850px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-top: 4px;
}
#footer {
	width:850px;
	margin-left: auto;
	margin-right: auto;
}
#divider {
	width:1px;
	background-color:#999999;
}
body {
	background-image: url(../_images/background_pixel.png);
	background-repeat: repeat-x;
	background-color: #641111;
	margin-top: 0px;
}
body,td,th {
	color: #333333;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: visible;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000000;
	z-index:1000;
}
a:active {
	text-decoration: underline;
	color: #000000;
	z-index:1000;
}

