body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}
body#home {
	text-align: center;
}

.clr    { clear: both; }
.center { text-align: center; }
p       { padding: 0 0 15px 0; margin: 0; }
p.slim  { padding: 0 0 4px 0; }
p.big   { font-size: 17px; line-height: 24px; font-weight: bold; }
b       { color: #ff4400; }

/* links */
a { color: #fff; }
a:hover { color: #33ddff; }

/* grid */
.grid { margin-left: 49px; }
.col  { margin-right: 50px; float: left; }
.x1   { width: 268px; }
.x2   { width: 586px; }
.x3   { width: 904px; }
.end  { margin-right: 0; }

/* homepage sliding images */
#slides {
	overflow: hidden;
	width: 950px; 
	height: 300px;
	position: relative;
	margin: auto;
}
#slides .scrolling-content {
	width: 950px;
	height: 300px;
	text-align: center;
	position: absolute;
}
#slides #slide1 { left: 0; top: 0; }
#slides #slide2 { left: 950px; top: 0; }
#slides #slide3 { left: 1900px; top: 0; }
#slides #slide4 { left: 2850px; top: 0; }
#slides #slide5 { left: 3800px; top: 0; }
#slides #slide6 { left: 4750px; top: 0; }

/* main background images for each section */
body#home     { background: #000 url(../img/bg_home.gif) no-repeat top left; }
body#artists  { background: #000 url(../img/bg_artists.jpg) no-repeat 0 100px; }
body#show     { background: #000 url(../img/bg_show.jpg) no-repeat 0 100px; }
body#press    { background: #000 url(../img/bg_press.jpg) no-repeat 0 100px; }
body#photos   { background: #000 url(../img/bg_photos.jpg) no-repeat 0 100px; }
body#contact  { background: #000 url(../img/bg_contact.jpg) no-repeat 0 100px; }

/* header */
#header { background: #000; height: 100px; width: 1003px; }
#header h1 {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 100px;
	background: url(../img/logo.gif) no-repeat top left;
}
#header h1 span { display: none; }
#header h1 a {
	display: block;
	width: 200px;
	height: 100px;
}

/* main nav style */
#nav-wrapper {
	float: right;
}
#nav-home-wrapper {
	margin: 0 auto;
	width: 950px;
}
#nav {
	font-size: 12px;
	line-height: 12px;
	margin: 60px 10px 0 0;
}
#nav-home-wrapper #nav {
	margin-top: 15px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 10px;
}
#nav ul li a:hover {
	color: #33ddff;
}
#nav-home-wrapper #nav ul li a {
	padding: 0 20px 10px 0;
	color: white;
}
#nav-home-wrapper #nav ul li a:hover {
	color: #44ddff;
}
#nav ul li.active a {
	color: #fff;
	font-weight: bold;
	background: black;
}


/* footer */
#footer {
	font-size: 11px;
	line-height: 16px;
	color: #666;
	margin: 100px 0 0 0;
	padding: 50px 0 35px 50px;
	text-align: left;
}
body#home #footer {
	width: 950px;
	margin: auto;
	padding: 90px 0 0 0;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color:  #44ddff;
}
#footer p {
	padding; 0;
}