@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
}

.imageRight {
    width: 100%;
	float: Right;
	
}
.PanelLeft {
    width: 25%;
	height: 100%;
    float: left;
	background-color: grey
}