body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: white;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#center_bar {
	background-color: #D1D1D1;
	height: 100%;
	width: 530px;
	padding-top: 23px;
	z-index: 20;
}
#menu_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
	background-color: #474747;
	position: absolute;
	z-index: 100;
	height: 25px;
	width: 100%;
	top: 60px;
	padding: 0%;
	margin: 2% 0px 0px;
	font-style: normal;
	text-align: center;
	vertical-align: center;
}
#menu_bar a {
	color: white;
	text-decoration: none;
}
.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	padding-right: 5%;
	/*padding-bottom: 10%;*/
}
#divider {
	z-index: 99;
	background-image: url(images/top_bar.gif);
	width: 530px;
	height: 14px;
}
img {
	border: 0px;
}