/********************************************
	AUTHOR:			Troy Dean 
   	WEBSITE:   		http://www.hullabaloocreative.com
	CLIENT NAME:	X
   	CLIENT SITE:	http://www.x
   	VERSION:		1.0          	
 *******************************************/ 

@import url(colours.css);
@import url(typography.css);
 
/*-------- html elements --------*/

* {
		margin: 0;
		padding: 0;
		}

html {
		text-align: center; /*** Centers the design in old IE versions ***/
		}

body {
		position: relative;
		width: 769px;
		margin: 0 auto;
		float: left;
		text-align: left;
		border: 0px solid #3366FF;
		background: #dfe6fe url('images/bg-body.png') repeat-x top left;
		}
		  
/*-------- layout divs --------*/

		/*-wrapper-*/

#wrapper {
		position: relative;
		float: left;		
		width: 100%;
		margin: 0;
		}

		/*-branding-*/

#branding {
		position: relative;
		width: 250px;
		height: 70px;
		margin: 100px auto 0 auto;
		}

		/*-content-*/

/*-------- end of stylesheet --------*/