@charset "utf-8";
#center {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}
#left {
	width: 168px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#right {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	width: 86px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
div.generic_button {
	width:auto;
	top:0px;
	left: 0px;
	height: 30px;
}
div.generic_button  a  {
	display:block;
	text-align:center;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 8px;
	background-image: url(../images/navbar_bg.png);
}
div.generic_button  a:link {
	color: #FFFFFF;
	text-decoration:none;
}
div.generic_button  a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-image: url(../images/navbar_bghov.png);
}
div.generic_button  a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
