/* ------ NOTES -----------------------------------------

Layout stylesheet.

Version: 1.0
Author: Andy Beeching
email: andybeeching@gmail.com

--------- UPDATE INFO -----------------------------------
	
Last updated: 9th June 2008

------------------------------------------------------ */

body {
   background: #101010;
   text-align: center; /* :KLUDGE: centre site in IE5 */
}

   div#container {
       width: 900px;  /* 1em = 12px (Default) */
	   padding: 0 30px;
       margin: 0 auto;
       position: relative;
	   background: #222;
	   text-align: left;
   }   
    

   	   div#branding {
           height: 118px;
       }

         div#footer {
           clear: both;
		   position: static;
           overflow: auto;
           background: #101010;
		   margin: 0 -30px;
		   padding: 5px 0 70px;
       }

/* FIXED-width layout */
 
 	div#content {
       position: static;
       margin: 0 auto;
       padding: 0;
       text-align: left;
     }

		div#navigation {
			position: absolute;
			top: 71px;
		}