* {margin: 0; padding: 0;}

html{overflow: -moz-scrollbars-vertical;}

body {
	background: #1a0000 url(../_images/background.jpg) repeat-y;
	font-family: Gill Sans,Verdana, Univers, sans-serif;
	font-size: 13px;
	color: #fff;
	text-align:center;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {text-decoration: none;}

a img {border: 0;}

h1 {margin-bottom: 1em;}
h2 {margin-bottom: .5em; font-size: 120%;}
p {margin-bottom: 1em;}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

/* LAYOUT STYLES
****************************************************/
#wrap {
	width: 743px;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 30px;
	text-align: left;
}

#header {
	height: 226px;
}

h1#logo {
	float: left;
	width: 310px;
	height: 90px;
}

h1#logo a {
	display: block;
	width: 300px;
	height: 100px;
}

#logo a span {display: none;}

body.home #header {
	background: url(../_images/header2.gif) no-repeat;
}

body.artists #header {
	background: url(../_images/header_artists_sandband.gif) no-repeat;
}

body.about #header {
	background: url(../_images/header_about.gif) no-repeat;
}

body.contact #header {
	background: url(../_images/header_contact.gif) no-repeat;
}

body.links #header {
	background: url(../_images/header_links.gif) no-repeat;
}

body.store #header {
	background: url(../_images/header_store.gif) no-repeat;
}

#header p {
	float: right;
	margin-right: 10px;
	display: inline;
}

#sidebar {
	float: left;
	width: 185px;
	margin-left: 12px;
	margin-top: 10px;
	display: inline;
}

#nav a {
	display: block;
	margin-bottom: 4px;
}

#content {
	float: right;
	width: 515px;
	xxmargin-right: 25px;
	padding-top: 15px;
	overflow: hidden;
}

#content .download {
	border-top: 1px solid #e01818;
	padding-top: 20px;
	margin-top: 20px;
}

#content .download img {
	float: left;
}

#content .download img.go-button {
	float: right;
	margin-right: 100px;
	display: inline;
}

#content #album-thumbs {margin-top: 20px;}

#content #album-thumbs img {
	float: left;
	margin-right: 10px;
	border: 2px solid #e01818;
}

p#intro {margin-bottom: 20px;}

#heading {margin-bottom: 20px;}

#thumbnail {
	float: left;
	margin: 0 10px 2px 0;
	text-align: center;
}

#thumbnail img {
	margin-bottom: 10px;
}

.red {color: #e01818;}

#footer {
	margin-top: 30px;
	text-align: center;
}

#footer p {
	color: #CA0C0C;	
	margin-bottom: .5em;	
	font-size: 10px;
}

#footer p a {
	color: #CA0C0C;	
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: none;
}

/* PROMO BOX
****************************************************/
#promo {width: 188px; margin-top: 10px;}

#promo-top {
	background: url(../_images/promo_top.gif) no-repeat;
	height: 10px;
}

#promo-middle {
	background: url(../_images/promo_bg.jpg);
	border-left: 3px solid #e01818;
	border-right: 3px solid #e01818;
	padding: 5px;
}

#promo-middle img.on-tour {margin-bottom: 10px;}

#promo-middle p {
	font-size: 11px; 
	font-weight: normal;
}

#promo-dl {margin-top: 10px; height: 1%;}

#promo-dl img {
	float: left;
	width: 72px;
	border: 2px solid #e01818;
	margin: 5px;
	margin-top: 0;
}

#promo-dl p {
	font-weight: bold
}

#promo-bottom {
	background: url(../_images/promo_bottom.gif) right no-repeat;
	height: 10px;
}

p.go-button {text-align: right; margin: 0; margin-right: 20px;}

