body
{
   font-size: 12px;
   background-color:#FC9;
   margin:0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #666;
}

#container
{  
   width: 745px;
   margin-left: auto;
   margin-right: auto;
   padding:0;
}

#content
{
   background-color:#FFF;
   background-image:url(../images/bg_main.gif);
   padding-left:25px;
   padding-right:25px;
}

#footer
{
	height:39px;
	background-image:url(../images/bg_footer.gif);
	background-repeat:no-repeat;
	text-align: center;
	font-size: 10px;
}

#covers
{
   text-align:center;
}

.coverHolder
{
   background-image:url(../images/cover_holder.gif);
   width:84px;
   height:107px;
   background-repeat:no-repeat;
   float:left;
   padding-top:8px;
}

#content h1
{
   width:281px;
   height:55px;
   margin:0;
   text-indent: -9999px;
   background-image:url(../images/newspread.gif);
   background-repeat:no-repeat;
}

#content h2
{
   font-weight:normal;
   font-size:21px;
   color:#F96;
}

#links
{
   float:right;
   width:180px;
   margin-bottom:25px;
}

#links ul
{
   margin: 0; 
   padding: 0;
   list-style-type:none;
   font-size:11px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
}

#links li
{
   margin-bottom: 1px;
} 

#links a
{
   display: block;
   width:160px;
   line-height:24px;
   padding-left: 5px;
   border: 0;
   background: #F0F0F0;
   text-decoration: none;
   color: #666;
} 

#links a:link
{
   color: #666;
}

#links a:active, .links a:visited
{
   color: #666;
}

#links a:hover
{
   border:0;
   background: #F8F8F8;
   color: #666;
}

a:link
{
   color: #06C;
   text-decoration: none;
   border-bottom: 1px dotted #06C;
}

a:visited
{
   color: #06C;
   text-decoration: none;
}

a:hover
{
   color: #06C;
   text-decoration: none;
   border-bottom: 1px solid #06C;
}

a:active
{
   color: #06C;
   text-decoration: none;
}

hr
{
   color:#FC9;
   background-color:#FC9;
   height:1px;
   border:0;
}

img
{
   border:none;
}

#mainContent
{
   width:510px;
   overflow-x:hidden;
}


