	/* General styles */
body {
  margin:0;
  padding:0;
  border:0;			/* This removes the border around the viewport in old versions of IE */
  width:100%;
  background:#fff;
  min-width:600px;    /* Minimum width of layout - remove line if not required, does not work in old versions of Internet Explorer  */
  font: small Arial, Helvetica, Verdana, sans-serif;
  font-size:90%;
}
a {
  color:#369;
}
h1, h2, h3 {
  margin:.8em 0 .2em 0;
  padding:0;
}
p {
  margin:.4em 0 .8em 0;
  padding:0;
}
img {
  border:0;
}
/* column container */
.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 */
}
/* holy grail 3 column settings */
.holygrail {
  background:#256290;    	/* Right column background colour */
}
.holygrail .colmid {
  float:left;
  width:200%;
  margin-left:-230px; 	/* Width of right column 200px */
  position:relative;
  right:100%;
  background:#fff;    	/* Centre column background colour */
}
.holygrail .colleft {
  float:left;
  width:100%;
  margin-left:-50%;
  position:relative;
  left:410px;         	/* Left column width + right column width 400 px*/
  background:#b9d2e3;    	/* Left column background colour #b9d2e3*/
}
.holygrail .col1wrap {
  float:left;
  width:50%;
  position:relative;
  right:180px;        	/* Width of left column */
  padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.holygrail #content {
  margin:0 245px 0 195px;     	/* Centre column side padding: 215px
                            Left padding = left column width + centre column left padding width
                            Right padding = right column width + centre column right padding width */
  position:relative;
  left:200%;
  overflow:hidden;
  color: #666666;
}
.holygrail #navcol {
  float:left;
  float:right;			/* This overrides the float:left above */
  width:150px;        	/* Width of left column content (left column width minus left and right padding) */
  position:relative;
  right:15px;         	/* Width of the left-had side padding on the left column */
}
.holygrail #sidebar {
  color: white;
  float:left;
  float:right;			/* This overrides the float:left above */
  width:210px;        	/* Width of right column content (right column width minus left and right padding) */
  margin-right:40px;  	/* Width of right column right-hand padding + left column left and right padding */
  position:relative;
  left:50%;
  color: #666666;
}

