body /*used of course */
{
	font-family: arial, verdana;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

#dh_main_block /*used*/
{
	background-color: #182020;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

#dh_menu  /*used*/
{
	background: transparent url(../images/dh_menu_back.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	overflow: hidden;
	display: block;
	width: 297px;
	height: 100%;
	z-index: 3;
}

#menu  /*used*/
{
	position: absolute;
	top: 200px;
	left: 30px;
	z-index: 4;
}

#dh_main_info_block, #dh_main_info_block_explorer, #dh_main_info_block_explorer_five
{
	background-color: transparent;
	position: absolute;
	color: white;
	display: block;
	top: 0px;
	padding-top: 20px;
	overflow: auto;
	z-index: 1;
}

#dh_main_info_block_explorer
{
	padding-left: 280px;
	width: 100%;
	height: 100%;
}

#dh_main_info_block_explorer_five
{
	left: 280px;
	height: 100%;
}

#dh_main_info_block 
{
	left: 280px;
	right: 0px;
	bottom: 0px;
}

li
{
	list-style-type: upper-roman;
	list-style-position: outside;
}


a,a:visited,a:active {color: #600;text-decoration: none;font-weight: bold;}
a:hover { color: red; }
.image { padding: 20px 20px 20px 50px; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.small { font-size: x-small; }
.dh_menu_entry a, .dh_menu_entry a:visited { color: black; }
.dh_menu_entry
{
	position: relative;
	font-variant: small-caps;
	font-family: Times;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	z-index: 5;
}

.dh_menu_entry_red
{
	position: relative;
	font-variant: small-caps;
	font-family: Times;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #F00;
	z-index: 5;
}
.dh_submenu { margin-left: 15px; }
.dh_noborder { border: 0px; }