<!-- 
***********************************************************************
	 Author: Christopher Harper
	 Keystone Computer Group 
	 Revision: 0.1
	 Last Revision:21/9/2005
	 Title: Object Posistions aand Styles
*********************************************************************** -->

/*******************BANNER.PHP****************************/ 

#bannercontainer {
 width:900px;
 height:100px;
 overflow:hidden; 
}

#topbannertitle {
 height:80px;
 width:400px;
 overflow:hidden;
 margin-top:10px;
 margin-left:20px;
 float:left;
}

#topbannerpicture { 
 height:90px;
 overflow:hidden;
 margin-top:5px;
 margin-left:0px;
 float:left;
 z-index:1;
 }

/*******************LOGIN.PHP******************************/
 
#topbannerlogin {
 height:10px;
 width:300px;
 overflow:hidden;
 margin-right:10px;
}

/*******************LEFT.PHP********************************/
 
#leftcrestposition {
 margin-top:0px;
 margin-left:35px;
}

/*******************INDEX.PHP*******************************/

#pagelayout {
 background-color:#eeeeee;
 width:600px;
 overflow:hidden;
 text-align:center;
 margin-left:50px;
 margin-top:20px;
}

/********************LINKS.PHP******************************/

#linkslayout {
 background-color:#eeeeee;
 width:600px;
 overflow:hidden;
 text-align:left;
 margin-left:50px;
 margin-top:20px;
}