body
{
 margin: 0px;
 padding: 0px;
 background-color: #ffffff;
 font-family: arial;
 font-size: 90%;
 height: 100%;
}

img
{
 border: 0;
 margin: 0;
 padding: 0;
}

div
{
 margin: 0px;
 padding: 0px;
 text-align: left;
 position: relative;
}

  div#header
  {
   width: 980px;
   height: 50px;
   top: 0;
   left: 50%;
   margin-left: -490px;
   text-align: center;
   position: absolute;
  }
  
  div#feedwrap
  {
   width: 980px;
   height: 20px;
   top: 55px;
   left: 50%;
   margin-left: -490px;
   position: absolute;
  }
  
    div#feed
    {
     width: 980px;
     height: 20px;
     top: 0;
     left: 0;
     background: #ff0000 url(img/sunset.jpg) repeat scroll top left;
    }
  
  div#left
  {
   width: 130px;
   height: 480px;
   top: 80px;
   left: 50%;
   margin-left: -490px;
   border: 2px solid #cccccc;
   text-align: right;
   position: absolute;
  }
  
  div#main
  {
   width: 696px;
   height: 480px;
   top: 80px;
   left: 50%;
   margin-left: -350px;
   border: 2px solid #cccccc;
   overflow: auto;
   position: absolute;
  }
  
    div.columnleft
    {
     width: 336px;
     float: left;
    }
    
    div.columnright
    {
     width: 336px;
     float: left;
     left: 4px;
    }
    
    div.imgwrap
    {
     width: 96%;
     text-align: center;
    }
  
  div#right
  {
   width: 130px;
   top: 80px;
   left: 50%;
   margin-left: 356px;
   position: absolute;
  }
  
    div#top
    {
     width: 100%;
     height: 235px;
     border: 2px solid #cccccc;
     overflow: hidden;
    }
    
    div#bottom
    {
     width: 100%;
     height: 236px;
     border: 2px solid #cccccc;
     top: 5px;
     overflow: hidden;
    }

p
{
 margin: 0;
 padding: 3px;
 padding-bottom: 5px;
}

  p.menu
  {
   padding-top: 10px;
   font-weight: bold;
  }

h3
{
 margin: 0;
 padding: 5px;
 padding-top: 10px;
 padding-bottom: 10px;
 clear: both;
 text-align: center;
}

h4
{
 margin: 0;
 padding: 5px;
 padding-top: 10px;
 clear: both;
}

form
{
 margin: 0;
 padding: 0;
}

ol, ul
{
 margin: 0;
 padding: 0;
 padding-left: 35px;
}

a:link
{
 color: #0000ff;
 text-decoration: none; 
}

a:visited
{
 color: #0000ff;
 text-decoration: none; 
}

a:hover
{
 color: #0000ff;
 text-decoration: underline; 
}

a:active
{
 color: #0000ff;
 text-decoration: underline; 
}

a.menu:link
{
 color: #cc3300;
 text-decoration: none; 
}

a.menu:visited
{
 color: #cc3300;
 text-decoration: none; 
}

a.menu:hover
{
 color: #cc3300;
 text-decoration: underline; 
}

a.menu:active
{
 color: #cc3300;
 text-decoration: underline; 
}

a.ticker:link
{
 color: #ffffff;
 text-decoration: none;
 margin-left: 15px;
}

a.ticker:visited
{
 color: #ffffff;
 text-decoration: none;
 margin-left: 15px;
}

a.ticker:hover
{
 color: #ffffff;
 text-decoration: underline;
 margin-left: 15px;
}

a.ticker:active
{
 color: #ffffff;
 text-decoration: underline;
 margin-left: 15px;
}
