body  {
	background-color: #000000;
	background-image : url(../img/body_bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
}

img {border:none}

td.wline {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	/*background:#00FF66;*/
	height:1px;
}
td.artistName {
	line-height: 15px;
	vertical-align:text-top;
}
td.artistLink {
	line-height: 15px;
	text-align:right;
}
tr {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#mainContainer {
    width: 925px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#left {
    float:left;
    width: 200px;
	
}

#center {
    float:left;
    width: 325px;

}
.centerDiv {
    float:left;
    width: 325px;

}
.columnDiv {
    float:left;
    width: 200px;

}
#right {
    float:left;
    width: 200px;

} 
#right2 {
    float:left;
    width: 200px;
	
} 
#wl200Div {
    float:left;
    width: 200px;
	padding : 0px 0px 10px 0px;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #ffffff;
	font-size:10px;
	margin : 0px 0px 10px 0px;
}
p.artists  {
	margin : 0px 0px 0px 0px;
}

a {
	color: #ff7e00;
	text-decoration: none;
}
a:visited {
	color: #ff7e00;
	text-decoration: none;
}
a:hover {
	color: #ff7e00;
	text-decoration: underline;
}
.boldText {
	font-weight: bold;
}
.boldTextO {
	font-weight:bold;
	color: #ff7e00;
}