DIV.menu_top A:hover, DIV.menu_top A:link, DIV.menu_top A:visited, DIV.menu_top A:active   {
    text-decoration: none; 
    color: #fff;
}

BODY{
    background-color: #c0c0c0;
}

DIV{
    margin: 0px 0px 0px 0px;
}

DIV.page{
}

DIV.menu_top{
    color: #FFF;
    position: relative;
    top: 10px;
    left: 34px;
    width: 500px;
    height: 26px;
    text-align: left;
}

DIV.sub_page_title{
    color: #FFF;
    position: relative;
    top: 178px;
    left: -155px;
    width: 129px;
    height: 26px;
    font-weight:  bold;
    font-size: 20px;
}

DIV.head{
    background-image: url(header.jpg);
    width: 780px;
    height: 233px;
    position: relative;
    left: 50%;
    margin-left: -390px;

}

DIV.whole_body{
    position: relative;
    left: 50%;
    margin-left: -390px;
    background-color: #fff; 
    width: 780px;
}


DIV.left{
    background-image: url(left.jpg);
    background-repeat: no-repeat;
    background-color: #fff;
    width: 166px;
    min-height: 400px;
    text-align: left;
    color: #872a23;
    font-size: 13px;
    font-weight: bold;
    font-family: Tahoma, serifSansSerifMonospace;
    float: left;
}


DIV.body{
    width: 603px;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    background-color: #fff;
    float: left;
}

DIV.footer{
    background-image: url(footer.jpg);
    left: 165px;
    width: 614px;
    height: 215px;
    position: relative;
    
}

DIV.footer_right{
    text-align: left;
    position: relative;
    left: 300px;
    top: 8px;
}

DIV.last_line{
    text-align: left;
    position: relative;
    left: 15px;
    top: 55px;
    font-size: 11px;
}

LI{
    margin-left: 10px;
    position: relative;
    left: 20px;
}

P{
    padding-left: 5px;
}

div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 100%;
  margin: 2px;
  border: 1px solid #BBB;
  }

div.img
  {
  margin: 2px;
  border: 1px solid #BBB;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
div.img a:hover img
  {
  border: 1px solid #BBB;
  }

