/* CSS Document */
a{ color:#29C4FF; text-decoration:none} /* Blog link */
a:hover{ color:#F75C93; text-decoration:underline} /* Blog link hover */

body 
{
    margin:0px;
	background-color: #FAFAFA;
	background-image:url(../Images/top_bg.gif); background-repeat:repeat-x;
    font: 12px Tahoma;
    color: #666666;
} /* Blog body style */
#blog_div{ width:950px; margin:0px auto 0px auto;}
#blog_article {width:600px; padding-left:30px; float:left; }
#blog_sidebar .div{ }
#bottom { text-align:center; background-image:url(../Images/bottom_bg.gif); background-repeat:repeat-x; padding-top:7px}
ul{list-style: none; margin: 0;  padding-left: 20px; padding-top:2px; padding-bottom:8px; color:#6D6D6D }
ul li{margin: 0 0 8px 0}
li ul{ padding:0; color:#aaaaaa}

#titleplus { position: absolute; font-size:12px; left:-200px; width:160px;}
#titleplus_top{ background-image:url(../Images/titleplus_top.gif); background-repeat:no-repeat; height:5px; overflow:hidden}
#titleplus_content{ background-image:url(../Images/titleplus_content.gif); text-align:center; background-repeat:repeat-y; padding:0 5px 4px 5px; color:#57390D;}
#titleplus_bottom{ background-image:url(../Images/titleplus_bottom.gif); background-repeat:no-repeat; background-position:bottom; height:24px; text-align:center; color:#AA701B; overflow:hidden; padding-bottom:2px}

