/* ------------------------------------ */
/* Haverkamp Pictures */
/* front page layout */
/* ------------------------------------ */

/* page layout */

	body {
		margin: 5px;
		padding: 0px;
		background: #fff; 				
		font-size: .80em;
		font-family: verdana, arial, sans-serif;
		color: #000000;
		}
		
	#top {
		background: url(imitation_head.gif) no-repeat; 
		background-position: -10px 15px;
		text-align: center;
		margin: 0px;
		width: 100%;
		height: 130px; 
		}

	#middle {
		position: absolute;
		top: 145px;
		width: 100%;
		text-align: center;
		
		}

	#content {
		position: absolute;
		top: 210px;
		width: 98%;
		text-align: center;
		}


	.head {
		position: absolute;
		top: 50px;
		left: 25%;
		}

	.imitationtop {
		position: absolute;
		top: 25px;
		left: 0px;
		}

	.imitationbottom {
		position: absolute;
		top: 110px;
		left: 0%;
		}

/* text styling */

	a:link { 
		color: #000000; 
		text-decoration: none;
		border-bottom: 1px dashed #999999;
		}
	
	a:visited { 
		color: #000000; 
		text-decoration: none;
		border-bottom: 1px dashed #999999;
		}

	a:hover { 
		color: #999999; 
		text-decoration: none;
		border-bottom: 1px dashed #999999;
		}

	a:active { 
		color: #999999; 
		text-decoration: none;
		border-bottom: 1px dashed #999999;
		}

	h1 {
		font-family:  courier, arial, sans-serif;
		font-size: 120%;
		font-weight: normal;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;
		}

	h2 {
		font-family:  courier, arial, sans-serif;
		font-size: 120%;
		font-weight: normal;
		font-style: italic;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;
		}

	h3 {
		font-family:  courier, arial, sans-serif;
		font-size: 120%;
		font-weight: bold;
		border-bottom: 1px solid #cccccc;
		padding: 0px;
		margin-top: 30px;
		margin-bottom: 10px;
		margin-left: 20px;
		margin-right: 20px;
		}

	.text {
		padding-left: 20px;
		padding-right: 20px;
		font-family:  courier, arial, sans-serif;
		font-size: 95%;
		font-weight: normal;
		line-height: 175%;

		}

	p {
		padding-left: 20px;
		padding-right: 20px;
		font-family:  courier, arial, sans-serif;
		font-size: 95%;
		font-weight: normal;
		line-height: 175%;

		}