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

	width: 100%;
 	background: url(pic/bg4.jpg)/*tpa=http://artevolution-gallery.ru/pic/bg4.jpg*/;
	background-position: center;
	background-attachment: fixed;
}
a img {
    border: 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); /* Параметры тени */
	
}

a {text-decoration: none; color: #47382a;}
a:hover {text-decoration: none; color: #b7916d; text-decoration: none;}
p {margin-top: 0.3em; margin-bottom: 0.3em;}
h1 {color: #916151;}
h2 {color: #916151;}
h3 {color: #5f3f34;}


.main_t {font-size:25px; color: #9d4a22}
.main_sm {font-size:13px; color: #703518}
.author {color: #db841a}

/*    
	position: absolute;
	height: 370px;
	overflow: scroll;

 */
.text-pane {
	border: 0px;
 	width: 900px;
	padding: 2px 10px 2px 10px;
	text-align: justify;
	line-height: 1.3;
}


.box {
	margin: 0 auto;
	min-height: 663px;
	background: url(pic/center.png)/*tpa=http://artevolution-gallery.ru/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)/*tpa=http://artevolution-gallery.ru/pic/logo.png*/ no-repeat;
	
}
.top {
	margin: 0 auto;
	width: 1014px;
	height: 48px;
	background: url(pic/top.png)/*tpa=http://artevolution-gallery.ru/pic/top.png*/ no-repeat;

} 
.bottom {
	margin: 0 auto;
	width: 1014px;
	height: 83px;
	background: url(pic/bottom.png)/*tpa=http://artevolution-gallery.ru/pic/bottom.png*/ no-repeat;


}

.content {
	background: url(pic/center.png)/*tpa=http://artevolution-gallery.ru/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: 370px;
} 
.scroll-pane {
	border: 0px;
	position: absolute;
 	width: 900px;
	height: 370px;
	overflow: scroll;
	padding: 2px 10px 2px 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)/*tpa=http://artevolution-gallery.ru/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)/*tpa=http://artevolution-gallery.ru/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)/*tpa=http://artevolution-gallery.ru/pic/arrow_down.gif*/ no-repeat;
}
/* scrollPane end */
