/*----------------------------------------- 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: '« ' ' »' }
body{
	background-color: #ffffff;
	padding: 54px;
	}
a:link, a:visited{
	color: #a0c000;
	text-decoration: underline;
	}
a:hover, a:active{
	text-decoration: underline;
	color: #dd0000;
	}
h1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 36px;
	}
h2{
	font-weight: bold;
	margin-top: 18px;
	}
p{
	margin-top: 18px;
	margin-bottom: 18px;
	}
	
/*----------------------------------------- end of global ---------------------------------------*/
#extranav{
	height: 162px;
	}
#extranav li{
	display: inline;
	}
#content{
	width: 522px;
	margin-top: 18px;
	margin-left: 180px;
	}
#content li{
	list-style-type: none;
	}
#pagination{
	margin-left: 702px;
	height: 162px;
	}
#copyright{
	margin-top: 144px;
	margin-left: 180px;
	height: 18px;
	}
/*----------------------------------------- classes ---------------------------------------------*/
.hidden{visibility: hidden;}
/*----------------------------------------- end of classes --------------------------------------*/
