/*	[ Basic HTML ]                                                  */<!-- -->
body {
	background:#293A28 url('frame/bg_top.jpg') no-repeat center top;
}
/*	[ Layout ]                                                      */<!-- -->
#base {
	background:url('frame/bg_center_repeat.jpg') repeat-y center top;
}
#header {
	background:url('frame/bg_header.jpg') no-repeat center top;
}
#container {
	background:url('frame/bg_container_top.jpg') no-repeat top center;
}
#content {
	padding:30px 0px 0 0px;
}

#footer {
	height:95px;/*162 ->202*/
	padding:107px 365px 0 35px;
	background:url('frame/bg_footer.jpg') no-repeat center bottom;
}

/*	[ Header ] Blog Title, Description                              */<!-- -->
#blog_name {
	width:450px;
	font-size:32px;
	text-align:left;
	letter-spacing:-2px;
	padding:0 0 0 0;
	margin:40px 0 0 130px;
}
#blog_name a, #blog_name a:hover {
	color:#323524;
	text-shadow:#FFFFBE 0px 0px 1px,#FFFFBE 0px 0px 3px,#FFFFBE 0px 0px 5px;
}
#blog_desc {
	width:400px;
	color:#656946;
	font-size:12px; 
	text-align:left;
	font-weight:bold;
	margin:10px 0 0 130px;
	text-shadow:#FFFFBE 0px 0px 1px,#FFFFBE 0px 0px 4px;
}

/*	[ Content ] Post                                                */<!-- -->
.post, #content .page {
	background:url('frame/bg_post_title.jpg') no-repeat;
}

.sticky {
	background:url('frame/bg_post_title_sticky.jpg') no-repeat 0px 0px;
}
.post_date {
	text-shadow:#293A28 0px 0px 1px,#293A28 0px 0px 6px,#293A28 0px 0px 11px,#293A28 0px 0px 16px;	
}

#sidebar1 h4 {
	background:url('frame/bg_sb_head.png') no-repeat left top;
}
#sidebar1 ul li ul {
	background:#D5CB96;
}
#sidebar1 ul li {
	background:url('frame/bg_sb_btm.png') no-repeat left bottom;
}
<!-- -->