@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #666;
	background-image:url(../images/bg.jpg);
	height: 100%;
}

td,th {
	background-color: #fff;
}

/* #c10000 left red menu */

img, div { 	
	behavior: url(iepngfix.htc);
	border-style: none;
	border: 0;
}
ul {
	list-style-type: disc;
	list-style-image: inherit;
	list-style-position: inside;
} 
li {
	padding-left: 5px;
	margin: 5px;
}
#container{
	width: 900px;
	display: block;
	height: 100%;
	font-size: 14px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
a:link {
	color: #AE0000;
	text-decoration: underline;
}
a:visited {
	color: #AE0000;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
.hnav a:link {
	color: #FFFFFF;
	text-decoration: none; 
}
.hnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.hnav a:hover {
	color: #000;
	text-decoration: none;
}
.hnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.vnav a:link {
	color: #FFFFFF;
	text-decoration: none; 
}
.vnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.vnav a:hover {
	color: #000;
	text-decoration: none;
}
.vnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.footerlinks a:link {
	color: #FFFFFF;
	text-decoration: none; 
}
.footerlinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footerlinks a:hover {
	color: #000;
	text-decoration: none; 
}
.footerlinks a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.index a:link {
	color: #FFFFFF;
	text-decoration: none; 
}
.index a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.index a:hover {
	color: #999999;
	text-decoration: none; 
}
.index a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.main {
	color: #FFFFFF;
	font-weight: bold;
}
.black {
	color: #000000;
	font-weight: bold;
}
.boldwhite {
	color: #FFFFFF;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
}
.bullets {
	color: #000;
	font-weight: bold;
	size: 22px;
}
.h3 {
	color: #AE0000;
	font-size: 20px;
	font-weight: bold;
}

/* -----   /////   DIV   /////    ----- */


div.content_header
{
	font-size: 18px;
	text-align: left;
	width: 900px;
	height: 145px;
	float: left;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
div.content_footer
{
	text-align: center;
	width: 900px;
	height: 30px;
	float: left;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	padding: 10px 0px 15px 0px;
	
}
div.content_left
{
	width: 180px;
	height: 200%;
	float: left;
	background-image: url(../images/nav_top.gif);
	background-repeat: no-repeat;
	padding: 10px 10px 0px 10px;
}
div.content_right
{
	width: 640px;
	min-height: 200%;
	background-color:#fff;
	padding: 10px 30px 0px 30px;
	float: left;
	background-image: url(../images/topright.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
div.hnav
{	
	width: auto;
	height: 16px; 
	margin: 0px 25px 0px 0px;
	float: left;
}

/* ------ AUDIO ------ */

DIV.audio
{
	color: #000000;
	width: 575px;
	height: auto;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	float: left;
	background-color: #FFFFFF;
	display:inherit;
}

DIV.audiolevels
{
	color: #000000;
	width: 575px;
	padding: 0px;
	height: auto;
	border-bottom: 2px solid #000;
	float: left;
	background-color: #FFFFFF;
	display:inherit;
}
DIV.artist
{
	color: #000000;
	font-weight: bold;
	width: 40px;
	height: 18px;
	padding: 5px;
	float: left;
	background-color: #fff;
	display:inherit;
}
DIV.artistname
{
	color: #000000;
	width: 100px;
	height: 18px;
	padding: 5px;
	border-right: 2px solid #000;
	float: left;
	background-color: #FFFFFF;
	display:inherit;
}

DIV.title
{
	color: #000000;
	font-weight: bold;
	width: 40px;
	height: 18px;
	padding: 5px;
	float: left;
	background-color: #FFFFFF;
	display:inherit;
}
DIV.titlename
{
	color: #000000;
	width: 150px;
	height: 18px;
	padding: 5px;
	border-right: 2px solid #000;
	float: left;
	background-color: #FFFFFF;
	display:inherit;
}

DIV.player
{
	color: #000000;
	width: 290px;
	height: auto;
	padding: 2px;
	float: left;
	background-color: #fff;
	display:inherit;
}