<!-- 
***********************************************************************
	 Author: Christopher Harper
	 Keystone Computer Group 
	 Revision: 0.1
	 Last Revision:21/9/2005
	 Title: Layout of Page Blocks 
*********************************************************************** -->

/* PAGE BLOCK POSITIONING STYLE SHEETS, TOP, LEFT, BODY, FOOTER */

/* Position all pages centrally in the browser */

#topblock {
 background-color:#CBBDFF;
 height:100px;
 width:900px;
 overflow:hidden;
}


#loginblock {
 text-align:right;
 background-color:#707277;
 height:30px;
 width:900px;
 overflow:hidden;
}

/* Center container to hold leftblock, centerblock and right block in line */ 
#bodycontainer {
 background-color:#eeeeee;
 width:900px;
 overflow:hidden; 
}


#footerblock {
 background-color:#707277;
 height:10px;
 width:900px;
 overflow:hidden;
}
 
/* END OF PAGE BLOCK POSITIONING STYLE SHEETS, TOP, LEFT, BODY, FOOTER */


