body {
	position: relative;
	margin: auto;
}


#wrapper {
	width: 100%;
}

#header {
	height: 60px;
}

#contentA {
	text-align: center;
}

#contentB {
	margin: 10px 0 10px 120px;
}

#contentC {
	margin: 10px 0 10px 120px;
}

#footer {
	height: 100px;
	margin: 20px 0 0 0;
	background: url(../images/bg2.jpg) repeat;
	border-top: #CCCCCC 1px solid;
	clear: both;
}

#footer .inner{
	padding: 10px 0 0 10px;
	color: #333;
}

#footer .inner a{
	color: #993366;
	text-decoration:none;
}

#footer .inner a:hover{
	text-decoration: none;
	color: #555;
}

.box {
	padding: 10px 0 5px 170px;
}

.announcement{
	background: #fff;
	border: 1px solid #936;
	margin: 10px 240px 10px 50px;
	padding: 10px 20px;
}

.project{
	margin: 10px 200px 10px 30px;
	line-height: 1.8;
}

.project p{
	margin: 15px 0;
}

.projectnews{
	margin: 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}

.projectbox{
	background: #fff;
	border: 2px dotted #ac2020;
	margin: 10px 210px 10px 30px;
	padding: 10px 20px;
	line-height: 1.8;
}

.projectbox p{
	margin: 15px 0;
}

.projectbox ul{
	
}

.projectbox ul li{
	display: block;
	margin: 5px 0;
}