#z2c1 {
    float:left;
    width:225px;
	height: 100px;
	background-color: #e3411d;
	border-top: 5px solid #000000;
    }
#z2c2 {
	width:620px;
	height: 100px;
	float: right;
	border-left: 5px solid #000000;
	border-top: 5px solid #000000;
	background-color: #ffffff;
    }
#z3c1 {
    float:left;
    width:225px;
	height: 300px;
	background-color: #e3edf6;
    }
#z3c2 {
	width:620px;
	float: right;
	height: 280px;
	background-color: #fff;
	border-left: 5px solid #000000;
	padding-top: 20px;
    }
#z3c2 p{
	text-align: justify;
	padding: 0px 20px;
	}

/*  boxes  */
#z1c2left {
	width: 100px;
	float: left;
	background-color: #e11991;
	height: 100px;
	border-top: 5px solid #000000;
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
	}
#z1c2right {
	float: left;
	height: 100px;
	border-top: 5px solid #000000;
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
	clear: right;
	}
#z1c2spacer {
	width: 620px;
}
#block2 {
	float: left;
	margin-top: 20px;
	}

