/*Holds the whole section*/
.sech{width:100%;overflow:auto;}


	/*On left*/
	.iml{float:left;text-align:left;}
	/*On Right*/
	.imr{float:right;text-align:right;}

/*Middle Image*/
.midi{padding-left:3px;max-width:30%;overflow:auto;padding-right:3px;}
	/*Content with middle image*/
	.contm{height:110%;float:left;max-width:60%;overflow-x:auto;}

/*Top Image*/
.topi {width:100%;padding-bottom:3px;overflow:auto;}

/*Bottom Image*/
.boti {width:100%;padding-bottom:3px;padding-top:3px;overflow:auto;}


/*Full content*/
.contf {height:110%;float:left;max-width:99%;overflow-x:auto;}


