#barproj {
		width:100%;
		margin:0px;
		background-color: #DDD;
		z-index: 1;
		position: absolute;
		height: 26px;
		top: 44px;
		left: 0px;
		border: solid #AAA;
		border-width: 1px 0px 1px 0px;
}


.contentproj {
	position: relative;
	width: 1026px;
	height: 100%;
	overflow: auto;
	margin: 0px auto;
	margin-bottom: 90px;
	display: block;
	top: 38px;
	text-align: left;
	z-index: 5;
	letter-spacing: 0.15em;
}

.projcenter {
	text-align: center;
	margin-bottom: 14px;
}

#imageBoxproj {
	width: 1025px;
	height: 364px;
	top: 0px;
	left: 0px;
	position: relative;
}

#navigationproj {
	text-align: right;
	width: 100%;
	top: 58px;
	right: 0px;
	margin: 0px;
	display:block;
	position: absolute;
	z-index: 3;
}

#navigationproj .copyright {
	color: #555;
	font-size: 9px;
	display: inline-block;
	height: 10px;
	margin: 18px 10px 0px 0px;
}



.leftproj {
	margin: 20px 20px 20px 0px;
	padding: 0px 20px 0px 0px;
	display: inline-block;
	width: 460px;
	border-right: 1px solid #777777;
	float: left;
}

.rightproj {
	margin: 20px 0px;
	display: inline-block;
	width: 520px;
	float: right;
}

.rightproj h1 {
	display: block;
	line-height: 16px;
	margin: 20px 0px 16px 0px;
}

.rightproj ul {
	list-style-type: none;
}

.rightproj ul li {
	display: block;
	margin: 0px 0px 6px 0px;
}