#left
{
    text-align:center;
}

#left dl
{
    display:inline; 
    width:400px;
    float:left;
    padding:1em;
    border-right:1px dashed #ccc;
    min-height:176px;
    margin-bottom:10px;
    margin-top:1em;
    
}

#left dl dt
{
    font-size:larger;
    text-align:left;
    padding-bottom:1em;
    color:#ffffff;
    /*color:#fe801c;*/
}

#left dl dd
{
   display:inline; 
}

#left dl.threespan
{
    width:333px;
    border:0;
    text-align:center;
   
}

img
{
    border:0;
}