@charset "utf-8";
/* CSS Document */

* {
	margin:0 auto;
	padding:0;
	}	
body {
	font: 14px/22px '宋体', PMingLiU, Verdana, Sans-Serif;
	color:#333;
	background:#fff url(images/bg.gif) repeat-x;
	text-align:center;
	}
p {
	margin-bottom:2em;
	padding:0 10px;
	}
p a, p a:hover {
	text-decoration:underline;
	}			
#menu li {
	list-style:none;
	}
#content ol, #content ul {
	padding-left:35px;
	}
img {
	border:0;
	}
.clear {
	clear:both;
	}
a {
	color:#888;
	text-decoration:none;
	}
a:hover {
	color:#555;
	}
#header {
	width:960px;
	height:100px;
	}	
#top {
	float:right;
	color:#888;
	font: bold 14px Sans-Serif;
	height:27px;
	padding:5px 20px 0 0;
	}
#top a:hover {
	color:#fff;
	}
#logo {
	color:#555;
	background:url(images/logo.gif) no-repeat;
	text-align:left;
	float:left;
	font-size:12px;
	height:68px;
	padding:30px 0 0 100px;
	}
#logo a {
	color:#555;
	}
#logo a:hover {
	color:#fff;
	}
h1 {
	font: bold 26px '黑体', PMingLiU, Verdana, Sans-Serif;
	color:#444;
	}
h2 {
	font-size:18px;
	height:30px;
	background:url(images/h2bg.gif) no-repeat;
	padding:6px 0 0 10px;
	}
#menu {
	float:right;
	margin-top:70px;
	}	
#menu li {
	float:left;
	margin:0 2px;
	}
#menu a {
	color:#333;
	text-align:center;
	display:block;
	width:83px;
	height:24px;
	padding:6px 0 0 0;
	float:left;
	}	
#menu a:hover, .current {
	background:url(images/menubg.gif) no-repeat;
	}
#content {
	width:960px;
	margin:0 auto;
	*margin-top: 30px;
	_margin:0 auto;
	padding:10px;
	text-align:left;
	}
.works .out, .works .hover {
	background-color:#666;
	margin:10px;
	padding:5px;
	border:0;
}
.works .hover {
	background-color:#333;
}
.img-bor {
	border: 5px solid #666;
	margin:10px 0;
	*margin:0;
	}
#footer {
	width:960px;
	height:30px;
	padding-top: 5px;
	margin-bottom: 10px;
	text-align:center;
	background:url(images/footbg.gif) no-repeat;
	}
#footer a {
	text-decoration:underline;
	}