@charset "UTF-8";
/* CSS Document */
body {
	background-image:url(http://www.brianpricemusic.com/images/bg.gif);
	background-repeat:repeat-x;
}

#logo {
	width:825px;
	height:50px;
	padding-top:50px;
	margin-bottom: 0px;
	
}

#navback {
	width:825px;
	height:40px;
	background-image : url(http://www.brianpricemusic.com/images/navback.gif);
}

#nav {
	width:660px;
	height:25px;
    float:right;
	margin-top:12px;
	margin-right:0px;
	}


.aboutroll a {
	display:inline;
	float:left;
	width: 70px;
	height: 0px;
	padding:10px 10px 15px 0px;
    background: url(../images/about.jpg) 0 0 no-repeat;
	
}
.aboutroll a:hover { 
	background-position: 0 -25px;
}
.aboutroll a:active {
	background-position: 0 -25px;
}

.bandroll a {
	display:inline;
	float:left;
	width: 60px;
	height: 0px;
	padding:10px 10px 15px 0px;
    background: url(../images/band.jpg) 0 0 no-repeat;
	
}
.bandroll a:hover { 
	background-position: 0 -25px;
}
.bandroll a:active {
	background-position: 0 -25px;
}


.photosroll a {
	display:inline;
	float:left;
	width: 80px;
	height: 0px;
	padding:10px 10px 15px 0px;
    background: url(../images/photos.jpg) 0 0 no-repeat;
	
}
.photosroll a:hover { 
	background-position: 0 -25px;
}
.photosroll a:active {
	background-position: 0 -25px;
}

.purchaseroll a {
	display:inline;
	float:left;
	width: 100px;
	height: 0px;
	padding:10px 10px 15px 0px;
    background: url(../images/purchase.jpg) 0 0 no-repeat;
	
}
.purchaseroll a:hover { 
	background-position: 0 -25px;
}
.purchaseroll a:active {
	background-position: 0 -25px;
}

.showsroll a {
	display:inline;
	float:left;
	width: 70px;
	height: 0px;
	padding:10px 10px 15px 0px;
    background: url(../images/shows.jpg) 0 0 no-repeat;
	
}
.showsroll a:hover { 
	background-position: 0 -25px;
}
.showsroll a:active {
	background-position: 0 -25px;
}

.listenroll a {
	display:inline;
	float:left;
	width: 80px;
	height: 0px;
	padding:10px 10px 15px 0px;
    background: url(../images/listen.jpg) 0 0 no-repeat;
	
}
.listenroll a:hover { 
	background-position: 0 -25px;
}
.listenroll a:active {
	background-position: 0 -25px;
}

.contactroll a {
	display:inline;
	float:left;
	width: 90px;
	height: 0px;
	padding:10px 10px 15px 0px;
    background: url(../images/contact.jpg) 0 0 no-repeat;
	
}
.contactroll a:hover { 
	background-position: 0 -25px;
}
.contactroll a:active {
	background-position: 0 -25px;
}