#articles{
float: left;
width: 100%;
background: white;
}

#div2 .right .container .about_page{
width: 222px;
float: left;
margin: 10px;
font-size: 12px;
color: #660000;
}

#nav{
float: left;
width: 100%;
height: 20px;
background: #FFFFD5;
margin: 10px 0 0 0;
border-top: #8C1313 1px dotted;
border-bottom: #8C1313 1px dotted;
line-height: 20px;
}

#nav a, #nav span{
float: left;
text-indent: 10px;
color: #5F0504;
text-decoration: none;
font-size: 12px;
font-weight: bold;
text-transform:capitalize;
}#nav span{color: #000; font-weight: normal;}
#nav a:hover{text-decoration: underline;}

#articles a{
float: left;
margin-top: 10px;
height: 20px;
text-indent: 10px;
color: #5F0504;
text-decoration: none;
font-size: 12px;
line-height: 20px;
margin-right: 20px;
background:url(../images/bullet.png) center left no-repeat;
}#articles a:hover{text-decoration: underline;}

<!--single article below--!>

#other_articles{
float: left;
width: 100%;
}

#other_articles a{
float: left;
margin-top: 10px;
height: 20px;
text-indent: 10px;
color: #5F0504;
text-decoration: none;
font-size: 12px;
line-height: 20px;
margin-right: 20px;
background:url(../images/bullet.png) center left no-repeat;
}#other_articles a:hover{text-decoration: underline;}

<!--single article above--!>