@CHARSET "UTF-8";

/* Header styles */
#header {
	clear:both;
	float:left;
	width:85%;
}
#header {
	border-bottom: thin solid black;
}
#header img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

.header_logo {
	border: none;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:85%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
#	background:#fff;		/* right column background colour */
}
.leftmenu .colleft {
	right:85%;			/* right column width */
	border-right: thin solid black;
}
.leftmenu .col1 {
	width:81%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:11%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:85%;
	border-top: 1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
}
