body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	text-align:center;
}
#fixed {
   margin:0 auto;
   width:1120px;   /* you can use px, em or % */
   text-align:left;
}
/* Header styles */
    #header {
	clear:both;
	float:left;
	position: relative;
	left: 333px;
	top: -15px;
	z-index:5;
	height:80px;
	width:793px;
	background-color:#fff;
	    }
	#header img {position:relative; top:23px; left:-3px;}
	
	
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	top:-80px;
	width:1120px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
		background-image:url(../images/xylophonebg.png); 
		background-repeat:no-repeat;
background-position: 8px 8px; 	/* Left column background colour */
z-index: 1;
margin-bottom:-85px;}

#colmid {
	float:left;
	width:200%;
	position:relative;
	left:320px; 			/*Width of left column + padding*/
	background:#fff;    	/* Centre column background colour */
z-index: 1;}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-602px; 	/*Width of both columns*/
	background:#fff;    	/* Right column background colour */
z-index: 1;}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
	top:88px;
	z-index: 1;
}
#col1pad {
	margin:0px 2px 0px 604px;
	overflow:hidden;
	z-index: 1;}
#col1 {
	width:100%;
	overflow:hidden;
	z-index: 3;
	margin-bottom:90px;
	padding-bottom: 8px;
	background-color:#fff;
}
#col2 {
	float:left;
	width:320px;
	position:relative;
	margin-left:-50%;
	padding-bottom: 8px;
	left:285px; /*Width + Padding x 3*/
	overflow:hidden;
	z-index: 10;
}
#col3 {
	float:left;
	width:284px;
	position:relative;
	left:-2px; /*Left Margin*/
	top: 88px;
	overflow:hidden;
	z-index: 1;
}
	#footer {
        clear:both;
        float:left;
        width:100%;
		position:relative;
		bottom:0px;
		background-color: #fff;
		padding-top:5px;
	z-index:1;
		height:50px;
	
    }
    #footer p {
        padding:1px;
margin: 0;    }




























