body{
font-family: arial;
}

#menu{
float: left;
width: 190px;
}
#content{
position: absolute;
left: 205px;
font-size: 11pt;
font-family: arial;
border-left: 1px solid gray;
padding-left: 20px;
}
#content h1{
font-size: 20pt;
font-family: arial; 
margin:20px 0 30px 0;
font-weight: normal;
}
#content h3{  
font-size: 14pt;
font-family: arial;
margin:0 0 30px 0;
font-weight: normal;
}

ul.common {list-style:none}


