@media screen {
	body
		{
	font-size: 12px;
	background-color: #DBDBDB;
	margin: 0px;
		}
	a
		{
	font-size: 12px;
	color: #ac0508;
		}
	a:hover
		{
	
		}
	a:active
		{
	
		}
	a:focus
		{
		}
	#content_center
		{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 742px;
	height: 555px;
	margin-left: -370px;
	margin-top: -276px;
	border: 1px solid #ac0508;
		}
	#sidebar
		{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 553px;
	background-image: url(/images/11/sidebar.jpg);
		}
	#main
		{
	position: absolute;
	top: 0px;
	left: 180px;
	width: 560px;
	height: 553px;
	background-image: url(/images/12/main2.jpg);
	color: black;
		}
	.sidebar_menu
		{
		}
	#contact
		{
	position: absolute;
	bottom: 13px;
	left: 0px;
	width: 180px;
	text-align: center;
	color: #ffe8d0;
	font-size: 12px;
		}
	.menu_item
		{
	font-family: "Myriad", sans-serif;
	font-style: italic;
	height: 19px;
	font-size: 14px;
	cursor: pointer;
	color: #ffe8d0;
	font-weight: normal;
		}
	.menu_item2
		{
	font-family: "Myriad", sans-serif;
	font-style: italic;
	height: 19px;
	font-size: 14px;
	cursor: pointer;
	color: #ffbf00;
	font-weight: normal;
		}
	#main_content
		{
	position: absolute;
	top: 70px;
	left: 190px;
	width: 550px;
	height: 483px;
	overflow: auto;
	font-size: 12px;
		}
	#nvkh_logo
		{
	position: absolute;
	top: 3px;
	right: 5px;
	width: 88px;
	height: 30px;
	background-image: url(/images/13/nvkhklein.gif);
		}
	/* TinyMCE specific rules */
	body.mceContentBody 
	{
	background-color: #FFFFFF;
	}
	#menu	{
		position: absolute;
		top: 130px;
		left: 0px;
		width: 180px; 
	}

		#menu ul	{
			margin: 0; 
			padding: 0;
		}
		
			#menu ul li	{
				list-style: none; 
				margin: 2px 9px; 
				padding: 0; 
				font-family: "Myriad", sans-serif;
				font-style: italic;
				font-size: 14px;
				cursor: pointer;
				color: #ffe8d0;
				font-weight: normal;
			}
			
				#menu ul li a	{
					color: #ffe8d0; 
					font-size: 14px; 
				}
				#menu ul li.active a	{
					color: #ffbf00; 
				}
}


@media print {
	body
		{
	font-size: 12px;
	margin: 0px;
		}
	a
		{
	font-size: 12px;
	color: #ac0508;
		}
	a:hover
		{
	
		}
	a:active
		{
	
		}
	a:focus
		{
		}
	#content_center
		{
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	background: none;
		}
	#sidebar
		{
	display: none;
		}
	#main
		{
		top: 70px;
		left: 0px;
		width: 100%;
		height: auto;
		float: none !important;
		color: black;
		background: transparent none;
		}
	#menu	{
		display: none;
	}
	.sidebar_menu
		{
		}
	#contact
		{
	text-align: center;
	color: black;
	font-size: 12px;
		}
	.menu_item
		{
	display: none;
		}
	.menu_item2
		{
	display: none;
		}
	#main_content
		{
		}
	#nvkh_logo
		{
	display: none;
		}
}
/* TinyMCE specific rules */
.mceContentBody a { 
	font-size: 12px !important;
	color: #ac0508 !important;
		 }
.mceContentBody { background: transparent; text-align: left; }