body, html {
	font-family: Arial, Helvetica, sans-serif;
	background: #00527B;
	text-align: center;
}

* img {
	border: none;
}

* img.detail {
	margin: 0 auto;
	max-width: 473px;
	cursor: pointer;
}

.hiddenh {
	position: absolute;
	top: 50px;
	left: 320px;
	font-size: 10pt;
	z-index: -2000;
}

div#flesh {
	width: 844px;
	height: 594px;
	position: relative;
	background: White;
	margin: 0 auto;
	text-align: justify;
}

div#flesh div {
	position: absolute;
	overflow: hidden;
}

div#bg_menu {
	background: White url(../images/bg_rs_menu.gif) right repeat-y;
	width: 244px;
	height: 239px;
	top: 355px;
	left: 83px;
	font-size: 10pt;
	font-weight: bold;
}

div#bg_menu div.firstlevel {
	margin: 20px;
	line-height: 24px;
}

div#bg_menu * a {
	display: block;
	text-decoration: none;
	color: Black;
}

div#bg_menu * a:hover {
	color: Blue;
}

div#bg_menu * .active {
	color: Blue;
}

div#bg_gl {
	background: url(../images/bg_gl.gif) repeat-y;
	width: 4px;
	height: 239px; 
	top: 355px;
	left: 51px;
}

div#bg_bl {
	background: url(../images/bg_bl.gif) repeat-y;
	width: 6px;
	height: 239px; 
	top: 355px;
	left: 77px;
}

div#bg_menu div#dirs {
	margin-left: 5px;
	font-size: 8pt;
	position: relative;
	line-height: 13px;	
	font-weight: bold;
	display: none;
}

