/* CSS Document */
body {
	border: 0;
	margin: 0;
	padding: 0;
	font: 80%/140% "Verdana CE", "Verdana", "Arial CE", "Helvetica CE", "arial", "helvetica", "sans-serif";
	color: black;
	background: black;
	text-align: center;
}
div, form, p {
	display: block;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#top_panel {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 160px;
	background-image: url(../pictures/panel.jpg);
	background-position: 50% 50%;
  background-repeat: no-repeat;
}
#main {
	position: relative;
	background: white;
	margin: 0 auto;
	width: 1000px;
	background: black;
	overflow: hidden;
}
#center_panel {
	float: left;
	width: 700px;
	background: black;
	overflow: hidden;
}
#right_panel {
	margin: 0px 0px 0px 0px;
	float: right;
	width: 300px;
	overflow: hidden;
}
#menu_panel {
  position: relative;
	margin: 0 auto;
	height: 50px;
	width: 1000px;

  line-height: 50px;
	background-image: url(../pictures/menu-bg.jpg);
	background-repeat: repeat;
}
.right_panel_title{
	color: white;
	font-weight: 600;
}
.button {
  text-decoration: none;
	float: left;
	height: 50px;
	width: 150px;
	vertical-align: middle;
	background-image: url(../pictures/button.jpg);
	background-position: 50% 50%;
  background-repeat: no-repeat;
	color: white
}
.button_active {
  text-decoration: none;
	font-weight: bolder;
	float: left;
	width: 150px;
	vertical-align: middle;
	background-image: url(../pictures/button_active.jpg);
	background-position: 50% 50%;
  background-repeat: no-repeat;
	color: white;
}
#content {
	padding: 10px;
	color: white;
}
#bottom_panel {
	clear: both;
	width: 100%;
	height: 50px;
	background-image: url(../pictures/bottom-panel-bg.jpg);
	overflow: hidden;
	text-align: center;
	color: white;
	line-height: 50px;
}
#right_bottom_panel {
	width: 350px;
	float: right;
}
#center_bottom_panel {
	width: 300px;
	float: left;
}
#left_bottom_panel {
	text-align: left;
	width: 350px;
	padding-left: 60px;
	float: left;
}
.legend {
	color: white;
}
#home_link {
	color: white;
	text-decoration: none;
}
.counter_row{
	color: gray
}
#counter{
  float: right;
  width: 300px;
}
