/* 
**Styles used on the edit pages 
*/	
div#edittable{
	position: absolute; 
/*	border-width: thin; border-style: outset; */
	left: 5%; top: 10%; width: 90% }		
		

/* 
**Styles used globally throught the site 
*/
div#globalbanner{ 
	position: absolute; 
/*	border-width: thin; 
	border-color: orange; border-style: outset;  */
	left: 5%; top: 0%; 
	width: 90%; 
	}
		
div#globallinks{
	position: absolute;
/*	border-width: thin; border-style: outset; */
	height: 30px; 
    width: 80%; 
	left: 10%; top: 10%;  
	text-align: center;
	color: #FF0000  
	}


		
	
/* 
**Styles used in development 
*/		
div#debug{ 
	position: absolute; 
	border-width: thin; 
	border-color: orange; 
	border-style: outset;
	left: 0%; bottom: 0%; 
	width: 100%; padding: 2%; 
	background-color:yellow }

div#footer {
        position: absolute;
        width: 100%;
        height: 100px;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;}
