#compGroup1 {
	float: left;
    height:100%;
	width: 100%;
}

#compGroupA {
	float: left;
    height: 60%;
	width: 33%;
}

#compGroupB {
	float: right;
    height:60%;
	width: 67%;
}

#compGroupC {
	float: left;
    height:40%;
	width: 100%;
}

#compGroupD {
	float: left;
    height:100%;
	width: 33%;
}

#compGroupE {
	float: right;
    height:100%;
	width: 67%;
}

#compGroupF {
	float: left;
    height:100%;
	width: 49%;
}

#compGroupG {
	float: right;
	height:100%;
    width: 51%;
}

#compGroup1FileExplorer {
	float: left;
    height: 99.9%;
	width: 25%;
}

#compGroup1FileExplorerPanel {
	float: right;
    height:99.9%;
	width: 74.9%;
}


