a, a:link, a:visited, a:active {
	font-size: 14px;
	text-decoration: none;
	color: #330000;
}
a:hover {
	text-decoration: underline;
	color: #330000;
}
a img {
border:0;
}

#header {
	width: 850px;
	height: 60px;
	position: relative;
}
#logo {
	width: 850px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFCC00;
}
#menu {
	width: 850px;
	background-image: url('images/bg_menu.gif');
	background-repeat: repeat-x;
	font-size: 0px;
}
a#mnu, a#mnu:link, a#mnu:visited, a#mnu:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
	background-color: #FFCC99;
	vertical-align: bottom;
}
a#mnu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
	background-color: #FFCC99;
	vertical-align: bottom;

}
#menu_r {
	padding-left: 180px;
	vertical-align: bottom;
	height: 34px;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	background-color: #006633;
	margin: 0px;
}

#content {
	background-image: url(images/bg_book.gif);
	background-repeat: repeat-y;
	background-color: #FDBB82;
	height: 400px;
	
}
#cont_l {
	width: 150px;
	float: left;
	text-align: center;
	height: 400px;
}
#zakl {
	position:absolute;
	left:6px;
	top:60px;
	width:130px;
	height:450px;
	height:450px;
	z-index:1;
	background-color: #FFCC99;
	text-align: center;
	font-size: 12px;
}

#cont_r {
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer {
	width: 850px;
	background-image: url('images/bg_footer.gif');
	height: 34px;
}
#txt {
	width: 610px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #660000;
	margin-left: 10px;
}
