body {
	top: 0;
	left: 0;
	margin: 0;
	background-color: #cccccc;
}

td {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;

}

td.headRed {
	background-image: url(images/head_red.gif);
	background-repeat: no-repeat;
	height: 45px;
	color: #ff0000;
	padding-left: 45px;
	font-size: 12pt;
	font-weight: normal;
}

td.headPurple {
	background-image: url(images/head_purple.gif);
	background-repeat: no-repeat;
	height: 45px;
	color: #8d0dfa;
	padding-left: 45px;
	font-size: 12pt;
	font-weight: normal;
}

td.headOrange {
	background-image: url(images/head_orange.gif);
	background-repeat: no-repeat;
	height: 45px;
	color: #fea200;
	padding-left: 45px;
	font-size: 12pt;
	font-weight: normal;
}

td.headOrangeDark {
	background-image: url(images/head_darkorange.gif);
	background-repeat: no-repeat;
	height: 45px;
	color: #ff5a00;
	padding-left: 45px;
	font-size: 12pt;
	font-weight: normal;
}

td.headBlack {
	background-image: url(images/head_black.gif);
	background-repeat: no-repeat;
	height: 45px;
	color: #ffffff;
	padding-left: 45px;
	font-size: 12pt;
	font-weight: normal;
}

td.headGrey {
	background-image: url(images/head_grey.gif);
	background-repeat: no-repeat;
	height: 45px;
	color: #333333;
	padding-left: 45px;
	font-size: 12pt;
	font-weight: normal;
}

#footer {
	background-color: #666666;
	font-family: arial, helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid black;
	width: 729px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#getaddicted {
	background-color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	text-align: justify;
	border: 1px solid black;	
	width: 213px;
}

#musicdownloads {
	background-color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	text-align: justify;
	border: 1px solid black;
	width: 508px;
}

#myspace {
	background-color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	text-align: justify;
	border: 1px solid black;
	width: 508px;
}

#comingup {
	background-color: #e4ecff;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-align: justify;
	border: 1px solid black;	
	width: 213px;
}

#comingup tr td {
	border-bottom: 1px solid grey;
}

#artists {
	background-color: #e4ecff;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-align: justify;
	border: 1px solid black;	
	width: 269px;
}


.content {
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	text-align: justify;
	border: 1px solid black;
	width: 508px;
	margin-bottom: 10px;
}

.content_short {
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	text-align: justify;
	border: 1px solid black;
	width: 451px;
	margin-bottom: 10px;
}

.sidebar {
	background-color: #e4ecff;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-align: justify;
	border: 1px solid black;	
	width: 213px;
}

.sidebar tr td {
	border-bottom: 1px solid grey;
}

a {
	text-decoration: none;
	color: #ff6600;
}

a:hover {
	text-decoration: underline;
}

a.blue {
	color: #3366ff;
}

a.red {
	color: #ff0000;
}


#adictsList
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#adictsList.red li
{
	padding-left: 20px;
	background-image: url(images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 0;
	color: #ff0000;
	font-size: 8pt;
}

#adictsList.red li a
{
	color: #ff0000;
}

#adictsList.yellow li
{
	padding-left: 20px;
	background-image: url(images/bullet_yellow.gif);
	background-repeat: no-repeat;
	background-position: 0;
	color: #ffff00;
	font-size: 8pt;
}

#adictsList.yellow li a {
	color: #ffff00;
}

#adictsList.orange li
{
	padding-left: 20px;
	background-image: url(images/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 0;
	color: #ff6600;
	font-size: 8pt;
}

#adictsList.orange li a
{
	color: #ff6600;
}

ul {
	padding-left: 20px;
}
