  body {
        background-color: #fff;
        margin: 0;
        padding: 0;
 }
   #top {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial,Times new roman sans-serif;
    font-size: 14px;
    width: 1010px;
    margin: auto;
  }
  #header {
   background: URL(images/header.jpg);
   width: 1010px;
   height: 206px;
   float: left;
 }
   #under {
   background: URL(images/under.jpg);
   width: 1010px;
   height: 57px;
   float: left;
 }
  #leftblock {
    width:252px;
    height: 100%;
    float: left;
  }
   #rightblock {
    width:758px;
    height:100%;
    float:left;
  }
   .formenu li{
    list-style: disc;
    color: #e53b21;
    padding-top: 6px;
 }
a.main {
  color: #e53b21;
  font-size: 18px;
  padding: 0 0 0 15px;
  text-decoration: none;
}
a.main:hover {
  color: #329a67;
}
.text {
  color: #0e0e0e;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
}
h1 {
  color: #e53b21;
  font-size: 20px;
  padding-left: 20px;
}
.red {
  color: #e7192d;
}

#footer {
   background-image: URL(images/footer.jpg);
   background-position: bottom;
   margin-top: 30px;
   width: 1010px;
   height:155px;
   float:left;
 }
 #footer a {
   font-family: Verdana,Arial,Tahoma,sans-serif;
   font-size: 12px;
   color: #9d1e0a;
   text-decoration: none;
   padding-right: 6px;
}
 #footer a:hover {
   color: #000;
 }
