/* source: http://matthewjamestaylor.com/blog/holy-grail-no-quirks-mode.htm 
Comments below about changes refer to changes from the styles used for the above */

body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	/* font-size:90%; commented out for Tilbury */
}
/* 
a {
	color:#369;
} commented out for Tilbury */

/*
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}  commented out for Tilbury */
/* h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}  commented out for Tilbury */
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
	img {
	/* default margin:10px 0 5px;, changed for Tilbury */
		margin:0 0 0 0;
		padding:0 0 0 0;
		border: 0;
}
#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-bottom:1px solid #000;
}
#header p {
	padding:.5em 15px	.2em 15px;
	margin:0;
}
#header h1  {
	padding:.2em 15px;
	margin:0;
}
#header h2  {
	padding:.2em 15px	.7em 15px;
	margin:0;
}
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#b7b7b7;		/* Left column background colour */
}

/* Side margins between content and column edges changed to 17px from 15 px, except for left margin of right column -- Tilbury note.  */

#colmid {
	float:left;
	width:200%; /* Decreasing this decreases center column width and increases left column width. Not changed. - Tilbury note */
	position:relative;
	left:245px; /* Sets distance from left edge of browser window to left edge of center column background color and contents -- Tilbury note. Changed to 245px from 200px for Tilbury */
	background:#ffffff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-595px; /* Affects distance from left edge of browser window to left edge of contents of all columns -- and to left edge of background color of right column -- Tilbury note. Changed to -595px from -400px for Tilbury */
	background:#e0e0e0;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 612px; /* Left margin sets distance from left edge of browser window to left edge of center column contents -- this does not affect location of center column color -- Tilbury note. Left margin changed to 612px from 415px. */
	overflow:hidden;
}
/* col1 is center column - Tilbury note */
#col1 {
	width:100%;
	overflow:hidden;
}
/* col2 is left column - Tilbury note */
#col2 {
	float:left;
	width:211px; /* Width of content, left column -- Tilbury note. Changed to 211px from 170px for Tilbury - Tilbury note */
	position:relative;
	margin-left:-50%;
	left:369px; /* Sets distance from left edge of browser window to left edge of left column contents -- this does not affect location of left column color -- Tilbury note. Changed to 365px from 215px for Tilbury */
	overflow:hidden;
}
/* col3 is right column - Tilbury note */
#col3 {
	float:left;
	width:350px; /* Width of content, right column -- increasing width does not change location of left edge of right column -- right column has 0px left margin to allow some content to be flush with left margin -- Tilbury note. Changed to 350px (originally 333px, but this didn't allow full-width images) from 170px for Tilbury.   */
	position:relative;
	left:0px; /* Sets distance from left edge of right column to left edge of right column contents -- Tilbury note. Changed from 15px to 0 px for Tilbury.   */
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
/* 	border-top:1px solid #000; commented out for Tilbury */
}


/*  ***********************************
    Footer styles -- added for Tilbury
    ***********************************
*/	
/* now in tilbury css file
img.backtotop {
	float: right;
}
*/
/* 
#footer p {
padding:.5em 15px; 
} commented out for Tilbury */

/*  ****************************************************************************
    Footer copies of column styles -- to allow back to top at botton -- added for Tilbury
    ****************************************************************************
*/	

#colmaskfooter {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#b7b7b7;		/* Left column background colour */
}

/* Side margins between content and column edges changed to 17px from 15 px, except for left margin of right column -- Tilbury note.  */

#colmidfooter {
	float:left;
	width:200%; /* Decreasing this decreases center column width and increases left column width. Not changed. - Tilbury note */
	position:relative;
	left:245px; /* Sets distance from left edge of browser window to left edge of center column background color and contents -- Tilbury note. Changed to 245px from 200px for Tilbury */
	background:#ffffff;    	/* Centre column background colour */
}
#colrightfooter {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-595px; /* Affects distance from left edge of browser window to left edge of contents of all columns -- and to left edge of background color of right column -- Tilbury note. Changed to -595px from -400px for Tilbury */
	background:#e0e0e0;    	/* Right column background colour */
}
#col1wrapfooter {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1padfooter {
	margin:0 15px 0 612px; /* Left margin sets distance from left edge of browser window to left edge of center column contents -- this does not affect location of center column color -- Tilbury note. Left margin changed to 612px from 415px. */
	overflow:hidden;
}
/* col1 is center column - Tilbury note */
#col1footer {
	width:100%;
	overflow:hidden;
}
/* col2 is left column - Tilbury note */
#col2footer {
	float:left;
	width:211px; /* Width of content, left column -- Tilbury note. Changed to 211px from 170px for Tilbury - Tilbury note */
	position:relative;
	margin-left:-50%;
	left:369px; /* Sets distance from left edge of browser window to left edge of left column contents -- this does not affect location of left column color -- Tilbury note. Changed to 365px from 215px for Tilbury */
	overflow:hidden;
}
/* col3 is right column - Tilbury note */
#col3footer {
	float:left;
	width:333px; /* Width of content, right column -- increasing width does not change location of left edge of right column -- right column has 0px left margin to allow some content to be flush with left margin -- Tilbury note. Changed to 333px from 170px for Tilbury.   */
	position:relative;
	left:0px; /* Sets distance from left edge of right column to left edge of right column contents -- Tilbury note. Changed from 15px to 0 px for Tilbury.   */
	overflow:hidden;
}





























