#head { position: fixed;	top: 0; 	left:0; 	right: 0;  	height:200px; text-align:center; background:
			#CCFFFF; z-index: 2	}
	#head img {position:absolute; left:20px; top:50px; border:0}
	
/*wrapping of boards*/
	
#wrapper {

	position:absolute;
	display:table;
  top:210px;
  width:95%;
  margin-left:2.5%;
  margin-right:2.5%;
  z-index: 0;
}
.container	{	

}

.rowm {
display:table-row;
width:100%;
}

.rows {
display:table-row;
width:100%;
height:10px;
margin-top:10px;
}

.cellL {
display:table-cell;
margin:2px;
width:30%;
padding:2em;
vertical-align:top;
}

.cellR {
display: table-cell;
margin:2px;
width:30%;
padding:2em;
}

.cellC {
display: table-cell;
padding:2em;
width:40%;
vertical-align:top;
}

.container1		{width:100%;}

.cellVS {
display: table-cell;
width:5px;
}

.small	{width:95%; margin-bottom:15px;}
.just	{text-align: justify;)
.caption	{font-size:90%; font-weight:bolder;}
.HLG	{background:#CCFF80;}
