#blog_bg{
background:url(img/blog_bg.jpg) no-repeat;
}

.entry{
background:url(img/entry_bg.jpg) repeat-y;
width:534px;
padding:0px 10px 0px 10px;
}

.entry h4{
background:#12A1D7;
color:white;
font-weight:bold;
padding:4px 3px 2px 5px;
margin-bottom:10px;
font-size:1.1em;
}

.entry p{
padding:0px 5px 0px 5px;
}

.entry img{
padding:0px 5px 5px 5px;
float:left;
clear:both;
}

.entry_bottom{
background:url(img/bottom_line.jpg) repeat-x top;
color:#12A1D7;
text-align:right;
padding:6px 5px 0px 5px;
margin-top:10px;
clear:both;
}

#right li{
background:#C2DCFF;
margin-bottom:3px;
padding:5px 5px 3px 5px;
}

