.boxU {
	border-width : 0px;
	border-color : Black;
	border-style : solid;
	position : relative;
	margin : 0px;
	position: absolute;
	left: 0px;
	top : 0px;
	width : 780px;
	height :100px;
	/* background-color : Aqua;
	*/
	z-index: 0;
	padding : 0px;
	background-color : inherit;
}
.boxM {
	border-width : 0px;
	border-color : Black;
	border-style : solid;
	margin: 0px;
	position : absolute;
	top : 100px;
	left : 0px;
	width : 780px;
	height : 300px;
	/* background-color : Green;
	*/
	z-index: 0;
	padding : 0px;
	background-color : inherit;
}
.boxL {
	border-width : 0px;
	border-color : Black;
	border-style : solid;
	position : absolute;
	margin : 0px;
	left : 0px;
	top: 400px;
	width : 780px;
	height : 50px;
	/* background-color : Blue;
	*/
	z-index: 0;
	padding : 0px;
	background-color : transparent;
}

.boxUL {
	border-width : 0px;
	border-color : Black;
	border-style : solid;
	position:absolute;
	top: 0px;
	left: 0px;
	margin : 0px;
	width : 100px;
	height : 100px;
	background-color: #FFccFF;
	/*vertical-align : baseline;
	*/
	z-index: 0;
	padding: 0px;
}

.boxUM {
	border-width : 0px;
	border-color : Black;
	border-style : solid;
	position: absolute;
	top: 0px;
	left: 100px;
	margin : 0px;
	width : 225;
	height : 100px;
	background-color : #CC66CC;
	/*vertical-align: baseline;*/
	z-index: 0;
	padding: 0px;
	
}
.boxUR {
	border-width : 0px;
	border-color : Black;
	border-style : solid;
	position: absolute;
	left: 325px;
	top: 0px;
	margin : 0px;
	width : 455px;
	height : 100px;
	/* background-color : #888888;
	*/
	/*vertical-align: baseline;
	*/
	z-index: 0;
	padding: 0px;
	background-color : transparent;
}


.boxML {
	border-width : 0px;
	border-color : Black;
	border-style : solid;
	position:absolute;
	top: 0px;
	left: 0px;
	margin : 0px;
	width : 100px;
	height : 300px;
	background-color : #CC66CC;
	/*vertical-align: baseline;*/
	z-index: 0;
	padding: 0px;
	
}
.boxMM {
	border-width : 0px;
	border-color : Black;
	border-style : solid;
	position:absolute;
	top: 0px;
	left: 100px;
	margin : 0px;
	width : 225px;
	height : 300px;
	/*vertical-align: baseline;	*/
	z-index: 0;
	padding: 0px;
	background-color : #FFCCFF;
	
}
.boxMR {
	border-width : 0px;
	border-color : Black;
	border-style : solid;
	position:absolute;
	top: 0px;
	left: 325px;
	margin : 0px;
	width : 455px;
	height : 300px;
	background-color : #000000;
	/*vertical-align: baseline;*/
	z-index: 0;
	padding: 0px;
	color : Aqua;
}
.boxLL {
	border-width : 0px;
	border-color : Black;
	border-style : solid;
	position:absolute;
	top: 0px;
	left: 0px;
	margin : 0px;
	width : 100px;
	height : 50px;
	background-color : #0099CC;
	/*vertical-align : baseline;*/
	z-index: 0;
	padding: 0px;
}
.boxLR {
	border-width : 0px;
	border-color : Black;
	border-style : solid;
	position:absolute;
	top: 0px;
	left: 100px;
	margin : 0px;
	width : 680px;
	height : 50px;
	background-color : #000000;
	/*vertical-align : baseline;*/
	z-index: 0;
	padding: 0px;
}
.boxURT{
	border-width : 0px;
	border-color : Black;
	border-style : solid;
	position:absolute;
	top: 0px;
	left: 0px;
	margin : 0px;
	width : 455px;
	height : 40px;
	background-color : Black;
	color: white;
	/*vertical-align: baseline;*/
	z-index: 0;
	padding: 0px;
}
.boxURB{
	border-width : 0px;
	border-color : Black;
	border-style : solid;
	position:absolute;
	top: 40px;
	left: 0px;
	margin : 0px;
	width :  455px;
	height : 60px;
	background-color : #0099CC;
	/*vertical-align: baseline;*/
	z-index: 0;
	padding: 0px;
}

