body {
        margin:0px;
        padding:0px;
        font-family:verdana, arial, helvetica, sans-serif;
        color:white;
        background-color:black;
        }
h1 {
        /*margin:0px 0px 15px 0px;*/
        /*padding:0px;*/
        text-align: right;
        font-size: 120%;
        font-weight: 500;
        letter-spacing: 0.4em;
        /*line-height:28px;*/
        /*font-weight:900;*/
        color:white;
        }
h2 {
        /*margin:0px 0px 15px 0px;*/
        /*padding:0px;*/
        text-align: left;
        font-size: 120%;
        font-weight: 500;
        /*letter-spacing: 0.4em;*/
        /*line-height:28px;*/
        /*font-weight:900;*/
        color:white;
        }
p {
        /*font: 11px/20px verdana, arial, helvetica, sans-serif;*/
        /*margin:0px 0px 16px 0px;*/
        /*padding:0px;*/
        /*margin-bottom: 21em;*/
        }
.top40 {
	margin-top: 40px;
}
        
#Content>p {margin: 1em;}
/*#Content>p+p {text-indent:30px;}*/

a {
        color:#58ACFA;
        /* font-size:11px;*/
        text-decoration:none;
        font-weight:600;
        font-family:verdana, arial, helvetica, sans-serif;
        }
a:link {color:#58ACFA;}
a:visited {color:#58ACFA;}
a:hover {background-color:#444;}

#Header {
        position:relative;
        margin:0px 40px 20px 40px;
        padding:17px 0px 0px 20px;
        /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
        height:179px; /* 14px + 17px + 2px = 33px */
	    border-bottom:1px solid white;
        line-height:11px;
        /*background-color:#eee;*/

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
        voice-family: "\"}\"";
        voice-family:inherit;
        height:160px; /* the correct height */
        }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:160px;}

#Content {
        margin:0px 50px 50px 200px;
        padding:10px;
	    /*border:1px dashed white;*/
        }

#Menu {
        position:absolute;
        top:210px;
        left:40px;
        width:172px; // 150 + 20 + 2
        padding:10px;
        /*background-color:#eee;*/
        /*border:1px dashed #999;*/
        line-height:17px;
/* Again, the ugly brilliant hack. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:150px;
        }
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

.sc-head-text
{
  position: absolute;
  /*text-align: right;*/
  letter-spacing: 0.4em;
  font-size: 120%;
  bottom: 0;
  right: 0;
  /*vertical-align: bottom;*/
}

.sc-list-heading
{
  font-size: 120%;
  border-bottom:1px solid white;
  padding-bottom:15px;
  margin-bottom:20px;
  margin-top:20px;
  margin-left:40px;
  margin-right:40px;
}

img.sc-logo { 
  float: left;
  /*margin-left: 0;*/
  /*text-align: left;*/
  /*vertical-align: text-bottom;*/
}

div.sc-sample-block {
  width: 445px;
  clear: both;
  padding-top: 10px;
  /*border:1px dashed red;*/
  }

div.sc-sample-block span.sc-sample-player {
  float: left;
  width: 100px;
  text-align: left;
  }

div.sc-sample-block span.sc-sample-title {
  float: right;
  width: 335px;
  text-align: left;
  /*border:1px dashed blue;*/
  }

table.sc-gig
{
border-collapse: collapse;
border-spacing: 0px;
}

td.sc-gig-date
{
width: 180px;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: bold;
font-size: .7em;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px;
}

td.sc-gig-location
{
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .7em;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px;
}

/*
a:link	{color:silver;
	text-decoration:underline;}
a:visited
	{color:silver;
	text-decoration:underline;}
p
	{margin-right:0in;
	margin-left:0in;
	font-size:12.0pt;
	font-family:"Times New Roman";
	color:white;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
	{page:Section1;}
*/
