/** GENERAL PAGE LAYOUT at 1280 x 1024. Adjust to suit Screen Size.  
==============================================================================*/

#CSSHeader {
 position: absolute;
 	Top: 5px;
 	Height: 180px;
 	width: 1050px;
 	min-width:1050px;
	margin-left:-525px;
	left:50%;
 border: 0px solid black;
}
#CSSLeftPane {
 position: absolute;
 Height: 580px;
 Width: 225px;
 Min-width: 225px;
 Margin-left:-525px;
 Left: 50%;
 Top: 170px;
 border: 0px solid black;
 overflow: auto;
}
#CSSMain {
 position: absolute;
 Height: 580px;
 Width: 790px;
 Min-width: 790px;
 Margin-right:-525px;
 right: 50%;
 Top: 170px;
 overflow: auto;
 border: 1px solid grey;
 padding-left:10px;
 padding-right:10px;
 padding-bottom:10px;
 background-color: #0B0B0B;



}
#CSSFooter {
 position: absolute;
	top: 775px;
  	Height: 35px;
 	width: 1050px;
 	min-width:1050px;
	margin-left:-525px;
	left:50%;
 border-top: 1px solid silver;
}