#header {
	background: url(http://planetzhanna.com/graphics/benchmark2_banner.jpg) no-repeat center center;
}

div#outer_container {
	margin-top:15px;
}

div#inter_map {
	width:280px; 
	height:212px; 
	border:2px solid black; 
	float: right;
}

div#sidebar-a {
  z-index:2000;
}

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	/*font-size: 12px; */
	/* margin: 45px; */
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	/* font-size: 13px; */
	font-weight: normal;
	padding: 4px;
	background: #b9c9fe;
	border-top: 3px solid #aabcfe;
	border-bottom: 1px solid #fff;
		text-align: left;
	color: #039;
}
#box-table-a td
{
	padding: 4px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}

