#bubbles {
    width:auto;
    float: left;
    clear:both;
    padding:0 0 20px 0;
    margin:0 0 0 10px;
}

#bubbles li {
    padding:0 0 0 20px;
    float: left;
    margin:20px 0 0 0; 
    font-size:1.4em;
    list-style-type: none;
    background: url(../img/bubble_bullet.gif) left .4em no-repeat;
}

#content #article-wrap.content {
	float: left;
	clear:both;
    padding:0 30px;
    margin: 0;
}