
div.header    {
	     	left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
		    margin-top: 5px;
		    right: 0;
		    width: auto;
		    height: 215px; /*Height of top frame div*/
		    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
		    background-color: #f4f4f4;
		    color: white;

	
	      }


div.left {
	float: left;
	width: 180px;
	margin-left: 5px;
}

div.right {
	float: right; 
	width: 170px;
	margin-right: 12px;
}

div.center {
	padding: 0px 0px 0px 0px;
	margin-left: 200px;
	
}

* html div.center {
	margin-left: auto;
	margin-right: auto;
	float: left;
}

body { background-color: #646d7e; }