
body
{
    background-image: URL("../images/bg.gif");
    SCROLLBAR-FACE-COLOR: #dddd44; 
    SCROLLBAR-HIGHLIGHT-COLOR: #ee8822; 
    SCROLLBAR-SHADOW-COLOR: #000000; 
    SCROLLBAR-3DLIGHT-COLOR: #4a5a5a; 
    SCROLLBAR-ARROW-COLOR: #000000; 
    SCROLLBAR-TRACK-COLOR: #ee8822; 
    SCROLLBAR-DARKSHADOW-COLOR: #dddd44
}

.Header 
{
    width: 831px;
}

.Menu
{
  font-family: verdana, arial, "ms sans serif", sans-serif; 
  font-size: 10px; 
  font-weight: normal;
  color: #333333;
  padding-top: 250px;
  text-align: center;
  background: none;
}

.HeaderImage
{
  background: silver;
    width: 336px;
    height: 388px;
    float: right;
  background: URL("../images/header-photo.jpg");
}

.HeaderDjNadi
{
  background: silver;
    float: left;
  height: 388px;
  width: 495px;
    background: #ffcc00;
  background-image: URL("../images/header-djnadi.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.Spacing
{
    width: 831px;
    height: 20px;
    background: none;
}

.Content
{
    width: 831px;
    clear:both;
    background: #ff9900;
    text-align: justify;
    padding: 5px 0px 5px 0px;
    overflow: auto;
}

.SubHeader
{
    background: #333333;
    height: 20px;
    color: #ff9900;
    margin: 10px 10px 0px 10px;
    padding: 2px 0px 1px 10px;
}

.Date
{
    float:right;
  font-family: Verdana; 
  font-size: 10px; 
  font-weight: normal;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-top: 2px;
    background: #333333;
    color: #ffffff;
}

.Title
{
    float:left;
  font-family: Verdana; 
    font-weight: bold;
  font-size: 12px; 
    padding-bottom: 1px;
    background: #333333;
}

.Text
{
    font-family: verdana, arial, "ms sans serif", sans-serif; 
    font-size: 10px; 
    font-weight: normal;
    line-height: 14px;
    padding: 10px 10px;
    color: #333333;
    background: #ffcc00;
    clear: both;
    margin: 0px 10px 10px 10px;

}

.Bio
{
    font-family: verdana, arial, "ms sans serif", sans-serif; 
    font-size: 12px; 
    font-weight: normal;
    padding: 10px 10px;
    color: #333333;
    text-align: center;
}

.Sponsor
{
    font-family: verdana, arial, "ms sans serif", sans-serif; 
    font-size: 10px; 
    font-weight: normal;
    line-height: 14px;
    height: 50px;
    padding: 10px 10px;
    color: #333333;
    background: #ffcc00;
    clear: both;
    margin: 0px 10px 10px 10px;

}

.Footter
{
    width: 831px;
    background: #FFCD00;
}

.Copyright
{
    width: 831px;
  font-family: verdana; 
  font-size: 10px; 
}

h1
{
 font-size: 12px;
 margin-bottom: 2px;

}

h2
{
 padding-top: 5px;
 margin-bottom: 5px;
 font-size: 12px;
 font-weight: normal;
}

a:link 
{
 color: #333333;
 font-weight: bold; 
 text-decoration: none;
}

a:visited 
{
 color: #333333;
 font-weight: bold;
 text-decoration: none;
}

a:active 
{
 color: #333333;
 font-weight: bold;
 text-decoration: none;
}

a:hover 
{
 color:#666666;
 font-weight: bold;
 text-decoration: overline;
}

