/* This is the default container size stylesheet file. Here, the initially used
 * height for all containers with resolutions based dimensions is stored. If 
 * certain JavaScript functions can be used, the values are overridden on 
 * loading or resizing.
 */


div#mainwindow {
	height: 420px;
	}

div#content {
	height: 420px;
	}

div#cnt-ml {
	height: 320px;
	}

div#cnt-mc {
	height: 320px;
	}

div#cnt-mr {
	height: 320px;
	}

div.cnt-area {
	height: 320px;
	}

div#pens {
	top: 100px;
}

