/* CSS Document */

body {
background-color:#353334;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;
color:#000;	
padding:0;
margin:10px 0 0 0;
text-align:center;
height:100%;
}

div#wrapper {
width:1000px;
margin:0 auto;
z-index:1;
text-align:left;
}

div#navcontainer{
position:relative;
float:left;
width:690px;
z-index:1;
}

#logo {
position:relative;
float:left;
width:690px;	
}

#nav{
position:relative;
float:left;
width:690px;
}

#right {
position:relative;
float:left;
width:310px;
}
div#bottom{
position:relative;
float:left;
width:1000px;
}

div#player{
position:relative;
width:244px;
float:left;
z-index:1;
padding:0 0 0 20px;
}

div#blogtastic{
width:146px;
float:left;
padding:0 30px 0 60px;
}

div#footer{
width:450px;
text-align:right;
float:left;
font-size:9px;
padding:0 50px 0 0;
z-index:1;
position:relative;
}

/* Background Image Content */

div#news_content{
position:relative;
float:left;
width:750px;
height:425px;
padding:20px 0 0 250px;
background-image:url(images/news_bottom.jpg);
background-repeat:no-repeat;
}

div#tour_content{
position:relative;
float:left;
width:750px;
height:425px;
padding:20px 0 0 250px;
background-image:url(images/tour_bottom.jpg);
background-repeat:no-repeat;
}

div#bio_content{
position:relative;
float:left;
width:750px;
height:425px;
padding:20px 0 0 250px;
background-image:url(images/bio_bottom.jpg);
background-repeat:no-repeat;
}

div#photos_content{
position:relative;
float:left;
width:750px;
height:425px;
padding:20px 0 0 250px;
background-image:url(images/photos_bottom.jpg);
background-repeat:no-repeat;
}

div#disc_content{
position:relative;
float:left;
width:750px;
height:425px;
padding:20px 0 0 250px;
background-image:url(images/disc_bottom.jpg);
background-repeat:no-repeat;
}

div#press_content{
position:relative;
float:left;
width:750px;
height:425px;
padding:20px 0 0 250px;
background-image:url(images/press_bottom.jpg);
background-repeat:no-repeat;
}

div#links_content{
position:relative;
float:left;
width:750px;
height:425px;
padding:20px 0 0 250px;
background-image:url(images/links_bottom.jpg);
background-repeat:no-repeat;
}

div#shop_content{
position:relative;
float:left;
width:750px;
height:425px;
padding:20px 0 0 250px;
background-image:url(images/shop_bottom.jpg);
background-repeat:no-repeat;
}

div#content_copy{
position:relative;
float:left;
width:510px;
height:315px;
padding:10px 20px 0 30px;
overflow:auto;
}

div.album{
position:relative;
float:left;
width:360px;
padding:0 0 10px 0;
}

div.tracklisting{
position:relative;
float:left;
width:360px;
text-align:left;
padding:0 0 10px 0;
font-size:12px;
line-height:18px;
}



div#scroll{
width:25px;
height:100px;
position:relative;
float:left;
padding-top:25px;
}

#content_copy p{
text-align:justify;
}

#content_copy strong{
font-size:16px;
}

#content_copy h1{
padding:0;
margin:0;
font-size:24px;
}

#scroll_up {
cursor: pointer;
}
  
#scroll_down {
cursor: pointer;
}

#photo_container{
position:relative;
width:350px;
padding-left:115px;
padding-right:75px;
}

.photo1{
position:relative;
width:151px;
height:151px;
float:left;
margin-right:5px;
margin-bottom:5px;
}

a:link{
	color:#111;	
	text-decoration:none; 
}


a:visited{
	color:#111;
	text-decoration:none; 
}

a:hover {
	color: #000000;
	text-decoration:underline;
}


a:active{
	color: #000000;	
}