a:link { color: #FFFFFF; text-decoration: none }
a:active { color: #C0C0C0; text-decoration: none }
a:visited { color: #FFFFFF; text-decoration: none }
a:hover { color: #FFFFFF; text-decoration: underline }


a#news img {
	float: left;
	height: 118px;
	width: 78px;
	background: url('../img/menu_news_static.jpg') top left no-repeat;
}

a#news:hover img {
	height: 118px;
	width: 78px;
	background: url('../img/menu_news_active.jpg') top left no-repeat;
}

a#discog img {
	float: left;
	height: 118px;
	width: 169px;
	background: url('../img/menu_discog_static.jpg') top left no-repeat;
}

a#discog:hover img {
	height: 118px;
	width: 169px;
	background: url('../img/menu_discog_active.jpg') top left no-repeat;
}

a#images img {
	float: left;
	height: 118px;
	width: 99px;
	background: url('../img/menu_images_static.jpg') top left no-repeat;
}

a#images:hover img {
	height: 118px;
	width: 99px;
	background: url('../img/menu_images_active.jpg') top left no-repeat;
}

a#info img {
	float: left;
	height: 118px;
	width: 53px;
	background: url('../img/menu_info_static.jpg') top left no-repeat;
}

a#info:hover img {
	height: 118px;
	width: 53px;
	background: url('../img/menu_info_active.jpg') top left no-repeat;
}



body { 
    background: #000000;
    font-size: 12px;
    font-family: Tahoma, Arial;
    line-height: 13px; 
    color: #EFEFEF; 
    margin: 0; 
    padding: 0;
    text-align: center;
}

p.footer {
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}

h1 {
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-family: Tahoma;
    border-bottom: 1px #42321d solid;
    margin-bottom: 3px;
    padding: 0em 0 0.5em 0;
}

h2 {
    font-size: 10px;
    color: #C0C0C0;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Tahoma;
    margin-top: 0px;
}

h3 {
    font-family: Lucida Console;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: -.09em;
}

h4 {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    font-family: Tahoma;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: .09em;

}

#div.filler_left {
#    float: left;
#    width: auto;
#}

div.main_top {
    width: 971px;
    #height: 343px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    float: center;
    padding: 0;
    #text-align: left;
}

div.main_bottom {
    width: 967px;
    height: 122px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    float: center;
    background-image: url('../img/menu_bottom_bg.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    text-align: left;

}

div.main_content {
    width: 700px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: left;
}

div.footer {
   clear: both;
}

div.ms_right {
    width: auto;
    height: auto;
    float: right;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

div.ms_left {
    width: 330px;
    height: auto;
    float: left;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

div.coverart_img {
	#background: #000;
    #    border-color: #333;
	#border-style: solid;
	#border-width: 1px;
	#color: inherit;
	padding: 2px;
	vertical-align: top;
    float: left;
	width: 150px;
	text-align: center;
	#height: 75px;
}

div.coverart_img img {
    border-color: #333;
	border-style: solid;
	border-width: 1px;
}

div.coverart_text {
	#color: inherit;
	padding: 2px;
	vertical-align: top;
        margin-left: 5px;
        float: left;
}

.tbnail {
    border-color: #333;
	border-style: solid;
	border-width: 1px;
}

a[href$='.mp3'] {
	padding-right: 20px;
	background: transparent url(../img/play.gif) no-repeat center right;
}


