body {
	background: #171600;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

:focus {
	outline: none;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

p, h1, h2, h3, h4, h5 {
	line-height: 1.4em;
	margin: 0.7em 0;
}


a {
	color: #837811;
}

.clr {
	clear: both;
}
#wrapper {
	width: 1002px;
	margin: 0 auto;
	background: #232000;
}

#header {
	height: 302px;
	background: url(../images/bg_header.jpg) no-repeat;
	position: relative;
	margin-bottom: 10px;
}
#icons {
	width: 69px;
	height: 121px;
	position: absolute;
	right: 0;
	top: 8px;
	padding: 10px 0 0 0;
}

#logo {
	display: block;
	background: url(../images/logo.png) no-repeat;
	width: 310px;
	height: 72px;
	position: absolute;
	text-indent: -9999px;
	left: 27px;
	top: 33px;
}

#icons img{
	padding:  10px;
	margin: 1px 20px;
}

#header .phone {
	font-weight: bold;
	font-size: 26px;
	position: absolute;
	left: 400px;
	top: 80px;	
}

#header .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	font-weight: bold;
	width: 500px;
	left:  88px;	
	top: 145px;
}

#header .menu li	{
	margin: 3px 0;
	width: 225px;
	padding: 0 0 0 20px;
	float: left;	
	background: url(../images/point.png) left 6px no-repeat;
}

#header .menu li.active	{

	background: url(../images/point_a.png) left 6px no-repeat;	
}

#header .menu li a{
	color: #fff;
}
#header .menu li.active	a{
	color: #cb9935;
	text-decoration: none;
}

h2, h3 {
	font-weight: bold;
	font-size: 16px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
}

.columns {
	padding: 0 16px;
	overflow: hidden;
	height: 1%;
	clear: both;
	background: url(../images/line.jpg) 0 60px repeat-x;
	margin-bottom: 15px;
}

.photos {
	margin-left: -32px;
	background: url(../images/bg_photo.jpg) left 22px no-repeat;
	padding: 0 0 0 16px;
}

.photos .padding {
	padding: 10px 16px;
	background: #2c2900;
}

.photos .photo{
	float: left;
	margin: 0 80px 0 0;
}

.photos .line {
	padding-left: 5px;
	overflow: hidden;
	height: 180px;
	background: url(../images/bg_line.png) left 12px no-repeat;
	clear: both;
}



.photos .line.first {
	background: url(../images/bg_photos.jpg) left 12px no-repeat;
}

.photos .one_photo {
	text-align: center;
	padding-left: 5px;
	background: url(../images/bg_photos.jpg) left 12px no-repeat;
}

.photos .one_photo p{
	text-align: center;
}

.photos .photo img, .photos .one_photo img{
	border: 3px solid #fff;
}


.pagenav {
	color: #837811;
	text-align: center;
}
.pagenav  a{
	padding: 0 5px;
}
a.border{
	text-decoration: none;
	border: 1px solid #837811;
}

.columns.no_bg {
	background: none;
}
.columns .right_column {
	float: right;
	width: 281px;
	background: #2a2700;
	padding: 0 12px;
}
.columns .main_column {
	float: left;
	width: 630px;
	padding-left: 10px
}

.columns .albums {
	background: #2c2900;
	padding: 12px 12px 0 12px;
	overflow: hidden;
	height: 1%;
}

.album {
	float: left;
	margin-right: 22px;
}
.album p{
	margin: 0;
}

.album img{
	padding: 6px;
	background: url(../images/bg_album.jpg) no-repeat;
}

.news_box, .article_box {
	margin: 15px 0;
}

.article_box h4 a{
	color: #fff;
	text-decoration: none;
}


.songs {
	margin: 0 -6px 10px -6px;
	background: #232000 url(../images/bg_songs.jpg) right 20px no-repeat;
	padding: 10px;
}

.songs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.songs ul li{
	margin: 5px 0;
	padding: 0 0 0 10px;
}
.songs ul li a{
	color: #fff;
}

.date{ 
	display: block;
	background: #443f09;
	color: #cb9935;
	padding: 0 5px;
}
.date a{  
	color: #cb9935;
	text-decoration: none;
}
.news_box .date{ 
	width: 75px;
}
.album .date{ 
	width: 60px;
}

.date1{ 
	display: block;
	background: #443f09;
	color: #cb9935;
	padding: 0 5px;
}
.date1 a{  
	color: #cb9935;
	text-decoration: none;
}
.news_box .date1{ 
	width: 35%;
}

#concert {
	position: relative;
	background: url(../images/bg_concert.jpg) no-repeat;
	height: 204px;
	width: 638px;
	margin-left: -10px;
	color: #cb9935;
	font-weight: bold;
}

#concert .date{
	position: absolute;
	font-size: 20px;
	left: 56px;
	top: 12px;
}
#concert .time{
	position: absolute;
	font-size: 20px;
	right: 47px;
	top: 32px;
}

#concert .place{
	position: absolute;
	font-size: 20px;
	right: 47px;
	top: 74px;
	text-align: right;
	color: #443f09;
}
#concert .place span{
	font-size: 24px;
}
#concert .phone{
	position: absolute;
	font-size: 19px;
	right: 47px;
	top: 154px;
	text-align: right;
}
#concert .phone span{
	font-size: 14px;
}

#concert .phone strong{
	font-size: 22px;
}
#footer {
	height: 71px;
	position: relative;
	background: url(../images/bg_footer.jpg) no-repeat;
	margin-top: 20px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

#footer #adress {
	position: absolute;
	left: 50px;
	top: 25px;
}


#footer .phone {
	position: absolute;
	left: 400px;
	top: 25px;
}

#footer #counters {
	position: absolute;
	right: 58px;
	top: 28px;
}

#footer #counters img{
	margin: 0 9px;
}
.pathway {
	color: #837811;
	padding: 3px 0 3px 27px;
}

.ph {
	margin-left: -32px;
	background: url(../images/bg_photo.jpg) left 22px no-repeat;
	padding: 0 0 0 16px;
}

.ph .padding {
	padding: 10px 16px;
	background: #2c2900;
}

.ph .photo{
	float: left;
	margin: 0 80px 0 0;
}

.ph .line {
	padding-left: 5px;
	overflow: hidden;
	height: 180px;
	background: url(../images/bg_line.png) left 12px no-repeat;
	clear: both;
}

.ph .one_ph {
	text-align: center;
	padding-left: 5px;
}

.ph .one_ph p{
	text-align: center;
}

.ph .photo img, .photos .one_photo img{
	border: 3px solid #fff;
}