@charset "utf-8";
body{
	font-size:14px;
	font-family:"宋体", Gadget, sans-serif;}
.bodys{
	width:800px;
	margin:0 auto;
	line-height:20px;}	
	a{
	text-decoration:none;
	color:#000;
	margin:0px;
	padding:0px;}	
	a hover{
		color:#F00;}		
	p{
		text-indent:1cm;}		
	.head{
		width:800px;
		float:left;}
		.top{
			width:800px;
			height:60px;}
			.logo{
				width:300px;
				height:60px;
				float:left;}
			.top_right{
				width:500px;
				height:60px;
				text-align:right;
				float:left;}
		.nav{
			width:800px;
			height:28px;
			padding-top:7px;
			text-align:center;
			font-size:16px;
			background:url(../img/inc/navbk.jpg) no-repeat;}
			.nav a{
				margin-left:6px;
				margin-right:6px;
				font-weight:bold;}
				.nav a:hover{
					color:#FFF;}
		.photo{
			height:200px;
			width:800px;}
	.content{
		width:798px;
		border:1px solid #999;
		background-color:#F0F8F5;
		float:left;}
		.content a:hover{
			text-decoration:underline;
			color:#009;}
		.left_box{
			width:548px;
			float:left;}
			.box_title h1{
				margin:0;
				padding:0;
				font-size:22px}
			.box_title{
				height:28px;
				width:548px;
				text-align:center;
				padding-top:9px;
				background:url(../img/inc/titlebackground.jpg) repeat-x bottom;}
			.box_text{					
				width:528px;
				padding:10px;
				line-height:20px;}
		.right_box{
			width:237px;
			border-bottom:1px solid #999;
			border-left:1px solid #999;
			margin-left:10px;
			float:right;}
				.right_box_title{
					height:26px;
					width:218px;
					background:url(../img/inc/titlebackground.jpg) repeat-x bottom;
					padding-left:20px;
					padding-top:11px;
					font-size:16px;}
					.right_box_title a:hover{
						color:#FFF;}
				.right_box_text{
					padding:5px;
					}
					#blog_text ul{
						list-style:none;
						padding:0;
						margin:0;}
						#blog_text ul li{
							padding:0px;
							margin:0px;}
							#blog_text ul li a:hover{
								color:#009;}
	.foot{
		width:800px;
		height:100px;
		text-align:center;
		float:left;}
		.foot_nav{
			height:25px;
			padding:5px;}
			.foot_nav a{
				margin-left:10px;
				padding-right:10px;}
				.foot_nav a:hover{
					text-decoration:underline;}
