/*  boxes  */
#z1c2box1 {
	width: 100px;
	float: right;
	background-color: #e6cc58;
	height: 100px;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	border-left: 5px solid #000000;
	}
#z1c2box2 {
	width: 100px;
	float: right;
	background-color: #f2e3a4;
	height: 100px;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	border-left: 5px solid #000000;
		margin-left: 20px;
	}
#z1c2box3 {
	width: 100px;
	float: left;
	background-color: #e11991;
	height: 100px;
	border-top: 5px solid #000000;
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
	}
#z1c2box4 {
	float: left;
	width: 100px;
	height: 100px;
	border-top: 5px solid #000000;
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
	margin-right: 10px;
	}
	
#z1c1box5 {
	width: 120px;
	float: left;
	background-color: #3c7bab;
	min-height: 100px;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	/*position: relative;
	top: 105px;
	left: 0px;*/
	}
#z1c1box6 {
	width: 100px;
	float: left;
	background-color: #3c7bab;
	height: 100px;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	border-left: 5px solid #000000;
    /*position: relative;
	top: 105px;
	left: 0px;*/
	}
	
