@charset "UTF-8";

/*
* IMAGES
**********************************************************/
#logo {
	background:url(../img/logo.png) 0 0 no-repeat;
	float:left;
	height:208px;
	margin:0 30px 10px 0;
	width:191px;
	}
	
#h2-news { background:url(../img/h2-news.png) 0 0 no-repeat; }
#h2-gigs { background:url(../img/h2-gigs.png) 0 0 no-repeat; }
#h2-music { background:url(../img/h2-music.png) 0 0 no-repeat; }
#h2-videos { background:url(../img/h2-videos.png) 0 0 no-repeat; }
#h2-pics { background:url(../img/h2-pics.png) 0 0 no-repeat; }
#h2-lyrics { background:url(../img/h2-lyrics.png) 0 0 no-repeat; }
#h2-bio { background:url(../img/h2-bio.png) 0 0 no-repeat; }
#h2-booking { background:url(../img/h2-booking.png) 0 0 no-repeat; }

#h3-nextgig { background:url(../img/h3-nextgig.png) 0 0 no-repeat; }
#h3-homies { background:url(../img/h3-homies.png) 0 0 no-repeat; }

#neonthoughts {
	background:url(../img/neonthoughts.png) 0 0 no-repeat;
	float:right;
	height:34px;
	width:280px;
	}

.gigs { background:url(../img/btn-gigs.png) 0 0 no-repeat; width:68px; }
.news { background:url(../img/btn-news.png) 0 0 no-repeat; width:90px; }
.music { background:url(../img/btn-music.png) 0 0 no-repeat; width:94px; }
.videos { background:url(../img/btn-videos.png) 0 0 no-repeat; width:110px; }
.pics { background:url(../img/btn-pics.png) 0 0 no-repeat; width:70px; }
.lyrics { background:url(../img/btn-lyrics.png) 0 0 no-repeat; width:112px; }
.bio { background:url(../img/btn-bio.png) 0 0 no-repeat; width:48px; }
.booking { background:url(../img/btn-booking.png) 0 0 no-repeat; width:134px; }
