main {
	font-family: "Helvetica";		
}

p {
	color: #AAAAAA;
	font-family: "Helvetica";
	font-size: 1.1em;
	letter-spacing: .05em;
	text-align: justify;
}

p.small {
	font-size: .5em;
}

.paragraph_style {
	text-align: center;
    color: #EEEEEE;
    font-family: 'JazzLetPlain', 'Jazz LET', 'ArialMT', 'Arial', sans-serif;
	font-size: 2em;
}

a {
	color: #3A64AC;
	font-family: "Helvetica";
	cursor: pointer;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

span {
	color: #AAAAAA;
	font-family: verdana, sans-serif;
	font-size: 14;
	letter-spacing: .05em;
	text-align: justify;
}

img {
	border: 0;
}

body {
	background-image: url("../images/bg_gradient.png");
	background-repeat: repeat-x;
	background-color: #000711;
}

div.account {
	color: #AAAAAA;
	font-family: verdana, sans-serif;
	font-size: 12;
	text-align: right;
}

div.latest {
	position: absolute;
	top: 405;
	left: 20;
	width: 700;
	height: 60;
	background: url("../images/ceiling.png") 0px 0px no-repeat;
}

/*------ Top Navigation ------*/
a.home {
	position: absolute;
	top: 10;
	left: 210;
	width: 58;
	height: 20;
	background: url("../images/nav_home.png") 0px 0px no-repeat;
}
a.home:hover {
	background-position: 0px -20px;
}

a.artists {
	position: absolute;
	top: 10;
	left: 330;
	width: 180;
	height: 20;
	background: url("../images/nav_artists.png") 0px 0px no-repeat;
}
a.artists:hover {
	background-position: 0px -20px;
}

a.about {
	position: absolute;
	top: 10;
	left: 555;
	width: 62;
	height: 20;
	background: url("../images/nav_about.png") 0px 0px no-repeat;
}
a.about:hover {
	background-position: 0px -20px;
}

a.contact {
	position: absolute;
	top: 10;
	left: 670;
	width: 80;
	height: 20;
	background: url("../images/nav_contact.png") 0px 0px no-repeat;
}
a.contact:hover {
	background-position: 0px -20px;
}


/*----- Side Listen Menu -----*/

#genreactive {
	background-position: 0px -40px;
}

a.pop {
	position: absolute;
	top: 40;
	left: 10;
	width: 200;
	height: 20;
	background: url("../images/menu/mnu_pop.png") 0px 0px no-repeat;
}
a.pop:hover {
	background-position: 0px -20px;
}

a.rock {
	position: absolute;
	top: 70;
	left: 10;
	width: 200;
	height: 20;
	background: url("../images/menu/mnu_rock.png") 0px 0px no-repeat;
}
a.rock:hover {
	background-position: 0px -20px;
}

a.hiphop {
	position: absolute;
	top: 100;
	left: 10;
	width: 200;
	height: 20;
	background: url("../images/menu/mnu_hiphop.png") 0px 0px no-repeat;
}
a.hiphop:hover {
	background-position: 0px -20px;
}

a.rb {
	position: absolute;
	top: 130;
	left: 10;
	width: 200;
	height: 20;
	background: url("../images/menu/mnu_rb.png") 0px 0px no-repeat;
}
a.rb:hover {
	background-position: 0px -20px;
}

a.country {
	position: absolute;
	top: 160;
	left: 10;
	width: 200;
	height: 20;
	background: url("../images/menu/mnu_country.png") 0px 0px no-repeat;
}
a.country:hover {
	background-position: 0px -20px;
}

a.blues {
	position: absolute;
	top: 190;
	left: 10;
	width: 200;
	height: 20;
	background: url("../images/menu/mnu_blues.png") 0px 0px no-repeat;
}
a.blues:hover {
	background-position: 0px -20px;
}

a.kids {
	position: absolute;
	top: 220;
	left: 10;
	width: 200;
	height: 20;
	background: url("../images/menu/mnu_kids.png") 0px 0px no-repeat;
}
a.kids:hover {
	background-position: 0px -20px;
}

a.dance {
	position: absolute;
	top: 250;
	left: 10;
	width: 200;
	height: 20;
	background: url("../images/menu/mnu_dance.png") 0px 0px no-repeat;
}
a.dance:hover {
	background-position: 0px -20px;
}

a.film {
	position: absolute;
	top: 280;
	left: 10;
	width: 200;
	height: 20;
	background: url("../images/menu/mnu_film.png") 0px 0px no-repeat;
}
a.film:hover {
	background-position: 0px -20px;
}