html, body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family:droid-serif, "PT Sans", Arial;
	font-size:16px;
	line-height:22px;
}
body{
	background:#eee;
	height:auto;
}
.main_width{
	width:1000px;
	margin:0 auto;
	background:#fff;
}
.content div.standart img{
	max-width:956px;
}
.content div.standart p img{
	max-width:950px;
}
.main{
	padding:10px 10px 10px 10px;
}
::-webkit-scrollbar{width:20px;height:20px}
::-webkit-scrollbar-button{display:none}
::-webkit-scrollbar-track{background:#e3e3e3}
::-webkit-scrollbar-track:vertical{border-left:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7}
::-webkit-scrollbar-track:horizontal{border-top:1px solid #e7e7e7;border-right:1px solid #e7e7e7}
::-webkit-scrollbar-thumb{
	background:#a3a3a3;
}
::-webkit-scrollbar-thumb:hover{
	background:#08e;
}
img{
	border:0;
}
h1{
	font-weight:normal;
	font-family:droid-serif, "PT Sans", "Times New Roman";
	font-size:24px;
	margin-top:5px;
	margin-left:15px;
}
.grey{
	color:#777;
}
.navigation a.bold{
	font-weight:bold;
}
p{
	margin:12px 0;
	text-indent:15px;
}
a{
	color:#337;
	cursor:pointer;
}
a:hover{
	color:#d22;
	cursor:pointer;
}
.left{
	float:left;
}
blockquote{
	font-size:12px;
	border-left:#ccc 5px solid;
	margin:10px;
	padding:10px;
}
.header .title{
	text-align:center;
	font-family:droid-serif, "PT Sans", "Times New Roman";
	font-size:22px;
	line-height:25px;
}
.header .title img{
	vertical-align:middle;
	margin:0 10px;
}
.about{
	text-align:center;
	font-size:14px;
	box-shadow:0 0 8px #999;
	background:#eee;
	height:auto;
	overflow:hidden;
}
.about img{
	margin-right:20px;
}
.about .text{
	font-size:15px;
	line-height:20px;
}
.navigation{
	font-size:14px;
	line-height:20px;
	padding-left:20px !important;
}
.content div.standart{
	padding:10px 10px;
	border-bottom:1px solid #eee;
}
ol li{
	margin-bottom:20px;
}
.right{
	border:0 !important;
	padding:0 !important;
	float:right;
}
.right img{
	vertical-align:middle;
}
.clear{
	clear:both;
}
@media only screen and (min-width: 768px) {
	.main_width{
		width:700px;
		margin:0 auto;
		background:#fff;
	}
	.header .title{
		font-size:14px;
	}
	.header .about img{
		margin-right:10px;
		max-width:275px;
		max-height:75px;
	}
	h1{
		font-size:20px;
	}
	.content div.standart img{
		max-width:656px;
		height:auto;
	}
	.content div.standart p img{
		max-width:650px;
		height:auto;
	}
}
@media only screen and (min-width: 992px) {
	.main_width{
		width:900px;
		margin:0 auto;
		background:#fff;
	}
	.header .title{
		font-size:19px
	}
	.header .about img{
		margin-right:10px;
		max-width:370px
	}
	h1{
		font-size:22px;
	}
	.content div.standart img{
		max-width:856px;
		height:auto;
	}
	.content div.standart p img{
		max-width:850px;
		height:auto;
	}
}
@media only screen and (min-width: 1024px) {
	.main_width{
		width:1000px;
		margin:0 auto;
		background:#fff;
	}
	.header .title{
		font-size:19px
	}
	.header .about img{
		margin-right:10px;
		max-width:370px
	}
	h1{
		font-size:24px;
	}
	.content div.standart img{
		max-width:956px;
		height:auto;
	}
	.content div.standart p img{
		max-width:950px;
		height:auto;
	}
}
@media only screen and (min-width: 1382px) {
	.main_width{
		width:1200px;
		margin:0 auto;
		background:#fff;
	}
	.content div.standart img{
		max-width:1256px;
		height:auto;
	}
	.content div.standart p img{
		max-width:1250px;
		height:auto;
	}
}