body #LastestBlogPosts {
    width:333px; 
    float:left; 
    font-size:0.85em; 
    color:#000000; 
    background-color:#fff;
}
	body #LastestBlogPosts .heading {
		background: url("../images/g-red-m.gif") repeat-x scroll 0 50% transparent;
		line-height: 35px;
		margin: 10px 0 0;
		padding: 0;
	}
    body #LastestBlogPosts .heading h2{
        background: url("../images/g-red-tl.gif") no-repeat scroll left top transparent;
		color: #FFFFFF;
		height: 35px;
		line-height: 35px;
		margin: 0 0 25px;
		padding: 0 0 0 10px;
    }
	
	body #LastestBlogPosts .heading a{
		color: #FFFFFF;
    text-decoration: none;
	}
	
	body #LastestBlogPosts ul{
		margin-left:10px;
	}
	
	
	body #LastestBlogPosts ul li {
        margin: 5px 0;
		padding: 0 0 0 20px;
		list-style:none;
		background:url(/images/g-arrow-orange-white.gif) left 5px no-repeat;
    }
	
	body #LastestBlogPosts ul li a{
		color:#000;
		font-size:12px;
		font-weight: normal;
		text-decoration: underline;
	}
        body #LastestBlogPosts .post p {
            margin: 0;
        }