#content {
    position: relative; top: 0; left: 0; 
    float: left; 
    width: 357px; height:300px;
    background-color: #FFFFFF;
    padding: 4px 10px 4px 30px;
    text-align:justify; 
}

#content1 {
    position: relative; top: 0; left: 0;
    float: left;
    width: 172px; height: 300px;
    background-color: #FFFFFF;
    border-left-width:1px;
    border-left-style:dotted;
    border-color: #000000;
    padding: 4px 10px 4px 10px;
    text-align:justify;
} 

#content2 {
    position: relative; top: 0; left: 0;
    float: left;
    width: 152px; height: 300px;
    background-color: #FFFFFF;
    border-left-width:1px;
    border-left-style:dotted;
    border-color: #000000;
    padding: 4px 30px 4px 10px;
    text-align:justify;
} 



