/*  Individual zones.  Each zone is a fixed size - may be bad practice but we are being pragmatic here!  */
#z1c1 {
    float:left;
    width:225px;
	height: 670px;
	background-color: #ffffff;
    }
#z1c1 img {
	margin-top: 20px;
	border-left:15px solid #9bbfb5;
	border-right:10px solid #9bbfb5;
	}
#z1c2 {
	width: 620px;
	height: 670px;
	float: right;
	border-left: 5px solid #9bbfb5;
    }
#z1c2 p{
	text-align: justify;
	padding: 0px 20px;
	font-weight: bold;
	}
#z1c2 a{
	text-decoration: none;
	font-weight: bold;
	}	
#z1c2 a:hover{
	background-color: #a3c2e2;
	color: #00F;
}
#z2c1 {
    float:left;
    width:225px;
	height: 100px;
	background-color: #e3411d;
	border-top: 5px solid #000000;
    }
#z2c2 {
	width:620px;
	height: 100px;
	float: right;
	border-top: 5px solid #000000;
	border-left: 5px solid #000000;
    }
#z3c1 {
    float:left;
    width:225px;
	height: 50px;
	background-color: #e3edf6;
	border-top: 5px solid #000000;
    }
#z3c2 {
	width:620px;
	float: right;
	height: 50px;
	background-color: #fff;
	border-left: 5px solid #000000;
	border-top: 5px solid #000000;
    }

/*  The blue box!  */
#z2c2bluebox {
	width: 100px;
	float: right;
	background-color: #3c7bab;
	height: 100px;
	border-left: 5px solid #000000;
	}

