html {
	height: 100%;
}

body {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS",
		Arial, Helvetica, sans-serif;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

#headcontent {
	position: relative;
	min-height: 100%;
}

* html #headcontent {
	height: 100%;
}

div.header {
	height: 100px;
	width: 100%;
	padding: 0;
	margin: 0;
}

div.menu {	
	position: absolute;
	top: 100px;
	left: 0px;	
	padding: 30px 50px 0px 20px;
	margin: 0px;		
	z-index: 1000;
}

div.contentwrap {			
	position: relative;
	top: 0px;
	padding: 37px 5px 10px 300px;
	margin: 0px;
	left: 0px;	
}

div #clearer {
	clear: both;
	height: 60px;
	width: 100%;
}

div.footer {
	position: relative;
	margin: -61px auto 0 auto;
	width: 100%;
	padding: 0px;
	height: 60px;
}

* html #footer {
	margin-top: -75px;
	color: black;
}

* html #clearer {
	height: 75px;
}
