div {
	border: none;
	}

#header {
	margin-left: 3px;
	height: 100px;
	column gap:0px;
	background-color:#3c5a58;
 	background-image: url("ilre-port header logo.jpg");
	background-repeat: no-repeat;
	}
	
	
#leftcol {
	float: left;
	width: 170px;
	margin-left: 0px;
	margin-top: 0px;
	color: #000;
	padding: 3px;
	height:auto;
	}
		
#rightcol {
	position: absolute;
	left: 80%;
	top: 150px;
	width: 150px;
	padding-left: 0px;
	z-index: 3;
	color: #000;
	padding: 3px;
	height: 500px;
	}
#leftcol p, #leftcol li, 
#rightcol p {
	font-size: 11px;
	}
	
#content {
	position: absolute;
	left: 170px;
	margin: 0px;
	width: 58%;
	top: 150px;
	height: 500;
	padding: 3px;
	color: #000;
	}

	
#footer {
	clear: both;
	width: 95%;
	margin: 10px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	border-top: 1px solid #333;
	color: #000;
	}
	
	#footer .date {
		float: left;
		text-align: left;
		}
	
	#footer .contact {
		float: right;
		text-align: right;
		}
	
body {
	width: 100%;
	}

html, body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: #000;
	min-width: 800px;
	}
	
p, a {
	font-family: Verdana;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	margin-top: 0px;
	}

