html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 14px;
	font-family: tahoma;
	color: #555555;
}

.verh {
	color: #555555;
	font-size: 24px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
	border-bottom: 1px solid #808080;
	height: 80px;
}

#lblock {
	float:left;
	width: 200px;
	/*border-right: 1px solid #808080;*/
	height: 100%;
	
}

#pblock {
	border-left: 1px solid #808080;
	/*float:left;*/
	height: auto;
	width:100%;
	margin: 5 0 0 1;
	padding: 10px;
	
}

#niz {
	float:left;
	border-top: 1px solid #808080;
	width: 100%;
	height: 5%;
	
	

}

#l_lblock {
	border: 1px solid #808080;
	margin: 2px;
	padding: 2px;
	background-image: url(topbar_bg.gif); 
	background-repeat: repeat-x; 
}

a.top_menu_item:link { color: #777777; text-decoration: none; }
a.top_menu_item:visited { color: #777777; text-decoration: none; }
a.top_menu_item:hover { color: #444444; text-decoration: underline; }