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

#main {
width: 770px;
height:auto;
margin-left:auto;
margin-right:auto;
}

.content p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

.content a {
text-decoration:none;
color:#9b0000;
}

.content a:hover {
	text-decoration:underline;
}


.content h1 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:bold;
padding-bottom:4px;
}
.content h2 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
padding-bottom:4px;
}

.content h3 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}

.date {
font-size:10px;
font-style:italic;
}

#masthead {
width: 770px;
}
#masthead img{
	padding-top:7px;
}
.menu {
width: 471px;
height:27px;
background-color:#000;
float:right;
margin-top:71px;
}

a.artists {
   display: block;
   width: 88px;
   height: 27px;
   text-decoration: none;
   background: url(images/menu/artists.jpg);
   margin-right:5px;
   float:left;
}
a.artists:hover {
   background-position: -88px 0;
}

a.producers {
   display: block;
   width: 115px;
   height: 27px;
   text-decoration: none;
   background: url(images/menu/producers.jpg);
   float:left;
}
a.producers:hover {
   background-position: -115px 0;
}

a.news {
   display: block;
   width: 59px;
   height: 27px;
   text-decoration: none;
   background: url(images/menu/news.jpg);
   float:left;

}
a.news:hover {
   background-position: -59px 0;
}

a.contact {
   display: block;
   width: 84px;
   height: 27px;
   text-decoration: none;
   background: url(images/menu/contact.jpg);
   float:left;
   margin-left:16px;
}
a.contact:hover {
   background-position: -84px 0;
}


.splash {
width:770px;
height:414px;
padding-top:10px;
padding-bottom: 10px;
clear:both;
}
.content {
width:770px;
height:auto;
padding-top:10px;
padding-bottom: 10px;
clear:both;
}

.footer {
text-align:right;
margin-right:2.5em;
}

.footer_divider {
width: 770px;
height:10px;
display:block;
background-color:#000;
}
