body {
  background-color: #6D706B;
	margin: 0;
	padding: 0;

  scrollbar-3dlight-color: #999;
	scrollbar-arrow-color:#333;
	scrollbar-highlight-color: #999;
	scrollbar-face-color:#ddd;
	scrollbar-shadow-color: #999;
	scrollbar-darkshadow-color:#999;
	scrollbar-track-color: #999;

	font-family: Arial, "Arial", sans-serif;
	font-size: 13px;
	color: #222;
	font-weight: bold;
}

h1 {
	font-size: 16px;
	color: #444;
}
a {
	color: #5060f0;
}
a:hover {
	border-bottom: 1px solid #0B0D26;
	text-decoration: none;
}
hr {
	height: 1px;
	border: 0px;
	color: #666;
	background-color: #666;
}
div.line {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}
div#wrapper {
	margin: auto auto;
	width: 980px;
	height: 745px;
}

div#b_band {width: 95px; height: 30px;}
div#b_media {width: 114px; height: 30px;}
div#b_merch {width: 126px; height: 30px;}
div#b_tours {width: 115px; height: 30px;}
div#b_links {width: 102px; height: 30px;}
div#b_forum {width: 118px; height: 30px;}
div#b_myspace {width: 114px; height: 30px;}
div#b_vkontakte {width: 130px; height: 30px;}
div#b_youtube {width: 110px; height: 30px;}

div#column_l {
	width: 335px;
	height: 510px;
	background-image: url('images/column_l.jpg');
  overflow: hidden;
}
div#column_l div {
	margin-top: 60px;
	margin-left: 14px;
	overflow: auto;
	width: 307px;
	height: 438px;
}
div#column_r {
	width: 335px;
	height: 510px;
	background-image: url('images/column_r.jpg');
  overflow: hidden;
}
div#column_r div {
	margin-top: 16px;
	margin-left: 14px;
  overflow: auto;
	width: 307px;
	height: 482px;
}
div#footer_c {
	background-image: url('images/footer.jpg');
	width: 670px;
	height: 55px;

	text-align: center;
	color: #222;
}
div#copyrights {
  text-align: right;
	padding-right: 12px;
	color: #444;
}
div#copyrights a {
	color: #444;
}
div#column_r p, div#column_l p {
	padding-right: 4px;
}
