body {
	background: #99ccff;
	font-family: trebuchet, verdana;
	font-size: 12px;
	color: #666666;
}

h2 {
	color: #006699;
	font-size: 20px;
	text-decoration: none;
}

h3 {
	color: #006633;
	text-decoration: none;
	font-style: normal;
}



a.link:link {
	color: #006699;
	text-decoration: none;
	border-bottom: 1px solid #666666;

}

a.link:visited {
	color: #006699;
	text-decoration: none;
	border-bottom: 1px solid #666666;
}

a.link:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #006699;
}
a.link:active {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #006699;
}
a.mailto {
	color: #006699;
	text-decoration: none;
	border-bottom: 1px solid #666666;

}
a.mailto:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #006699;
	cursor: pointer;
}
a.mailto:active {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #006699;
	cursor: pointer;
}

img.logo {
	position: absolute;
	top: 30px;
	left: 450px;
	z-index: 100;
}


#menu {
	position: absolute;
	z-index: 50;
	top: 28px;
	left: 36px;
	width: 390px;
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
}



a#news img {height: 62px; width: 57px; border-width: 0; background: top left no-repeat #99ccff; background-image: url(img/news.png);}
a#bio img {height: 62px; width: 57px; border-width: 0; background: top left no-repeat #99ccff; background-image: url(img/bio.png);}
a#music img {height: 62px; width: 57px; border-width: 0; background: top left no-repeat #99ccff; background-image: url(img/music.png);}
a#media img {height: 62px; width: 57px; border-width: 0; background: top left no-repeat #99ccff; background-image: url(img/media.png);}
a#connect img {height: 62px; width: 57px; border-width: 0; background: top left no-repeat #99ccff; background-image: url(img/connect.png);}
a#blackout img {height: 62px; width: 57px; border-width: 0; background: top left no-repeat #99ccff; background-image: url(img/blackout.png);}

a#news:visited img {background-image: url(img/news.png);}
a#bio:visited img {background-image: url(img/bio.png);}
a#music:visited img {background-image: url(img/music.png);}
a#media:visited img {background-image: url(img/media.png);}
a#connect:visited img {background-image: url(img/connect.png);}
a#blackout:visited img {background-image: url(img/blackout.png);}

a#news:hover img {background-image: url(img/news2.png);}
a#bio:hover img {background-image: url(img/bio2.png);}
a#music:hover img {background-image: url(img/music2.png);}
a#media:hover img {background-image: url(img/media2.png);}
a#connect:hover img {background-image: url(img/connect2.png);}
a#blackout:hover img {background-image: url(img/blackout2.png);}

a#news:active img {background-image: url(img/news2.png);}
a#bio:active img {background-image: url(img/bio2.png);}
a#music:active img {background-image: url(img/music2.png);}
a#media:active img {background-image: url(img/media2.png);}
a#connect:active img {background-image: url(img/connect2.png);}
a#blackout:active img {background-image: url(img/blackout2.png);}

table.main {
	position: absolute;
	top: 88px;
	left: 30px;
	width: 700px;
	border: hidden;
	border-collapse: collapse;
}

td.top {
	background: url(img/border-top.gif) no-repeat top left;
	height: 28px;
	margin: 0px;
	padding: 0px;
}

td.content {
	background: url(img/border-middle.gif) repeat top left;
	margin: 0px;
	padding: 0px 60px 0px 40px !important;
}

td.bottom {
	background: url(img/border-bottom.gif) no-repeat top left;
	margin: 0px;
	padding: 0px;
	height: 42px;
}

ul.playlist, ul.info {
	list-style-type: circle;
	color: #003366;
}

p.caption {
	text-align: center;
	font-size: 10px;
	color: #006699;
}

div.float {
	float: right;
	margin: 20px 10px 10px 10px;
	border: 0px;
	display: inline;
}

div.section {
	border-bottom: dotted 2px #006633;
}

.bold {
	font-weight: bold;
	color: black;
}
