*{
	padding: 0;
	margin: 0;
}
html, body{
	height:100%;
}
body{
	color: #333;
	Font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF url(../images/body-bg.png) repeat-x top;
	line-height: 18px;
	text-align:center;
}
* html .container{
	height: 100%;
}
.container{
	min-height: 100%;
	width: 800px;
	margin: 0 auto;
	background: url(../images/page-bg.png) repeat-y top;
	text-align: left;
}
.footer-space{
	height: 51px;
	clear: both;
}
.footer{
	height: 51px;
	margin:0 auto;
	margin-top: -51px;
	background-color: Aqua;
	width:800px;
	background: url(../images/footer.png) no-repeat top;
	text-align:center;
	color:#fff;
	line-height: 40px;
}

a{
	color: #EC5302;
}
a:hover{
	text-decoration:none;
}

.header{
	height: 81px;
	background: url(../images/header.png) no-repeat top;
}
.logo h1 a{
	height: 65px;
	width: 160px;
	display: block;
	text-indent: -999px;
	position: relative;
	left: 30px;
	top:15px;
}
.menu{
	height: 32px;
	width: 800px;
	margin: 0 auto;
	background: url(../images/menu-bg.png) no-repeat top;
}
.menu ul{
	width:774px;
	margin:0 auto;
}
.menu ul li{
	float:left;
	list-style: none;
}
.menu ul li a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 20px;
	line-height: 32px;
	background: url(../images/menu-separate.png)  no-repeat right;
}

.menu ul li a.selected{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 0 20px;
	line-height: 32px;
	background: url(../images/menu-separate.png)  no-repeat right;
}

.menu ul li a:hover{
	background: url(../images/menu-hover.png) repeat-x top;
}
.content{
	width:774px;
	margin:0 auto;
}
.index-content{
	background: url(../images/index-content-bg.png) no-repeat top;
	height: 373px;
	padding:20px;
}
.index-content h3, .inner-content h3{
	font-size:16px;
	padding-bottom: 10px;
}
.index-content p, .inner-content p{
	padding-bottom: 15px;
}

.index-content ul, .inner-content ul{
	padding-left: 15px;
}


.left-content{
	float: left;
	width:500px;
}
.right-content{
	float: right;
	width:200px;
}
.welcome, .blog, .l-project, .news-box{
	border-bottom: 1px dashed #ddd;
	margin-bottom:15px;
}
.blog img, .l-project img{
	float:left;
	padding-right:10px;
}
.news h4{
	font-size:14px;
	font-weight:bold;
	color: #fff;
	padding-bottom:20px;
}
.date{
	padding-bottom: 10px;
}
.date a{
	font-size: 11px;
	color: #666;
	background: url(../images/calendar.gif) no-repeat left;
	height:16px;
	padding-left:20px;
}
.inner-content{
	padding: 20px;
	background: url(../images/inner-content-bg.png) repeat-x top;
	/*height: 373px;*/
}
.desc{
	margin-left:180px;
}

.head {
font-size:18px;
font-weight:bold;
text-decoration:none;
}

.desc p{
padding-top:15px;
}

.desc .links{
margin-left:20px;
margin-top:20px;
}
