#header {
	height: 205px;
	
}
#contentwrap {
    clear: both;
	background: url(images/bg_site_blog_24.png) repeat-y center top !important;
	background: url(images/bg_site_blog_8.png) repeat-y center top;
	padding: 15px 10px 15px 10px;
}

ul.plenty_blog_category_list, ul.blog_archive_linklist {
	list-style-type:none;
}
ul.plenty_blog_category_list a, ul.blog_archive_linklist a {
        color: #3f3f3f;
		padding-left:18px;
	width: 168px;
	height: 25px;
	display: block;
	font-weight: bold;
	background: url(images/btn_next_24.png) no-repeat 0px 0px!important;
	background: url(images/btn_next_8.png) no-repeat 0px 0px;
}
ul.plenty_blog_category_list a:hover, ul.blog_archive_linklist a:hover {
        color: #f4c016;
        text-decoration: none;
}

#blogContent {
		width:720px;
		margin: 0 0 0 20px;
        float:left;
}
div.bloghead {
	width: 690px;
	height:55px;
	padding: 0 15px;
	background: url(images/blogbox_head.png) no-repeat;
		line-height: 55px;
	color: #f4c000;
	font-size: 16px;
	font-weight: bold;

}
div.bloghead h1 {
	font-size: 16px;
	line-height: 55px;
	color: #f4c000;
}
div.blogbox {
		width: 690px;
		background: url(images/blogbox_mid.png) repeat-y center top;
        padding: 10px 15px;
}

.blog_author {
	font-style:italic;
}

.blog_body {
	text-align:justify;
}

.link_to_blog {
	font-weight:bold;
}
div.blogbottom {
	width: 720px;
	height:20px;
	background: url(images/blogbox_bottom.png) no-repeat center bottom;
	margin: 0 0 15px 0;
}