H1 {  
  color:#F00;
  margin: 80px 0px 50px 0px;
  font-weight: normal; 
  font-size: 28pt; 
  font-family: "Arial", sans-serif; 
  font-variant: normal;
  font-style: normal;
}
H2 {
  color:#00b;
  font-weight: normal;
  font-size: large;
  line-height: 26px; 
  font-family: "Arial"	, sans-serif; 
  font-variant: normal;
}
H4 {  
  color:#d00;
  font-weight: normal; 
  font-size:xx-small; 
  font-family: "Arial", sans-serif; 
  font-variant: normal;
  font-style: normal;
}

div#giant {
width: 925px;
margin: 0px;
}

div#header {
    clear: both;
    height: 30px;
    width:100%;
    padding: 1px 0px 9px 0px;
    margin: 0px;
    background-color: #000;  
}

div#left {
    float: left;
    width: 15px;
    padding: 5px;
    font-size: small;
}

div#left2 {
    float: left;
    width: 155px;
    margin: 20px 0px 0px 0px;
    padding: 15px 10px;
    background-color: #000;
    font-size: small;
    border:none;
}
div#right {
    float: right;
    width: 200px;
    margin: 20px 0px 0px 0px;
    padding: 15px 10px 10px 10px;
    border: solid #aaa 0px;
    background-color: #000;
    height: 350px;
   }



div#middle {
    padding: 5px 29px;
    margin: 20px 200px 5px 50px;
}

div#footer {
	clear: both; 
	height: 40px;
	width:101%;	
	background-color: #000;
	margin: 0px 0px 0px 4px;
	padding: 1px 0px 0px 1px;
}


div#navmain {
 height: 7px;
 width: 100%;
 left: 0px;
 border-top: solid #aaa 0px;
 border-bottom: none;
 background-color: transparent;
}
div#navmain ul {
 margin: 5px;
 padding: 0px;
 font-family: "Arial", sans-serif;
 font-size: x-small;
 font-weight: bold;
 color: #FFF;
 line-height: 25px;
 white-space: nowrap;
}
div#navmain li {
 list-style-type: none;
 display: inline;
}
div#navmain li a {
 text-decoration: none;
 padding: 5px 8px;
 color: #fd0;
}
div#navmain li a:link {
 color: #00f;
}
div#navmain li a:visited {
 color: #fd0;
}
div#navmain li a:hover {
 color: #000;
 background-color: #fff; 
}
div#navmain li .youarehere { 
    color: #FFF; 
    background-color: #000; }


BODY { background-color: #000; font-family: "Arial", serif; font-size: medium; margin: 25px;}
P { line-height: 120%; font-size: 100%; text-indent: 1em;}

.text { font-size: 14pt; line-height:120%; color:#aa4; }
.text2 { font-size: medium; color: #ddd; }
.copy {font-family:"arial",sans-serif; color: #000; font-size: xx-small; text-align: center; }
.yellow { font-family: "Arial Black", sans-serif; color: #fff;  font-size: large; text-decoration:none;}
.notice {font-size: 110%; color:#f00;}
.musictext { font-size: small; }
.red {color:#e00;}
.white {color:white;}


A:link	
{color:#fff;
text-decoration:underline;
cursor:hand;
font-variant:normal;
text-transform:none;}

A:hover	
{color: #00f;
text-decoration:none;
cursor:hand;
font-variant:normal;
text-transform:none;}

A:active	
{color: #00f;
text-decoration:none;
cursor:hand;
font-variant:normal;
text-transform:none;}

A:visited	
{color: #fff;
text-decoration:underline;
cursor:hand;
font-variant:normal;
text-transform:none;}

