body{
	background-color: #2B0009;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #FFFFCC;
	text-align: center;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
#body{
	text-align: left;
	width: 775px;
	margin: 20px auto 30px auto;
}
a{
	color: #FFFFCC;
	text-decoration: underline;
	background-color: transparent;
}
a:hover{
	text-decoration: none;
}
/* Левая колонка */
#nav{
	float: left;
	width: 280px;
	padding: 0;
	margin-right: 6px;
}
#nav .title{
	color: #FFFFFF;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding-bottom: 40px;
	background-color: transparent;
}
#nav ul{
	padding-left: 0;
	margin: 0;
}
#nav ul li{
	list-style-type: none;
	background-color: #42000D;
	margin-top: 2px;
	margin-bottom: 2px;
}
#nav ul ul{
	background-color: #2B0009;
}
#nav ul ul li{
	list-style-type: square;
	list-style-position: inside;
	padding-left: 8px;
	border-top: 2px solid #2B0009;
	margin: 0;
}
#nav ul ul li.bandlist{
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0;
	border-top: 2px solid #2B0009;
}
#nav ul ul li.bandlist select{
	width: 100%;
}
#nav h3{
	font-size: 13px;
	display: inline;
}
#nav .footer{
	margin-top: 50px;
}
#nav .contacts{
	margin-top: 0;
}
#nav .copyright{
	color: #800000;
	background-color: transparent;
}
#nav .copyright a{
	color: #800000;
	background-color: transparent;
}
#nav .copyright em{
	font-style: normal;
}
#nav #audio_form, #nav #video_form{
	display: inline;
}
#nav #audio_form input, #nav #video_form input{
	display: none;
}

/* Правая колонка*/
#content{
	padding: 5px;
	margin-left: 280px;
}
#content h1{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	text-align: center;
}
#content h1 .small{
	font-size: 13px;
}
#content p{
	text-align: justify;
}
#content strong{
	color: #A80000;
	background-color: transparent;
}
#content .partners{
	color: #800000;
	background-color: transparent;
	vertical-align: bottom;
}
#content .partners a{
	color: #800000;
	background-color: transparent;
}
#content .article{
	min-height: 450px;
}
