body {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #434343;
}

.wrapper {
	margin: 0 auto 0 auto;
	width: 944px;
}

.header {
	
	height: 101px;
	background-image: url(../img/blog1.jpg);
}

.nav_menu {
	height: 35px;
	background-color: #640000;
}

.wraper_content {
	float: left;
	background-color: #f4d792;
    margin-bottom:12px;
}

.content_left {
	background-color: #f4d792;
	width: 640px;
	float: left;
}

.content_right {
	background-color: #f4d792;
	float: left;
	width: 304px;
}

.content_inside_l {
	margin: 10px;
	width: 620px;
}

.content_inside_l .top_bo {
	margin: 0;
	width: 620px;
	background-image: url(img/top_bo.jpg);
	height: 6px;
}

.content_inside_l .bot_bo {
	margin: 0;
	width: 620px;
	background-image: url(img/bot_bo.jpg);
	height: 5px;
}

.content {
	width: 586px;
	padding: 13px 17px 13px 17px;
	background-color: #FFF;
}

.blog_content {
	color: #434343;
}

.blog_content h1 a{
	font-size: 18px;
	color: #2b2b2b;
	text-decoration:none;
	
}
.blog_content h1 a :hover{color:#FF6600;}
.blog_content .date_time {
	margin-bottom: 24px;
}

.blog_content .comments_retweet {
	margin-top: 32px;
}

.blog_content .comments_retweet a {
	color: #640000;
}

.bar {
	width: 560px;
	margin: 18px auto 0 auto;
	border-bottom: #cccccc solid 2px;
	height: 2px;
}

.button_area {
	margin: 10px auto 22px 2px;
}

.box_1 {
	width: 294px;
}

.box_1_nav {
	
}

.box_1_nav a {
	text-decoration: none;
	padding: 10px 14px 8px 14px;
	color: #a97f1e;
}

.box_1_nav a.current {
	background-color: #fbe4ab;
	border-top: #daaf4c solid 2px;
	border-left: #daaf4c solid 2px;
	border-right: #daaf4c solid 2px;
}

.box_1_content {
	background-color: #fbe4ab;
	border: #daaf4c solid 2px;
	width: 290px;
	margin-top: 6px;
	margin-bottom: 20px;
}

.content_inside {
	margin: 10px 4px;
	color: #7c5a0c;
}

.content_inside ul {
	padding-left: 15px;
}

.content_inside ul li {
	border-bottom: #e8cc86 solid 1px;
	padding: 10px 0;
}

.content_inside a {
	color: #7c5a0c;
	text-decoration: none;
}

.content_inside_2 {
	color: #7c5a0c;
	margin: 10px;
}

.content_inside_2 h3 {
	font-size: 14px;
	font-weight: normal;
	color: #640000;
}

.footer .power{
    margin:12px 0 15px 0;
    
}
.footer .border{
    height: 2px;
    width: 100%;
    background-image: url(img/border-bot.jpg);
    background-repeat: repeat-x;
}
.footer .tags{
    margin:9px 0 26px 0;
    font-size: 11px;
}

