@charset "UTF-8";
/* CSS Document */

#allContent {
	width: 930px;
	height: 495px;
	margin: 0 auto;
	background-image: url("../images/portfolioBg.png");
}
#allCenter {
	width: 920px;
	height: 495px;
	z-index: 1;
	overflow: hidden;
}
.allLeft {
	width: 920px;
	height: 495px;
	float: left;
	overflow: hidden;
	z-index: 2;
	
}
#allLeftText {
	width: 285px;
	height: 470px;
	float: none;
	margin-left: 620px;
	margin-top: 15px;
	overflow: hidden;
	
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	z-index: 3;
}
#allLeftPic {
	width: 595px;
	height: 435px;
	min-height: 435px;
	float: left;
	overflow: hidden;
	
	z-index: 3;
}
#allBottom {
	width: 595px;
	height: 60px;
	
	position: absolute;
	margin-top: 435px;
	float: none;
	z-index: 2;
}
#allRight1 {
	width: 185px;
	height: 435px;
	background-color: fuchsia;
	float: left;
	z-index: 2;
}
#allRight {
	width: 120px;
	height: 435px;
	position: absolute;
	margin-left: 800px;
	float: none;
	z-index: 2;
}
#recentMenu {
	font-size: 11px;
	color: #5b554d;
	list-style:none;
	margin:0;
	padding:0;
}
#recentMenu li {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}
#recentMenu li a {
	color: #48443d;
	text-decoration: none;
}
#recentMenuBg {
	margin-left: 10px;
	margin-top: 0px;
	width: 110px;
	height: 340px;
	background-image: url(../images/projects/commercial/menuBg.png);
	background-repeat: no-repeat;
}
