/*----------------------------------------- global ----------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	}
html:lang(ru) { quotes: '« ' ' »' }
blockquote:before, blockquote:after,
q:before, q:after {
content: «»;
}
blockquote, q {
quotes: «» «»;
}
body{
	background-color: #ffffff;
	padding: 54px;
	}
a:link, a:visited{
	color: #a0c000;
	text-decoration: underline;
	}
a:hover, a:active{
	text-decoration: underline;
	color: #dd0000;
	}
h2{
	font-weight: bold;
	}
p{
	margin-top: 18px;
	margin-bottom: 18px;
	}
	
/*----------------------------------------- end of global ---------------------------------------*/
#extranav{
	height: 162px;
	}
#extranav li{
	display: inline;
	}
#skim{
	width: 162px;
	position: absolute;
	top: 234px;
	}
#skim li{
	width: 36px;
	height: 18px;
	list-style-type: none;
	float: left;
	text-align: center;
	background-repeat: norepeat;
	margin-right: 9px;
	}
#skim li a:link, #skim li a:visited{
	text-decoration: none;
	color: #a0c000;
	}
#skim li a:hover, #skim li a:active{
	color: #dd0000;
	text-decoration: none;
	}
.prev{background-image: url("/img/prev.gif");}
.current{background-image: url("/img/cur.gif");}
.next{background-image: url("/img/next.gif");}
#text{
	width: 522px;
	margin-left: 180px;
	}
#pagination{
	margin-left: 702px;
	height: 162px;
	}
#copyright{
	margin-top: 18px;
	margin-left: 180px;
	}
/*----------------------------------------- classes ---------------------------------------------*/
.hidden{visibility: hidden;}
/*----------------------------------------- end of classes --------------------------------------*/
