/* CSS Document */

#left-background{
  float: left;
  background-image: url(../img/background_left.png);
  height: 471px;
  width: 227px;
}

#left-semi-top{
  float: left;
  margin-top: 20px;
  background-image: url(../img/background_left_semi_top.png);
  width: 191px;
  height: 10px;
}

#left-semi{
  float: left;
  background-image: url(../img/backgrond_left_semi.png);
  width: 191px;
  height: auto;
}

#left-semi-bottom{
  float: left;
  background-image: url(../img/background_left_semi_bottom.png);
  width: 191px;
  height: 10px;
}

#left ul{
 padding-left: 40px;
 font-family: Arial;
 font-size: 16px;
 font-weight: bold;
 font-style:Italic;
 }

#left ul li{
  list-style-type:none;  
  width: 144px;
}


#left a{
 text-decoration: none;
  color: #fff;
  width: 100%;
  display: block;
}
