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

body{background:black; padding:0; margin:0; color:white; font-family:Arial, Helvetica, sans-serif;}

a{color:white; text-decoration:none;}

a:hover{color:orange; text-decoration:none;}

#pageContainer{width: 840px; margin: 0 auto; padding: 0;}

#header{margin:0; padding:0; font-size: 10px;}

/* INDEX */
#index #header {height:25px;}
#index #header h1{text-align:right; margin:0; padding:0; margin-right:10px; font-variant:small-caps;}
#index #linkBanner{margin:0; padding:0; text-align:right; background:url('images/linkBanner.jpg') no-repeat; background-position:center; height:32px;}
#index #linkBanner ul{margin: 0; padding-top: .4em; background:transparent;}
#index #linkBanner li{display:inline; margin-right: 20px;; font-weight: bold; background:transparent;}
#index #content {text-align:right;}
#index #content img{margin-top:2px;}
#index #infoBar{text-align:right;}
#index #infoBar li{display:inline; margin-right:25px; font-size:10px;}
#index #bottomBanner{background:url('images/indexBanner.jpg') no-repeat; height: 65px;}
#guitar{position:absolute; width: 360px;}
#pick{width: 56px; float:right;margin-top: 10px; margin-right: 10px;}

/* Selection Page */

#selection #pageContainer{background: url('images/select2.jpg') no-repeat; background-position:center;}
#selection #bodyContent{height:450px; font-size: 14px; font-weight: bold;}
#selection h1{text-align:center;margin-bottom: 50px;margin-top: 50px;}
#artists{}
#selection #bodyContent h1{width: 550px; margin:25px auto 0 auto;background:black; }
#artists1{text-decoration:none; list-style:none; width: 225px; float:left; margin-left: 150px;margin-bottom: 50px;}
#artists2{text-decoration:none; list-style:none; width: 225px; float:right; margin-right: 150px;margin-bottom: 50px;}
#artists li{background:black;}
#compilations{clear:both;background:black;}
#compilations1{text-decoration:none; list-style:none; width: 225px; float:left; margin-left: 150px;margin-bottom: 50px;}
#compilations2{text-decoration:none; list-style:none; width: 225px; float:right; margin-right: 150px;margin-bottom: 50px;}
#compilations li{background:black;}
#selection #footer{text-decoration:none; list-style:none; clear:both; font-size:12px;}
#selection #footer li{display:inline; margin-right: 10px; padding-right: 10px; border-right: 1px solid white;}
#selection #footer ul{text-align:center;}
#selection #footer .first{}
#selection #footer .last{border-right:0;}
#selection #footer u{color:orange;}
