@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{ 
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #313131;
}
a {
	color: #676767;
	text-decoration: none;
}
a:hover {
	color: #7E7E7E;
	text-decoration: underline;
}

#body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 60px;
	margin: 0px;
}


#container {
	width: 859px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	width: 156px;
	float: left;
	background-image: url(../images/left_bg.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-left: 68px;
}
#main {
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
	background-position: right;
}

#left .top {
	background-image: url(../images/top_left.png);
	background-repeat: no-repeat;
	height: 211px;
	margin-top: -42px;
	margin-left: -68px;
	padding-left: 72px;
}
#left .logo  {
	height: 211px;
	width: 152px;
}
#left .menu {
	background-image: url(../images/top_menu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#left .menu ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D2D2D;
	display: block;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 4px;
	margin-left: 5px;
	margin-bottom: 4px;
}
#left .menu ul li:hover  {
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#left .menu ul li a:hover  {
	color: #ff9900;
}
#left .block {
	background-image: url(../images/bllokposhte.jpg);
	background-repeat: no-repeat;
	height: 320px;
}
#left .menu .book {
	margin-top: 20px;
	background-image: url(../images/book.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 142px;
	display: block;
}
#left .menu .book:hover {
	background-image: url(../images/book-hov.jpg);
	background-repeat: no-repeat;
}





#right {
	float: right;
	width: 618px;
	padding-right: 17px;
}
#right #banner {
	margin-top: -60px;
	height: 420px;
}
#content {
	color: #6D6D6D;
	margin-top: 15px;
	margin-right: 40px;
	margin-bottom: 35px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #686868;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 25px;
}



#below {
	clear: both;
	padding-right: 17px;
	padding-left: 68px;
	background-color: #313131;
}

#footer {
	background-image: url(../images/sfonFooter.jpg);
	background-repeat: repeat-x;
	height: 78px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4d4d4d;
}
#footer .design a {
	color: #545454;
	font-weight: bold;
	text-decoration: none;
}
#footer .copy {
	float: left;
}
#footer .design {
	float: right;
}
