html, body{
	margin:0;
	padding:0;
	background-color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/content_bg_pattern.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#pagewidth{
	width:1030px;
	min-height:100%;
	text-align:left;
	position: relative;

	margin:0px auto 0px auto;
	padding:0px;
}
#header{
	position:relative;
	height:185px;
	background-image:url(images/header.jpg);
	width:1030px;
	text-align:right;
	vertical-align:bottom;
	background-repeat: no-repeat;
	background-position: center top;
}
#menu_bg {
	background-image: url(images/menu_bg.jpg);
	background-position: center;
	height: 82px;
	width: 1030px;
}
#content_bg {
	background-image: url(images/content_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 1030px;
	height: 293px;
}
#content {
	width: 800px;
	margin-right: 115px;
	margin-left: 115px;
	position: absolute;
	top: 293px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height:998px;
}
#bg{

}
#menu {
	float: right;
	padding-right: 115px;
	behavior: url(iepngfix.htc);
}
#left_column {
	float: left;
	width: 500px;
	top: 50px;
	position: absolute;
	padding-left: 10px;
}
#big_column {
	float: left;
	width: 800px;
	top: 50px;
	position: absolute;
	padding-left: 10px;
}
#band_column {
	float: left;
	width: 800px;
	top: 50px;
	position: absolute;
	padding-left: 10px;
}
#submenu {
	height: 36px;
	width: 600px;
	top: 0px;
	position: absolute;
	left: 200px;
}
#right_column {
	float: right;
	width: 250px;
	background-image:url(images/bg_right.png);
	behavior: url(iepngfix.htc);
	background-repeat: no-repeat;
}

#introduction {
	width: 800px;
	height:200px;
}

#introduction img {
	float:left;

}
#introduction_text{
	position: absolute;
	left: 200px;
	line-height: 18px;
}
#dicography {
	width: 800px;
	height:220px;
}

#dicography img {
	float:left;
	border-right-width: 20px;
	border-right-style: none;

}
#dicography_text{
	position: absolute;
	left: 200px;
	top:10px;
	height:200px;
}

#right_column_text {
	width: 250px;
	font-size: 9px;
	background-image: url(images/bg_right_bg.png);
	background-repeat: repeat;
	margin-top: 12px;
}

#right_column_border {
	margin: 5px;
}

#left_smallcolumn{
	top: 50px;
	position: absolute;
	float: left;
	width: 250px;
	padding-left: 10px;
}
#center_smallcolumn{
	top: 50px;
	position: absolute;
	width: 250px;
	float: none;
	left: 275px;
}
#right_smallcolumn{
	top: 50px;
	position: absolute;
	float: right;
	width: 250px;
	left: 550px;
}
#name{
	font-size: 18px;
	font-weight: bold;
}
div.hr {
  height: 25px;
  background: url(images/hr1.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

h1 {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
}

a:active {
	color: #333;
}

a:link {
	color: #333333;
}
a:hover {
	color: #660000;
}
a:visited {
	color: #333333;
}
.news {
	background-attachment: scroll;
	background-image: url(images/news.gif);
	background-repeat: no-repeat;
	height: 140px;
	width: 151px;
	position: absolute;
	top: -75px;
	left: 0px;
}
.band {
	background-attachment: scroll;
	background-image: url(images/band.gif);
	background-repeat: no-repeat;
	height: 140px;
	width: 151px;
	position: absolute;
	top: -75px;
	left: 0px;
}
.gigs {
	background-attachment: scroll;
	background-image: url(images/gigs.gif);
	background-repeat: no-repeat;
	height: 140px;
	width: 151px;
	position: absolute;
	top: -75px;
	left: 0px;
}
.links {
	background-attachment: scroll;
	background-image: url(images/links.gif);
	background-repeat: no-repeat;
	height: 140px;
	width: 151px;
	position: absolute;
	top: -75px;
	left: 0px;
}
.contact {
	background-attachment: scroll;
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	height: 140px;
	width: 151px;
	position: absolute;
	top: -75px;
	left: 0px;
}


