@CHARSET "UTF-8";

html,body,div,span,applet,button,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tment,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: transparent;
}

html,body {
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial;
	color: #382000;
	font-size: 14px;
	text-align: left;
	background: white url(../images/body-tlo.png) 0px 83px repeat-x;
	line-height: 20px;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.ramka img,img.ramka {
	border: 1px solid #C5C5C5;
}

img {
	border: 0;
}

ul li {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,h7 {
	font-weight: normal;
	line-height: 1em;
	font-family: 'Archivo Narrow', sans-serif;
	padding: 0.2em 0px;
	color: #333;		
}
h1{
	font-size: 40px;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 26px;
}
h4{
	font-size: 20px;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
}

/* clearfix */
.clearfix:before,.clearfix:after {
	content: ".";
	display: block;
	position: relative;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
}

/*content*/

#container {

	width: 810px;
	padding: 20px;
	text-align: left;
	margin: 25px auto;
}

#top{
	width: 100%;
}

#top>img{
	border: 3px solid black;
	float: left;	
}

#top>div {
	float: right;
	width: 530px;
}

#top>div>h1 {
	padding: 20px 0px;
}
#top>div>div {
	line-height: 1.2em;
}

#top>div>h3 {
	margin-top: 10px;
}


#top dl{
	width: 100%;
	margin-top: 10px;
}

#top dl>dt{
	float: left;
	clear: left;
	font-family: 'Archivo Narrow', sans-serif;
	width: 10%;
	line-height: 20px;
}
#top dl>dd{
	float: left;
	line-height: 20px;
}

#content{
	margin: 20px 0px;
}

#content>ul{
	width: 100%
}

#content>ul>li{
	float: left;
	width: 385px;
	padding: 20px 0px;
}
#content>ul>li:FIRST-CHILD{
	margin-right: 30px;
}

#content>ul>li>h3{
	border-bottom: 1px dashed #DCDCDC;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
ul.item-list>li{
	list-style: square;
	color: #8C8C8C;
	line-height: 20px;
	margin-left: 20px;
  margin-bottom: 5px;
}
ul.item-list>li>span{
	color: black;
}
#footer{
	border-top: 1px dashed #DCDCDC;
	height: 50px;
	color: #666666;
	line-height: 50px;
	font-size: 10px;
	text-align: center;
} 
