/* CSS Document */

BODY {
  font-family:Georgia, "Times New Roman", Times, serif;
 /* background-color:F3E6C4;
  background-image:url(images/page_bg.jpg);   background-position:center;*/
  color: #000000;
  margin: 0px;
  padding:0px;
  font-size:12px;
  background-image:url(images/page_bg1.jpg);
  background-position:center;
}

A {
  color: #990000;
  text-decoration: none;
}

A:hover {
  color: #888888;
  text-decoration: underline;
}
.header
{
width:900px;
margin:0 auto;
height:185px;
background-image:url(images/index_011.jpg);
}
.main_block
{
width:900px;
margin:0 auto;
/*background-image:url(images/left_bg.jpg);
background-position:left;
background-repeat:repeat-y;*/}
.left
{
width:141px;
float:left;
font-weight:bold;
}
.content
{
width:727px;
float:right;
padding-left: 10px;
}
.footer
{
width:900px;
margin:0 auto;
height:37px;/*
background-image:url(images/index_04.jpg);*/
font-size:10px;
clear:both;

}
.title
{
font-size:16px;
font-style:italic;
font-weight:bold;
color:#990000;
}
.bottomline
{
border-bottom:#999999 dashed 1px;}
.foot{
font-size:11px;}

