html, body {
	height:100%;
	border:0 none;
	margin:0;
	padding:0;
	}
@font-face {
	font-family:MartenC; /* имя шрифта для CSS правил */
	src: local("MartenC"), /* проверяем наличие шрифта в ОС пользователя */
	src:url(../fonts/marten.ttf); /* если шрифт не установлен, загружаем его*/
	}
@font-face {
	font-family:MartenC;
	src: local("MartenC"), 
	src:url(../fonts/marten.eot);
	}
@font-face {
	font-family:Arial Narrow;
	src: local("Arial Narrow"),
	src:url(../fonts/ARIALN.eot);
	}
@font-face {
	font-family:Arial Narrow;
	src: local("Arial Narrow"),
	src:url(../fonts/ARIALN.TTF);
	}
@font-face {
	font-family:FitaVjazC;
	src: local("FitaVjazC"),
	src:url(../fonts/fitavjac.ttf);	
	}
body {
	background:url(../img/fon.jpg) no-repeat scroll 50% 0 #000000;
	min-width:980px;
	font-family:Arial Narrow;
	font-size:16px;
	}
p {
	margin:0px;
	}
a {
	border:0 none;
	}
.line-header {
	width:100%;
	height:30px;
	background:url(../img/line-header.png) repeat-x left top;
	margin:15px auto 0px auto;
	}
.line-footer {
	width:100%;
	height:30px;
	background:url(../img/line-footer.png) repeat-x left top;
	margin:0 auto;
	}
.conteiner {
	width:980px;
	margin:0 auto;
	overflow:hidden;
	}
.menu {
	margin:25px 0px;
	overflow:hidden;
	}
.menu .logo {
	height:100px;
	width:410px;
	float:left;
	}
.menu .logo-header {
	background:url(../img/logo-header.png) no-repeat left top;
	width:425px;
	height:100px;
	float:left;
	}
.menu .item {
	margin:12px 0px 0px 25px;
	float:left;
	}
.menu .item .bl {
	background:url(../img/menu.png) no-repeat right top;
	height:35px;
	width:160px;
	text-decoration:none;
	display:block;
	color:#ffffff;
	text-align:center;
	padding:5px 0px 0px 0px;
	border:none;
	font-size:21px;
	}
.content {
	background:url(../img/fon-text-header.png) no-repeat left top #ffffff;
	border:1px solid #c0c0c0;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	behavior:url(../css/PIE.htc); /*ie*/
	margin:430px 0px 0px 0px;
	}
.content p {
	margin:40px;
	}
.content2 {
	background:url(../img/fon-text-content.png) no-repeat left top #fbfaf9;
	border:1px solid #c0c0c0;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	behavior:url(../PIE.htc); /*ie*/
	overflow:hidden;
	}
.content2 .p1 {
	font-size:24px;
	color:#2b669f;
	padding:33px 35px;
	}
.content2 .p2 {
	color:#18232d;
	padding:20px 35px;
	overflow:hidden;
    min-height: 300px;
	}
.content2 .p2 span {
	color:#2b669f;
	font-size:16px;
	}
.footer {
	}
.footer img {
	margin:15px 0px 15px 40px;
	float:left;
	}
.footer a {
	color:#7e7e7e;
	margin:35px 0px 0px 15px;
	float:left;
	}
.footer a.logo-footer {
	background:url(../img/logo-footer.png) no-repeat left top;
	width:247px;
	height:65px;
	margin:20px 0 0 0;
	}
    
.event img {
    float:left;
    padding-right:20px;
}

.event {
    min-height: 90px;
    padding-top:20px;
    margin-bottom:30px;
}

.event .date {
    color: #7f8789;
    margin-top: -15px;
}

.event a, .event_full a, #see_all {
    color: #568fba;
    font-size: 12pt;
    border-bottom:1px solid;
    
    
}

.event_full a{
    font-size: 12px;
}
.event a.readmore,#see_all {
    float:right;
    font-size: 80%;
}

.event .description{
    padding-top: 10px;
    overflow: hidden;
}

.bottom_content {
    background:no-repeat left top #ffffff;
	border:1px solid #c0c0c0;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	behavior:url(../css/PIE.htc); /*ie*/
	margin:40px 0px 0px 0px;
    min-height:200px;
    padding: 40px;
}

.bottom_content h3{
margin-top: -20px;
font-size: 25px;
font-family: MartenC;
}

.event_full img {
    float:left;
    padding: 25px;
    width: 200px;
    height: 150px;
}

.event_full .back_events{
    float:right;
    margin-top:-24px;
}

.event_full h3{
    font-size: 120%;
}

.event_gallery img {
    padding: 15px;
}

.event_gallery .p2{
    margin-left: 65px;
}