*
{
   padding: 0px;
   margin: 0px;
}

body
{
   background: #F9F9FF;
   font: 1em verdana, sans-serif; 
   color: #808080;
   line-height: 1.5em;
}

a
{
   color: #FF7800;
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}


p
{
   margin-bottom: 1em;
   text-align: left;
}


img
{
   border: 1px solid #000000;
}

td
{
   padding-right: 10px;
   padding-top: 5px;
}

ul
{
   padding-left: 1em;
}

#outer
{
   position: relative;
   width: 980px;
   margin: 0 auto;
}

#inner
{
   position: relative;
   padding: 13px 30px 13px 30px;
   background: #F9F9FF;
   width: 920px;
}


#banner
{
   width: 920px;
   position: absolute;
   background: #EAEAE2 url('images/banner.jpg') no-repeat;
   height: 94px;
}

#menu
{
   position: absolute;
   top: 70px;
   left: 270px;
   font: 14px verdana, sans-serif;
}


#menu ul li
{
   display: inline;
   padding-left: 3px;
}


#menu ul li a
{
   background-color: transparent;
   background-repeat: repeat-x;
   padding: 8px 12px 8px 12px;
   font-size: 1em;
   color: #666b88;
   font-weight: bold;
   text-decoration: none;
}


#menu ul li a:hover
{
   text-decoration: underline;
}

#content
{
   position: absolute;
   top: 130px;
   width: 920px;
}

#sponsors
{
   position: relative;
   width: 200px;
   float: right;
}

#sponsors h3
{
   position: relative;
   color: #555767;
   font-size: 1.5em;
   background: url('images/dot.gif') bottom repeat-x;
   padding: 0px 0px 10px 0px;
   margin-bottom: 1.5em;
}

#sponsors .content
{
   padding: 0px 10px 0px 10px;
   margin-bottom: 20px;
}

#primarycontent
{
   position: relative;
   width: 650px;
   float: left;
   padding: 0px 15px 0px 15px;
   margin-bottom: 2em;
}

#primarycontent h3
{
   position: relative;
   font-size: 1.5em;
   color: #555767;
   background: url('images/dot.gif') bottom repeat-x;
   padding: 0px 0px 10px 0px;
   margin-bottom: 1.5em;
}

#primarycontent .content
{
   padding: 0px 15px 0px 15px;
   margin-bottom: 20px;
}

#primarycontent .post
{
   margin-bottom: 30px;
}

#primarycontent .post .header
{
   position: relative;
}


#footer
{
   position: relative;
   clear: both;
   height: 2em;
   text-align: center;
   line-height: 2em;
   background: url('images/dot.gif') top repeat-x;
   color: #8D8DA8;
}

#footer a
{
   color: #73738C;
}
