﻿* 
{
    font-family: Arial;
    font-size: 9pt;
    margin: 0;
    padding: 0;
    color: #c2c2c2;
}

body 
{
    background: #0d0d0d url('/images/bg.jpg') repeat;
    background-position: fixed;
}

#wrapper 
{
    margin: 20px auto;
    width: 810px;
}

#top 
{
    position: relative;
    width: 100%;
    float: left;
}
input 
{
    background-color: #000;
    border: solid 1px #4e5c00;}

#content 
{ 
    position: relative;
    width: 785px;
    float: left;
    margin-left: 17px;
    background: #000 url('/images/content_bg.gif') repeat-y;
    
}

.audio {
	border: 5px solid #fff;
	width: 350px;
}
#left 
{
    width: 198px;
    position: relative;
    float: left;
    padding: 0 10px 0 20px;
    margin-left: 16px;
    font-size: 8pt;
	background: #000;


 }

 
#left a:link {padding-bottom: 2px; color: #c2c2c2; text-decoration: none; font-size: 8pt;}
#left a:visited {padding-bottom: 2px; color: #c2c2c2; text-decoration: none; font-size: 8pt;}
#left a:hover {padding-bottom: 2px; color: #c2c2c2; text-decoration: none; background: #363636; font-size: 8pt;}

a:link {color: #c2c2c2; text-decoration: none;}
a:visited {color: #c2c2c2; text-decoration: none;}
a:hover {color: #c2c2c2; text-decoration: none; background: #363636;}

#right 
{

    width: 413px;
    margin-right: 15px;
    padding-left: 35px;
    position: relative;
    float: left;
    color: #c2c2c2;
    background: #000 url('/images/left_border.gif') no-repeat top left;
  	background: #000;

}
#footer 
{
    width: 90%;
    position: relative;
    float: left;
    text-align: right;
    padding-right: 10%;
    color: #999999;
	font-size: 8pt;
}


