*
html{
    margin:0;
    padding:0;
     
}

body{
    background:#fff;
  
    font-family: "Arial", "Bitstream Vera Sans", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height:17px;
    letter-spacing: 1px;
    color:#555151;
    margin:0;
    padding:10px;
    width:620px;
    margin:auto;
   
}
a img { border: none }

h1, h2, h3, h4, h5 { color: #ac0305; font-weight: normal }
h1{font-size:26px}
h2{font-size:20px}
h3{font-size:17px;font-weight:600;line-height:17px;margin:0;padding:0;}
a{
    	text-decoration:none;
        color:#555151;
        font-weight:500;
}
a :hover{
   color:#555151;
   font-style: italic; 
}
.inset{
    float:right;
   
}

#content{
    float:left;
    width:620px;
    border-left: 1.5px solid #555151;
    padding-left:10px;
     

}