body {
    background-color: #000;
    background-image: url(../img/background.jpg);
    background-position: top;
    background-repeat: no-repeat;
    color: #fff;
    font-family: Verdana;
    font-size: 8pt;
}

#header, #content, #footer{
    margin: 0 auto;
    width: 990px;

}

#header {
    border-bottom: 1px dotted #666;
    height: 90px;
}

#header a, #footer a, #content a {
    color: #fff;
    text-decoration: none;
} 

#header div, #header ul {
    float: left;
}

#header div {
    margin-left: 15px;
    width: 530px;
}

#header ul {
    margin: 15px 7px;
}

#header img {
    margin: 14px 0;
}

#header .current a {
    color: #00BEFF;
    font-weight: bold;
}

#content p {
	margin: 15px 0;
}




#footer {
    border-top: 1px dotted #666;
    color: #cecece;
    height: 120px;
}

#footer p {
   /* text-align: right;*/
    margin-right: 36px;
    margin-top: 15px;
}

#footer p a {
    color: #cecece;
    font-weight: bold;
}

#ibox_content {
    color: #fff;
    background-color: #000;
}

#ibox_content h2 {
    font-size: 14pt;
}

#ibox_content a, #ibox_footer_wrapper a{

    color: #fff;
}
#breadcrumbs
{
	margin:0 0 0 20px;
}
#breadcrumbs p
{
	font-size:11px;
}
#breadcrumbs a
{
    color: #00BEFF;
	font-weight:bold;
}

/**BUY MUSIC PAGE **/

#buymusic_artist{
	z-index:1;
	height:20px;
	position:relative;
	top:30px;
	left:30px;
	
}


#buymusic_artist p{
	line-height:150%;
	z-index:1;
	
}

#buymusic_artist a:hover{
	line-height:150%;
	text-decoration:underline;
	z-index:1;
}

#buymusic_img a{
	z-index:-1;	
}

#buymusic_img a:hover img.hover{
	display:inline;
	z-index:-1;
}

#buymusic_img a:hover img.nohover{
	display:none;
	z-index:-1;
}

#buymusic_img img.hover {display:none;border:0;z-index:-1;}

#buymusic_heading{
	margin-top:50px;
	margin-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	
}


