Hice estos cambios...
Código HTML:
#post ul {
padding: 0px;
margin: 0px;
width: 486px;
display: block;
float: left;
}
#post li {
background: url(images/dot.gif) no-repeat left top;
background-repeat: no-repeat;
background-position: 0 .65em;
padding: 1px 0px 1px 10px;
list-style-type: none;
width: 150px;
float: left;
}
.title {
background: #e4e5d4 url(images/postbg.gif);
padding:3px;
padding-left:10px;
font-size: 14px;
text-transform:uppercase;
font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
float: left;
width:487px;
}
.postcontent {
padding:5px;
border: 1px solid #a0abb4;
margin-bottom:10px;
float: left;
}
Con eso se ve bien, quizás no sea la forma correcta y no lo probé en otros navegadores...