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 */
				/* The min-width property does not work in old versions of Internet Explorer */
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
}
hr {
	border: 0;
	color: #ccc;
	width: 90%;
	height: 1px;
	background: #ccc;
	align: left;
}
a {
	color:#8c8c8c;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
h1, h2, h3 {
	 margin:.8em 0 .2em 0;
	 padding:0;
}
p {
	 margin:.4em 0 .8em 0;
	 padding:0;
}
img {
	margin:10px 0 5px;
}
.caption {
	font-size: 25%;
	color: #8c8c8c;
}
.linkarea {
	font-size: 75%;
	color: #8c8c8c;
}
.linkarea a {
	color: #8c8c8c;
	text-decoration:none;
}
.linkarea a:hover {
	color: #000;
	text-decoration:none;
}
/* Header styles */
#header {
	 clear:both;
	 float:left;
	 width:100%;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	margin: 0 auto;
	width:840px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* holy grail 3 column settings */
.holygrail {
	 background:#fff;    	/* Right column background colour */
}
.colmid {
	float:left;
	margin: 0 auto;
	position:relative;
	width:840px;
}
.colleft {
	float:left;
	width:100%;
	position:relative;
	text-align: right;
}
.colcwrap {
	float:left;
	/*width:600px;*/
	position:relative;
	position:relative;
	overflow:hidden;
	width:596px;
	/*background:#0f0;*/
	border-left:  2px solid #8c8c8c;
	border-right: 2px solid #8c8c8c;
	text-align: left;
}
.colc {
	width: 559px;
	margin-left: auto;
	margin-right: auto;
}
.coll {
	position:relative;
	float:left;
	width:116px;
	text-align:right;
	margin: 0 4px 0 0;
	/*background:#f00;*/
}
.colr {
	position:relative;
	float:left;
	text-align: left;
	padding: 0 0 0 4px;
	width: 116px;        	/* Width of right column content (right column width minus left and right padding) */
	/*background:#00f;*/
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	/*border-top:1px solid #000;*/
}
#footer p {
	padding:10px;
	margin:0;
}
