body {
	padding: 0;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #f6efdd;
	background-color: #FFF;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
}

h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 10px 0 -10px 0;
	*margin: 0 0 -10px 0;
}

a {
	color: #f6efdd;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	color: #ace5f8;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	*position: relative;
	margin: auto;
	width: 803px;
	height: 583px;
	padding: 0;
	background-repeat : no-repeat;
}

#header {
	margin: 25px 20px;
}

#header.dark #logo, #header.dark #logo a, #header.dark #nav li a {
	color: #4e2b0b;
}

#header.dark #nav li a.current, #header.dark #nav li a:hover {
	color: #b90000;
}

#logo {
	float: left;
	text-transform: uppercase;
	font-size: 30px;
}

#logo a {
	color: #f6efdd;
	font-weight: normal;
	font-style: normal;
}

#logo a:hover {
	color: #f6efdd;
}

#nav {
	margin: 0 0 0 235px;
	padding: 0 0 0 0;
}

#nav ul {
	margin: 0;
	padding: 8px 0 0 0;
}

#nav li {
	list-style: none;
	display: inline;
	margin: 0 5px 0 0;
}

#nav li a {
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	color: #f6efdd;
}

#nav li a.current, #nav li a:hover{
	color: #ace5f8;
}

#main {
	background-image: url(images/bg.png);
	background-repeat: repeat;
	position: absolute;
	padding: 10px;
}

.Scrollbar-Up {
	background-image: url(images/graphic/arrow_up.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 31px;
}

.Scrollbar-Down {
	background-image: url(images/graphic/arrow_down.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 31px;
}

.news {
  	top: 290px; 
	left: 20px;
  	width: 355px;
  	height: 225px;
}

.gigs {
  	top: 265px; 
	left: 100px;
  	width: 390px;
  	height: 250px;
}

.biog {
	top: 140px; 
	left: 80px;
	width: 625px;
	height: 330px;
}

.tracks {
  	top: 321px; 
	left: 360px;
  	width: 274px;
  	height: 159px;
}

.releases {
  	top: 267px; 
	left: 220px;
  	width: 475px;
  	height: 251px;
}

.gallery {
	top: 150px; 
	left: 20px;
  	width: 762px;
  	height: 332px;
	position: absolute;
}

.preview {
	float: left;
	width: 332px;
	height: 332px;
	text-align: center;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	padding: 7px 13px 13px 7px;
}

.thumbs {
	float: right;
	width: 342px;
	height: 342px;
	padding: 10px 7px 0 7px;
	margin: 0;
	background-image:url(images/bg.png);
	background-repeat : repeat;
}

div.thumbnail {
	width: 114px;
	height: 114px;
	float: left;
	text-align: center;
}

.links {
  	top: 340px; 
	left: 140px;
  	width: 500px;
  	height: 180px;
}

.contacts {
  	top: 310px; 
	left: 100px;
  	width: 580px;
  	height: 207px;
}

#col1 {
	float: left; 
	width: 290px;
}

#col2 {
	float: right; 
	width: 290px;
}

#footer {
	font-size: 10px;
	color: #8b7473;
	width: 800px;
	position: absolute;
	top: 557px;
}

#footer a {
	color: #8b7473;
}

#footer a:hover {
	color: #4e2b0b;
}

