@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-image:url(../images/blog_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
#blog_wrap{
	width:100%;
	height:100%;
	margin:0px;
}
#blog_top{
	width:950px;
	height:190px;
	margin:auto;
	padding-top:4px;
	/*background:url(../images/blog_banner.gif) no-repeat center bottom;*/
}
#blog_logo{
	width:258px;
	float:left;
	padding-top:2px;
	_position:absolute;
}
#blog_menu{
	width:558px;
	height:25px;
	float:right;
	background:url(../images/blog_menu.gif) repeat-x;
	border:solid 1px #8f8e8e;
	padding-top:2px;
	margin-top:10px;
	_position:absolute;
	_margin-left:390px;
}
#blog_content{
	width:950px;
	margin:auto;
}
#blog_text{
	width:70%;
	float:left;
	margin-right:31px;
}
#blog_page{
	width:70%;
	height:20px;
	float:left;
	padding-top:10px;
	padding-bottom:30px;
}
#blog_cate{
	width:25%;
	float:left;
	border:solid 5px #efeeee;
	margin-bottom:20px;
}
#cate_title{
	width:100%;
	height:20px;
	background:#efeeee;
	text-align:left;
	padding-top:5px;
	padding-left:5px;
	font-weight:bold;
	color:#000000;
}
#blog_search{
	width:25%;
	float:left;
	border:solid 5px #efeeee;
	margin-bottom:20px;
}
#blog_bottom{
	width:100%;
	height:25px;
	float:left;
	background:#969696;
	color:#701e12;
}

