    <style media="screen" type="text/css">
    /* <!-- */
    body {
        margin:0;
        padding:0;
        font-size:90%;
    }
	/* header styles */
    #header {
		clear:left;
		float:left;
		width:100%;
		overflow:hidden;
		border-bottom:4px solid #000;
    }
	#header p,
	#header h1,
	#header h2 {
		clear:left;
		float:left;
		width:96%;
		margin:0;
		padding:.4em 2% .1em 2%;
	}
	#header ul {
		clear:left;
		float:left;
		width:96%;
		margin:.7em 0 0 2%;
		padding:0;
		list-style:none;
	}
	#header ul li {
		display:inline;
	}
	#header ul li a {
		display:block;
		float:left;
		list-style:none;
		padding:.2em .5em;
		text-decoration:none;
		margin-right:10px;
		border-top:1px solid #ddd;
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
	}
	#header ul li a.active {
		font-weight:bold;
		color:#fff;
		background:#000;
		border-top:1px solid #000;
		border-left:1px solid #000;
		border-right:1px solid #000;
	}
	/* column container */
	.colmask {
		clear:both;
		float:left;
		width:100%;
		overflow:hidden;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:.5em 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:81%;				/* right column width */
		background:#fff;		/* left column background colour */
		border-right-color: #f4f4f4;		/* left column background colour */
		border-right-width: 4px;
		border-right-style: double;
	}
	.leftmenu .col1 {
		width:79%;				/* right column content width */
		left:102%;				/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:17%;				/* left column content width (column width minus left and right padding) */
		left:4%;				/* (right column left and right padding) plus (left column left padding) */
	}
	/* Footer styles */
	#footer {
        clear:both;
        padding:1em 2%;
		border-top:1px solid #ccc;
    }
    /* --> */
    </style>

/*	<div class="colmask leftmenu">
	<div class="colleft">
		<div class="col1">
			<!-- Column 1 start -->
			<!-- Column 1 end -->
		</div>
		<div class="col2">
			<!-- Column 2 start -->
	
			<!-- Column 2 end -->
		</div>
	</div>
</div>
<div id="footer">
    <p>View more <a href="http://matthewjamestaylor.com/blog/-website-layouts">website layouts</a>.</p>
</div> */