/*This page uses the Holy Grail Liquid-Layout: No quirks mode by by Matthew James Taylor */
/* http://matthewjamestaylor.com/blog/holy-grail-no-quirks-mode.htm */



body {
	margin:0;
	padding:0;
	width:100%;
	text-align: justify;
	background: #F9FBEC;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 0.8em;
	line-height:1.7em;
	color: #333333;
}

a {
        font-weight: bold;
        border: none;
	text-decoration: none;
	color: #003366;
}
a:hover {
	border-bottom: 1px dotted #003366;
	color: #003366;

}

tt {
	font-family: Menlo, Monaco, monospace;
	font-size: 1.2em;
	color: #663300;
}

img {
	margin:10px 0 5px;
}

img.floatRight { 
    float: right; 
    margin: 5px; 
}

img.floatLeft { 
    float: left; 
    margin: 5px; 
}

img#iamleeg {
	width: 75px;
}

div#container {
	position: center;	
	width: 800px;
	margin: 0 auto;
	}
	body.fullwidth div#container { 
	width: 100%; 
}

#header {
	float:center;
	padding:0;
	margin:0;
}

#header2 {
	text-align: center;
	width: 100%;
	padding:0;
	margin:0;
}

#header2 p {
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	padding: 0.5em;
	border:1px solid #333333;
	-webkit-border-radius: 5px;
}


#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:#F9FBEC;		/* Left column background colour */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:150px;
	background:#F9FBEC;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#F9FBEC;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 350px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}				/* centre column */
#col2 {
	float:left;
	width:200px;
	position:relative;

	margin-left:-47.5%;
	left:215px;
	overflow:hidden;	/* left column */
}
#col3 {
	float:left;
	width:200px;
	position:relative;
	left:15px;
	overflow:hidden;	 /* right column */
}
#footer {
	clear:both;
	float:center;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid #333333;
}
#footer p {
	font:size: 9px;
	text-align: right;
	padding:.4em 15px;
}




























