h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,ul,li { 
    margin:0; padding:0
}

img {
	border: 0px;
}


html {
    height: 890px;

}
html, body {
    width: 100%;
	font-family: Tahoma,Arial,Helvetica;
	color: #ffff90;
	
	scrollbar-3dlight-color:#1f0b00; 
	scrollbar-arrow-color:#411A12;
	scrollbar-highlight-color: #411A12;
	scrollbar-face-color:#AF4600;
	scrollbar-shadow-color:#411A12;
	scrollbar-darkshadow-color:#1f0b00;
	scrollbar-track-color: #1f0b00;}

a {
	color: #ffff90;

}
a:hover {
	color: #da0000;
}

h3 {
	margin-bottom: 10px;
	font-size: 14px;
}

body {
	background: #1f0b00 url('../img/back1.jpg') no-repeat center 0;

}


#logo {
	margin: 0 auto;
	width: 810px;
	margin-top: 11px;
	text-align: center;
}

#main {
	position: relative;
	margin: 0 auto;
	width: 810px;
	margin-top: 50px;
	// margin-top: 46px;
	padding-left: 10px;
	overflow: hidden;
}

/* menu */ 
#menu_left,
#menu_right {
	position: absolute;
	list-style-type: none;
	z-index: 10;
}
#menu_left {
	left: 35px;
}

#menu_right {
	left: 478px;
}
#menu_left li,
#menu_right li{
	display: inline;
}

#menu_left li a,
#menu_right li a{
	font-size: 14px;
	text-decoration: none;
	margin-left: 1px;
	font-weight: bold;
}
/* body */

#body {
	clear: both;
	width:	720px;
	height: 570px;
	margin-left: 45px;
	padding-top: 100px;
	position: relative;
}

#page_h {
	position: absolute;
	top: 23px;
	left: 0px;
}

#content {
	float: left;
	width: 445px;
	height: 550px;
	font-size: 13px;
	overflow: hidden;
	background: url('../img/back_cnt.png');
}

#content table {
	font-size: 13px;
}

#content p {
	font-size: 13px;
}

/*
#content table,
#content tr,
#content td {
 	border: 1px solid #AF4600;
	border-collapse: collapse;
}
*/


/* scroll */ 

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:url('../img/drag.gif') no-repeat left top;
	height:28px
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url('../img/arrow_up.gif') no-repeat center top;
	height:32px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url('../img/arrow_dn.gif') no-repeat center top;
	height:32px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {

}

/* news */

.news {
	margin-bottom: 15px;
}

/* right */
#right_box {
	position: absolute;
	width: 230px;
	top: 40px;
	right: 10px;
}

/* concerts box */ 
#concerts {
	width: 230px;
	font-size: 12px;
	height: 425px;
	padding: 10px;
	background: url('../img/back_cnt.png');
}

#concerts .ct_item {
	position: relative;
	margin-bottom: 3px;
}
#concerts .ct_link {
	position: absolute;
	top: 1px;
	right: 0px;
}

/* forum link */ 
#flink {
	width: 230px;
	height: 55px;
	margin-top: 20px;
	background: url('../img/f_link.png') no-repeat center;
	cursor: pointer;
}
#flink:hover {
	background: url('../img/f_link_a.png') no-repeat center;
}

/* right links */

#r_links {
	margin-top:20px;
	width: 230px;
}

#r_links a {
	padding: 5px;
	float: left;
}

/* bottom banners */
#b_bans {
	margin-left: 20px;
	margin-top: 20px;
}
#b_bans a {
	margin-left: 40px;
}

/* footer */ 

#footer {
	font-size: 13px;
	text-align: center;
	margin-top: 20px;
}

#footer a.al {
	margin-left: 10px;
	margin-right: 10px;
}

/* savel */

#savel_div {
        font-size: 10px;
        text-align: center;
        margin-top: 20px;
}

#savel_div a.al {
        margin-left: 10px;
        margin-right: 10px;
}

#map {display:none;}

#oldmap {display:none;}

/* albums */
.albums_box {
	width: 460px;
	clear: both;
}

.albums_box .cover {
	float: left;
	width: 202px;
}

.albums_box .desc {
	float: left;
	width: 218px;
	padding-left: 10px;
}

.song {
	padding-bottom: 30px;
}

