.basediv1
{
    padding: 0 65px;
}
.left1
{
    float: left;
    width: 200px;
}
.right1
{
    float: right;
    width: 200px;
}
.div1
{
    margin-bottom: 1em;
    background-image: url('../images/greenbar.gif');
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
.left2
{
    float: left;
    margin-right: 15px;
    width: 250px;
}
.div2
{
    margin-bottom: 1em;
    border: solid 1px #cccccc;
    background-color: #fffab3;
    padding: 3px;
    text-align: center;
    font-weight: bold;
}
