/***** BRUCE HARDING *************************************************************************/
/*********************************************************************************************/
/***** Generic Selectors *********************************************************************/ 

body {
	font       : medium verdana, palatino, helvetica, trebuchet, arial, geneva, chicago, "ms sans serif", sans-serif;
    background : #FFFFFF; 
	color	   : #000000;
	margin	   : 0 0 0 0;
}

hr.disc {
   color : #858DB2;
   width : 75%;
}

p.copy {
   font-size : xx-small;
}

table.artistmenubar {
   margin-top : 63px;
   position   : fixed;
}

table.body {
   margin-top  : 5px;
   padding 	   : 5px 5px 5px 126px;
}

table.buttonbar {
   background : url(../images/buttons/button_background.gif);
   color	  : #6D7391;
   height	  : 29px;
   position	  : fixed;
   z-index	  : 100;
}

table.disc {
   border-bottom : 1px solid #858DB2;
   font-size 	 : smaller;
}

table.disc th {
   border-bottom : 1px solid #858DB2;
   font-size 	 : smaller;
}

table.disc tr.wholealbum td {
   border-top : 1px solid #858DB2;
}

table.disc :link, 
table.disc :visited, 
table.disc :active {
   text-decoration : none;
}


/***** Pseudo-classes ************************************************************************/ 

a:link {
/*   background : white;*/
   color 	  : #858DB2;
}

a:visited {
/*   background : white;*/
   color 	  : #B95949;
}

a:active {
/*   background : white;*/
   color 	  : #B95949;
}


/***** IDs ***********************************************************************************/ 
/*
#body { 
   margin-right : 0px;
   margin-top   : 29px; 
   padding	    : 0px 0px 0px 121px;
   position     : absolute; 
   z-index      : 15;
} 
*/
/*
#buttonbar { 
   height   : 29px;
   position : fixed;
   z-index  : 100;
} 
*/
/*
#leftmenubar {
   margin-left : 0px;
   margin-top  : 98px; 
   position    : fixed;
   width       : 121px;
}
*/

