#contentheader{
   border-bottom: 0;
}

#contentheader .center{
   padding: 10px;
   width: 600px;
}

#contentheader h2{
   margin-bottom: 12px;
}

   #contentheader h2 b{
      color: #68BADA;
   }

#contentheader h5{
   font-weight: bold;
   font-size: 12px;
}

#contentheader .download{ 
   height: 195px;
   margin: 0 0 0 15px;
   display: block;
   
   text-align: center;
   font-size: 19px;
}

   #contentheader .download img{ 
      display: block;
      behavior: url('/css/iepngfix.htc');
   }
   
   #contentheader .download .version{
      margin: -50px 0 38px;
      
      font-size: 15px;
      color: #454545;
   }
   
   #contentheader .download .size{
      margin-top: 6px;
      font-size: 15px;
      color: #454545;
   }

#contentheader .type{
   margin: 10px 0 10px;
}

   #contentheader .type li{
      margin: 13px 0;
      cursor: pointer;
   }
   
   #contentheader .type input{
      margin: 0 5px 0 0;
   }
   
#content{
   line-height: 22px;
}

   #content h3{
      margin-top: 25px;
   }
   
      #content h3 a
      #content h3 a:link,
      #content h3 a:visited{
         color: #A2D959;
      }

   #content .column{
      width: 400px;
      padding: 0 0 0 50px;
   }
   
      #content .column h3{
         margin-top: 0;
      }
      
#content .changelog{
   margin-top: 30px;
   padding-top: 20px;
   border-top: 3px solid #e1e1e1;
}

   #content .changelog ul{
      list-style-type: circle;
      list-style-position: inside;
      padding: 7px 15px;
   }
   
   #content .changelog h4{
      font-size: 13px;
   }