DIV.blocka {
  width : 800px;
  height : 15px;
  float : left;
  text-align : right;
  bottom : auto;
  background-image : url(img/title1.jpg);
  font-size : 12px;
  color : white;
  font-weight : bold;
}
DIV.blockb {
  clear: both;  
  width : 800px;
  height : 85px;
  background-image : url(img/title2.jpg);
}
DIV.blockc {
  clear: both;
  width : 800px;
  height : 25px;
  background-color : #333333;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
DIV.cover {
  background-color : white;
  width : 800px;
}
DIV.blockd {
  float: left;
  width : 200px;
  background-color : white;
}
DIV.blocke {
  float: right;
  width : 600px;
}
DIV.blockf {
  clear: both;
  width : 800px;
  height : 30px;
  background-color : white;
}
div.clear {
   clear: both;
}
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : 16px;
  width : 800px;
  background-color : #666666;
}
.Classff{
  background-color : #666666;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
