﻿@import url('https://fonts.googleapis.com/css?family=Play&subset=cyrillic-ext,latin');


html, body  {
	background-color:#9F9999;
    background:url(/assets/img/body_bg.jpg) no-repeat center center fixed;
    background-size:cover;
	/* font-family:Tahoma,Arial,sans-serif; */
    font-family:'Play';
	font-size:14px;
	color:#444;
}

img {
	border:0px;
}

li {list-style:none; text-transform:uppercase;}

a {color:#2B5580;}
a:hover {color:#3F7CBA;}


/* header */
.header {
	
	background:#FFF;
	padding:10px 10px 5px;
	margin:0 auto;
	width:759px;
}

.header_in {
	font-size:12px;
	line-height:249px;
	width:759px;
}

.container {
	background:#FFF;
	margin:0 auto;
	padding:0 10px 10px;
	width:759px;
}

.main {
	border-top:4px solid #FFF;
	background:url(/assets/img/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float:left;
	width:200px;
}

.sidenav ul {
	margin-left:0px;
    padding:0px;
	border-top:1px solid #EAEADA;
}
.sidenav li {border-bottom:1px solid #EAEADA;}
.sidenav li a {
	color:#554;
	display:block;
	text-decoration:none;
	width:181px;
	padding:10px;
}
.sidenav li a:hover {
	background:#EEEEE3;
    border-left:2px solid #A2A28B;
    width:179px;
	color:#654;
}

.sidenav p {
	padding-left:10px;
	font-family:Tahoma;
	font-size:12px;
	color:#7C5329;
	font-weight:bold;
}

/* content */
.content {
	float:right;
	width:529px;
	margin-right:10px;
    min-height:617px;
}

.content h1 {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.content_img {
	float:left;
	margin:0px 5px 0px 0px;
}

.content p {
	text-align:justify;
}

/* footer */
.footer {
	color:#FFFFFF;
    background-color:#AAAAAA;
	line-height:25px;
	text-align:center;
}

/* misc */
.clearer {
	clear:both;
	height:25px;
}

