body{
text-align: center;
min-width: 800px;
background-color: #161616;
color: #aa99aa;
background-image:url(IndexBackground.jpg);
}

#container{
text-align:left;
width: 800px;
background-color: #323232;
background-image: url("Musiclogo.jpg");
background-repeat: no-repeat; 
margin: 0 auto;  
}

#container div .RHS{
margin-left: 15px;
}

.banner{
top:0px;
left:0px;
height: 100px;
text-align: left;
}

.shadow{
position: relative;
top: 20px;
height:60px;
width: 800px;
background-image: url("IndexShadow.jpg");
background-repeat:repeat-x;
left: 0px;
}

.content{
position: relative;
padding: 15px;
}

.LHS{
padding: 0px;
display: block;
background-color: #000000;
float: left;
width: 250px;
}

.LHS img{
margin: 0px;
}

.LHS table{
margin: auto;
}

.RHS{
display: block;
float:left;
width: 490px;
background-color:#000000;
}

.footer{
clear:left;
margin-top: 5px;
}

h1{
 font-family: "Trebuchet", sans-serif;
 font-style: italic;
 letter-spacing: -4pt;
 font-size: 40pt;
 color: #888888;
 margin: 1em;
}

h2{
 font-family: "Trebuchet", sans-serif;
 font-style: normal;
 font-size: 12pt;
 color: #aaddaa;
 margin: 1em;
}

h3{
 font-family: "Trebuchet";
 font-style: italic;
 font-size: 10pt;
 color: #bbbbbb;
 margin: 0px;
}

h4{
 font-family: "Times New Roman";
 font-size: 20pt;
 font-style: normal;
 color: #000000;
 margin: 0px;
}

h5{
 font-family: "Times New Roman";
 font-size: 10pt;
 color: #bbbbbb;
 margin: 0px;
 }


p{
font-family: "Verdana", sans serif;
font-style: normal;
font-size: 9pt;
color: #aa99aa;
margin: 1em;
}

.menu{
position: relative;
left:0px;
font-family : "verdana";
z-index: 40;
}

ul{
margin: 0;
padding: 0;
list-style: none;
}

li{
float: left;
position: relative;
width: 10em;
}

ul li{
position: relative;
}

li ul{
position: absolute;
left:0;
top: 1.3em;
display:none;
}

ul li a{
font-family: verdana;
font-style: normal;
display: block;
text-decoration: none;
text-align: right;
font-size:7pt;
color: #ffffff;
background: #000000;
padding: 5px;
border: 1px solid #000000;
border-bottom: 0;
}

ul li a:hover{
font-family: verdana;
display: block;
text-decoration: none;
font-size:7pt;
color: #00ff00;
background: #222222;
padding: 5px;
border: 1px solid #222222;
border-bottom: 0;
}

/* Fix IE. Hide from IE Mac\*/
* html ul li {float: left; }
* html ul li a {height: 1%;}
/*End*/

li:hover ul, li.over ul{
display: block; 
}

hr
{
  border-color: #111111;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 20 0 20px;
  height: 0;
}
