/* CSS Document */

body {
background-color: #480001;
margin: 0;
width:100%;
font-size:12px;
font-family:Arial;
text-align:center;
}
a
{
 text-decoration:underline;
 color:#7B0404;
 
}

a:hover
{
text-decoration: none;

}

.imgleft
{
  background-image:url(../images/left_bg.jpg);
  background-repeat:no-repeat;
  height:1087px;
  width:200px;
  float:left;
}
.imgright
{
  background-image:url(../images/right_bg.jpg);
  background-repeat:no-repeat;
  height:1087px;
  width:200px;
  float:right;
}
.imgcenter
{
 width:800px;
 float:left;
}
.menubg
{
 background-image:url(../images/menu_bg.gif);
 background-repeat:repeat-x;
 height:44px;
 color:#770705;
 font-weight:bold;
 font-family:[PerpetuaTitlingMT];
 padding-left: 12px;
}
.menutext
{
 vertical-align:middle;
 color:#7B0404;
 padding-top:20px;
 float:left;
 padding-left:13px;
 padding-right:10px;
 height:24px;
}
.menuline
{
 vertical-align:middle;
 color:#7B0404;
 float:left;
 padding-left:13px;
 padding-right:10px;
 height:44px;
 padding-top:20;
}
.pannel1
{
 width:539;
 float:left;
 vertical-align:top;
 background-color:#FFFFFF;
 height:737px;
}
.pannel2
{
 width:261;
 vertical-align:top;
 height:737px;
}
.content
{
 padding-left:37px;
 line-height:16px;
 padding-right:30px;
 font-size:11px;
 background-color:#FFFFFF;
 text-align:left;
 padding-top:25px;
 width:472px;
}
.content span
{
 font-family:Georgia;
 color:#9F1010;
}
#date
{
 font-family:Georgia; color:#000000;
}
hr
{
 color:#E1E1E1; height:1px;"
}
.bg1
{
 
 height:504px;
 float:left;
 width:261px;
}
.footerbg
{
 background-image:url(../images/footer_bg.jpg);
 background-repeat:no-repeat;
 height:135px;
 width:800px;
}
.footertext
{
 color:#FFFFFF;
 padding-top:20px;
 line-height:18px;
}
.footertext a
{
 color:#FFFFFF;
}

.footertext a:hover
{
 color:#FFFFFF;
}

.footer a
{
font-size: 11px;
 color:#FFFFFF;
 text-decoration: none;
}

.footer a:hover
{
text-decoration: underline;
}

ul
{
margin: 15px;
padding: 0px;
}

ul li
{
list-style-image: url(../images/arrow.gif);
}