.logoBox {
	background: url(/projects/images/logoBoxBg.gif) repeat-y;
	width: 733px;
	margin-left: -15px;
	position: relative;
}
.logoBoxFoot{
	margin-left: -15px;
}
.logoBoxLeftBtn {
	position: absolute;
	top: 120px;
	left: 0px;
}
.logoBoxRightBtn {
	position: absolute;
	top: 120px;
	left: 708px;
}
#logoBoxContainer {
	margin:0 25px;
	position:relative;
	height: 200px;
	overflow:hidden;
}
#logoBoxContent {
	position:absolute; left:0; top:0;
}
.logoBoxItem {
	float:left;
	width:227px; height:200px;
	cursor:pointer;
}
#projectBox {
	background: url(/projects/images/projectBoxBg.gif) repeat-y;
	width: 733px;
	margin-left: -15px;
	height: 287px;
	position: relative;
	margin-top: 0px;
	clear: both;
}
#projectBox h1 {
	margin-left: 40px;
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #869355;
}
#projectBox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #869355;
	background: url(none);
	margin: 0px auto;
	padding: 10px 0px 0px;
	width: 156px;
}
.projectBoxFoot{
	margin-left: -15px;
	margin-bottom: 15px;
}
#projectBoxLeftBtn {
	position: absolute;
	top: 120px;
	left: 0px;
}
#projectBoxRightBtn {
	position: absolute;
	top: 120px;
	left: 708px;
}
#projectBoxContainer {
	margin:0 25px;
	position:relative;

	height: 246px;
	overflow:hidden;
}
#projectBoxContent {
	position:absolute; left:0; top:0;
}
.projectBoxItem {
	float:left;
	width:204px;
	height:230px;
	background: url(/projects/images/projectItemBg.gif) no-repeat;
	text-align:center;
	margin: 0px 10px;
	padding: 18px 0px 0px;
	cursor:pointer;
}

