body{
	margin: 0;
	padding: 0;
	min-width: 1000px;
	background: #000 url(back.jpg) repeat;
	background-attachment: fixed;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	
}
#wrapper{
	width: 980px;
	margin-top: 0;
	margin-left: auto;
	margin-bottom: 70px;
	margin-right: auto;
	background-color: #000;
    -webkit-box-shadow: 0 3px 10px rgba(0,153,51,.5);
	-moz-box-shadow: 0 3px 10px rgba(0,153,51,.5);
	box-shadow: 0 10px 3px rgba(0,153,51,.5);
	-moz-border-radius-bottomleft: 10px;
  	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#header{
	width: 100%;
	height: 300px;
	background-color: #000;
}

#nav{
	width: 70%;
	height: 60px;
	padding: 0 0 0 120px;
	margin-top: -10px;
	margin-left: 20%;
}

#main{
	width: 930px;
	margin: 25px 25px 50px 25px;

}

#sidebar{
	float: left;
	width: 250px;
	margin: 0 10px 50px 0;
	border: 1px solid #000;
}

#content{
	float: right;
	width: 650px;
	margin: 0 0 50px 10px;
	border: 1px solid #000;
}
#content2{
	width: 930px;
	margin: 0 0 50px 0;
	border: 1px solid #000;
	
}

#footer{
	clear: both;
	width:  100%;
	height: 50px;
	margin-top: 100px;
}


#discarea{
	float: left;
	margin: 0px 12px 25px 12px;
	width: 200px;
	height: 250px;
}

#discart{
	margin: 15px;
	
}




h1.news{
	width: 590px;
    height: 100px;
    background: url(ptitle_news.png) no-repeat;
    margin: 0 0 20px 0;
	text-indent: -99999px;

}
h1.about{
	text-decoration: none;
    width: 590px;
    height: 100px;
    background: url(ptitle_about.png) no-repeat;
    margin: 0 0 20px 0;
	text-indent: -99999px;

}
h1.distro{
	text-decoration: none;
    width: 590px;
    height: 100px;
    background: url(ptitle_distro.png) no-repeat;
    margin: 75px 0 20px 0;
	text-indent: -99999px;
}
h1.links{
	text-decoration: none;
    width: 600px;
    height: 100px;
    background: url(ptitle_links.png) no-repeat;
    margin: 75px 0 20px 0;
	text-indent: -99999px;
}
h1.bands{
	text-decoration: none;
    width: 600px;
    height: 100px;
    background: url(ptitle_bands.png) no-repeat;
    margin: 0 0 20px 0;
	text-indent: -99999px;

}
h1.disco{
	text-decoration: none;
    width: 833px;
    height: 100px;
    background: url(ptitle_disco2.png) no-repeat;
    margin: 0 0 20px 0;
	text-indent: -99999px;

}
h1.shows{
	text-decoration: none;
    width: 600px;
    height: 100px;
    background: url(ptitle_shows.png) no-repeat;
    margin: 0 0 20px 0;
	text-indent: -99999px;
}








h2{
    text-align: left;
	font-size: 20px;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	margin: 50px 0 0 0;
	padding: 0 25px 0px 25px;
	color: #009933;
}
h3{
	text-align: left;
	font-size: 18px;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 25px 0px 25px;
	color: #009933;
}
h4{
	text-align: left;
	font-size: 13px;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	padding: 0 0 0 25px;
	color: #999;
}
p{
	text-align: left;
	font-size: 12px;
	padding: 0px 25px 5px 25px;
	color: #999;
}
p.disco{
	text-align: left;
	font-size: 13px;
	padding: 5px 10px;
	color: #999;
}
p.date{
	text-align: left;
	font-size: 13px;
	padding: 0px 25px 5px 25px;
	color: #009933;
}
.title{
	font-size: 13px;
	font-weight: 500;
	color: #009933;
}
a:link, a:visited{
	text-decoration:none;
	color: #009933;
}
p.return{
	font-size: 11px;
	color: #666;
	padding: 0 0 50px 25px;
}

p.footer{
	font-size: 11px;
	color: #666;
	padding: 0px 25px 5px 25px;
}

a:link.footer, a:visited.footer{
	text-decoration:none;
        text-align: right;
	font-size: 11px;

	color: #666;
	
}
a:link.content, a:visited.content{
	text-decoration:none;
        text-align: right;
	font-size: 13px;
	color: #ccc;
	
}


.graphic{
	border: 0px;
}
.graphic2{
	border: 0px;
	padding: 0px 25px 5px 25px;
}
.ptitlegraphic{
	margin-top:15px;
}
