body
{
    width: 100%;
    height: 100%;

    padding: 0px;
    margin: 0px;
    background-color: #000000;
    color: #EEEEEE;
    font-family: Arial;
    font-size: 12px;
}

div.centerme
{
    
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 800px;
	height: 623px;
    border-width: 3px;
    border-style: none;
    border-color: #A0A0A0;
    padding: 1px;
   /* background-color: #FFFF00;*/
    position: relative;
}

div.menubar
{
    width: 100%;
    height: 20px;
    border-style: none;    
    font-weight: bold;
    font-size: 15px;
    font-family: Arial;
    padding: 1px;
    vertical-align: middle;
    color: #A0A0A0;
    text-align: center;
    z-index: 2;
}

div.menubar a
{
    text-decoration: none;
    color: #A0A0A0;
}

div.menubar a:hover
{
    color: #F8F8F8;
}

div.content
{
    background-image: none;
    background-repeat: no-repeat;
	width: 790px;
	height: 590px;
    overflow: auto;
    color: #F4F4F4;
    font-family: Arial;
    font-size: 13px;
    padding: 5px;
    border-width: 3px;
    border-style: double;
    border-color: #A0A0A0;
}

div.content hr
{
    border-color: #A0A0A0;
}

div.content h1
{
    font-size: 35px;
    font-weight: bold;
}

div.content h2
{
    font-size: 20px;
    font-weight: bold;
}

div.content h2 a
{
    font-size: 20px;
    font-weight: bold;
    color: #D0D0D0;
}

div.content h3
{
    font-size: 15px;
    font-weight: bold;
}

div.content a
{
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #A0A0A0;
}

div.content a:hover
{
    color: #F8F8F8;
}

div.content object
{
    display: none;
}

div.under
{
    width: 100%;
    height: 15px;
    font-size: 10px;
    border-style: none;
    border-width: 0px;  
    color: #A0A0A0;
}

div.under a
{
    text-decoration: none;
    color: #A0A0A0;
}

div.under a:hover
{
    color: #F8F8F8;
}


div.under table
{
    width: 100%;
}

div.under td.copyright
{
    text-align: left;
}

div.under td.w3c
{
    text-align: right;
}

div.tracklist
{
    display: none;
    background-color: #A0A0A0;
    white-space: pre;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #A0A0A0;
    font-family: "courier new";
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

object
{
    width: 750px;
    height: 81px;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    z-index: 1;
}

div.radioheader
{
    text-align: center;
    width: 100%;
    
}

div.radioheader a img
{
    border-width: 1px;
    border-style: solid;
}
