/*----------------------------------------- global ----------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #333333;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	}
:focus {
	outline: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
html:lang(ru) {quotes: '« ' ' »'}
body{
	text-align: center;
	}
a:link, a:visited{
	color: #5a6b26;
	text-decoration: underline;
	}
a:hover, a:active{
	text-decoration: underline;
	color: #cc54cd;
	}
h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 16px;
	}
/*h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 16px;
	}*/
h2{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 8px;
	color: #666666;
	}
p{margin-bottom: 8px;}
strong{font-weight: bold;}
ul{ margin-bottom: 16px;}
li{list-style-type: none;}
/*----------------------------------------- end of global ---------------------------------------*/


/*----------------------------------------- page ---------------------------------------------*/
#page{
	width: 848px;
	height: 624px;
	position: absolute;
	left: 50%;
	margin-left: -424px;
	background-image: url("/img/page/bg.gif");
	background-repeat: repeat-y;
	}
/*----------------------------------------- logo ---------------------------------------------*/
#logo{
	width: 152px;
	height: 48px;
	position: absolute;
	top: 40px;
	left: 24px;
	background-image: url("/img/menu/bg_gray.gif");
	background-color: #ffffff;
	}
/*----------------------------------------- menu ---------------------------------------------*/
#menu{
	width: 152px;
	height: 304px;
	position: absolute;
	top: 88px;
	left: 24px;
	}
#menu ul li{
	width: 152px;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 24px;
	background-color: #ffffff;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	}
#menu ul li.book{
	position: absolute;
	top: 0;
	}
#menu ul li.author{
	position: absolute;
	top: 280px;
	padding-bottom: 20px;
	background-image: url("/img/menu/bg_gray.gif");
	}
#menu ul li.buy{
	position: absolute;
	top: 328px;
	}
#menu ul li.on{
	background-color: #d4fe97;
	}
#menu ul li a:link, #menu ul li a:visited{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
#menu ul li a:hover, #menu ul li a:active{
	color: #5e6f2a;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}
/*----------------------------------------- submenu ---------------------------------------------*/
#submenu{
	width: 138px;
	height: 232px;
	position: absolute;
	top: 128px;
	left: 48px;
	}
#submenu ul{
	padding-bottom: 8px;
	background-color: #dcddde;
	}
#submenu li{
	width: 138px;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 24px;
	background-color: #ffffff;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	}
#submenu ul li.on{
	background-color: #d4fe97;
	}
#submenu ul li a:link, #submenu ul li a:visited{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
#submenu ul li a:hover, #submenu ul li a:active{
	color: #5e6f2a;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}
/*----------------------------------------- content ---------------------------------------------*/
#content{
	width: 672px;
	height: 536px;
	position: absolute;
	top: 0px;
	left: 176px;
	background-color: #ffffff;
	}
#content p{
	background-color: #ffffff;
	}
#text{
	width: 400px;
	margin-left: 48px;
	background-color: #ffffff;
	border-bottom:  96px solid white;
	}
#text.contents {
	width: 624px;
	margin-left: 48px;
	background-color: #ffffff;
	}
#text.contents h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 16px;
	}
#text.contents h2{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 8px;
	}
#text.contents h3{
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	margin-bottom: 8px;
	font-weight: bold;
	}
#text.contents dl{
	margin-bottom: 8px;
	}
#text.contents dd{
	margin-left: 80px;
	font-weight: bold;
	margin-bottom: 8px;
	}
#text.contents dt{
	margin-left: 152px;
	margin-bottom: 8px;
	font-style: normal;
	margin-top: -24px;
	}
#text.contents li{
	font-size: 10px;
	letter-spacing: 0.3ex;
	list-style-type: none;
	margin-top: 8px;
	}
#text.contents ul{
	margin-bottom: 8px;
	margin-left: 152px;
	}
#text dl{margin-bottom: 32px;}
#text dd{font-weight: bold;}
#text dt{font-style: italic;}
#pics{
	padding-left: 28px;
	background-color: #ffffff;
	margin-top: -96px;
	border-bottom:  96px solid white;
	}
#comments{
	width: 176px;
	position: absolute;
	top: 0;
	left: 496px;
	background-color: #ffffff;
	}
/*----------------------------------------- contacts ---------------------------------------------*/
#contacts{
	width: 152px;
	height: 32px;
	position: absolute;
	top: 576px;
	left: 24px;
	padding-top: 16px;
	padding-left: 24px;
	font-size: 10px;
	letter-spacing: -1px;
	background-color: #ffffff;
	}
#contacts a:link, #contacts a:visited{
	font-size: 10px;
	letter-spacing: -1px;
	}
#contacts a:hover, #contacts a:active{
	font-size: 10px;
	letter-spacing: -1px;
	}
/*----------------------------------------- copyright ---------------------------------------------*/
#copyright{
	/*z-index: 0;
	position: absolute;
	bottom: 0;
	right: 0;*/
	/*color: #ffffff;*/
	margin-left: 54px;
	padding-bottom: 54px;
	font-size: 10px;
	}
#copyright a:link, #copyright a:visited{
	font-size: 10px;
	}
#copyright a:hover, #copyright a:active{
	font-size: 10px;
	}
/*----------------------------------------- classes ---------------------------------------------*/
.hidden{visibility: hidden;}
.thin_space{margin-right: -0.2em;}
/*----------------------------------------- end of classes --------------------------------------*/