@charset "utf-8";
/* CSS Document */


#ColL{background-color:#694F36;}
#ColC{ width:785px; background:url(bg_gradient.jpg) repeat-y;}
#ColR{background-color:#33230A; width:15%;}

#Shell{width:713px; float:left;}
#Left{
	width:184px;
	text-align:right;
	vertical-align:top;
}
#Right{
	background-color:#FDF7EB;	
}


#Logo{
	margin-top:100px;
	width:184px;
	height:154px;
	background:url(logo.jpg) no-repeat;
}
#Menu{
	width:148px;
	float:right;
}
#Menu div{
	width:148px;
	height:31px;
}

#MenuHome{
	background:url(menu/home.jpg) no-repeat;
}
#MenuBio{
	background:url(menu/bio.jpg) no-repeat;
}
#MenuMediaPhotos{
	background:url(menu/media_photos.jpg) no-repeat;
}
#MenuScrapbook{
	background:url(menu/scrapbook.jpg) no-repeat;
}
#MenuMerch{
	background:url(menu/merch.jpg) no-repeat;
}
#MenuContact{
	background:url(menu/contact.jpg) no-repeat;
}
#MenuShows{
	background:url(menu/shows.jpg) no-repeat;
}

#MenuFacebook{
	background:url(menu/facebook.jpg) no-repeat;
	margin-top:30px
}

#MenuMySpace{
	background:url(menu/myspace.jpg) no-repeat;
}

#MenuSonicbids{
	background:url(menu/sonicbids.jpg) no-repeat;
}

/* Link Styles Need to match Theme*/
/* link color dark bg - hover color light bg*/
a:link, a:active, a:visited{
	text-decoration:underline;
	color:#33230A;	
}
a:hover{
	text-decoration:none;
	color:#694F36;
}
