#header {
	color: #000;
	height: 100px;
	bgcolor:  #8080FF;
	}
	
	
#leftcol {
	position: absolute;
	left: 10px;
	width: 150px;
	margin-left: 10px;
	margin-top: 0px;
	color: #040EE4;
	padding: 3px;
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana;
	
	
	}
		
#rightcol {
	position:  absolute;
	left: 800px;
	top: 120px;
	width: 140px;
	padding-left: 10px;
	z-index: 3;
	color: #000;
	padding: 3px;
	border-style: inset;
	height: auto;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana;
}

#content p, #leftcol p, #leftcol li, {
	font-size: 10px;
	font-weight: normal;
	}
	
#content {
	/*margin: 0px 30% 0 100px;*/
	margin: 10px;
	background: url(toilet-reference.jpg) no-repeat fixed center;
	width: 500px;
	}
	
#footer {
	clear: both;
	width: 95%;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	}
	
	#footer .date {
		float: left;
		text-align: left;
		}
	
	#footer .contact {
		float: right;
		text-align: right;
		}
	
body {
	width: 97%;
	}

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	}
	
p, a {
	font-family: Verdana;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana;
	margin-top: 0px;
	}
