* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;

	width: 100%;
 	background: url(pic/bg4.jpg);
	background-position: center;
	background-attachment: fixed;
}
a img {
    border: none;
   }
a {
	text-decoration: none;
	color: #47382a;
}
a:hover{
	text-decoration: none;
	color: #b7916d;
	text-decoration: none;
}
table img {
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.8); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.8); /* Параметры тени */

}
img:hover {
	-moz-box-shadow: 0 0 10px rgba(102,51,0,0.8); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(102,51,0,0.8); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(102,51,0,0.8); /* Параметры тени */
	
}
p{
	margin-top: 0.5em; 
    margin-bottom: 1em;
}

.box {
	margin: 0 auto;
	min-height: 73%;
	background: url(pic/center.png) repeat-y;
	width: 1014px; 
}
.box .content {
	margin: 0 auto;
	padding: 0 42px 0 42px;
}
.toptop {
	margin: 0 auto;
	height: 143px;
	width: 743px;
	background: url(pic/logo.png) no-repeat;
	
}
.top {
	margin: 0 auto;
	width: 1014px;
	height: 49px;
	background: url(pic/top.png) no-repeat;

} 
.bottom {
	margin: 0 auto;
	width: 1014px;
	height: 83px;
	background: url(pic/bottom.png) no-repeat;


}

.content {
	background: url(pic/center.png) repeat-y;
	padding: 0 42px 0 42px;
	height: 100%;
}

#menu{
	margin-left: 70px;
	padding-top: 17px;

}
#menu ul{
	list-style: none;
	width: 100%;
	display: block;
}
#menu li {
	display: inline-block;
	float: left;
}
#menu li a {
	padding: 0 20px; 
	text-decoration: none;
	color: #e0b325;

}
#menu li a:hover {
	text-decoration: underline;
	color: #fff;
	text-decoration: none;
	
}
#symbols {
	float:right;
	margin: 30px 23px 0 0;
}


/* scrollPane*/
 #scrollBox{
	margin-right: 20px;
	float:right;
 	width: 900px;
	height: 300px;
} 
.scroll-pane {
	position: absolute;
 	width: 900px;
	height: 300px;
	overflow: scroll;
	padding: 10px;
	text-align: justify;
	line-height: 1.3;
}
.scroll-pane small  {
	color: #666666;
}
.scroll-pane a {
	color: #666666;
	text-decoration: none;
}
.scroll-pane  img{
	float: left;
 /* 	width: 350px;
	height: 265px; */
	margin: 10px 20px 10px 0;
	border: none;
}


/*
	ScrollBar Styles
*/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	top: 10px;

}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;

	right: 5px;
	top: 10px;
	height: 100%;
	width: 5px;
	background-color: #b8b8b8;
	z-index: 40;
}
.jScrollPaneDrag {
	position: absolute;
	height: 30px;
	width: 4px;
	cursor: pointer;
	overflow: hidden;	
	background-color: #818282;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 10px;
	left: 10px;
	overflow: hidden;
	background-color: #b8b8b8;
	height:0;
	
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: url(pic/scrollDragBot.gif) no-repeat;
	height:0;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 18px;
	background: url(pic/arrow_up.gif) no-repeat;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 18px;
	background: url(pic/arrow_down.gif) no-repeat;
}
/* scrollPane end */
