/* ------------------------------------ */
/* Haverkamp Pictures */
/* front page layout */
/* ------------------------------------ */

/* page layout */

	body {
		margin: 5px;
		padding: 0px;
		background: url(../images/mainbg.gif) repeat;
		font-size: .80em;
		font-family: georgia, verdana, arial, sans-serif;
		color: #999999;
		}
		
	#top {
		position: absolute;
		top: 10px;
		left: 7%;
		width: 80%;
		height: 35px;
		background: #000;
		border-top: 1px solid #CC0000;
		border-right: 1px solid #CC0000;
		border-left: 1px solid #CC0000;
		border-bottom: 1px solid #CC0000;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 0px;
		}

	#stillbanner {
		position: absolute;
		top: 55px;
		left: 0px;
		width: 100%;
		height: 3px;
		background: #000;
		background-position: center;
		border-top: 1px solid #CC0000;
		border-bottom: 1px solid #CC0000;
		}


	#main {
		position: absolute;
		top: 60px;
		left: 7%;
		width: 80%;
		background: #000;
		border-right: 1px solid #CC0000;
		border-left: 1px solid #CC0000;
		border-bottom: 1px solid #CC0000;
		padding: 20px;
		padding-bottom: 0px;
		}


	#content { 
		width: 60%;
		padding-bottom: 10px;
		}


	#nav {
		position: absolute;
		top: 20px;
		left: 70%;
		width: 30%;
		padding-bottom: 10px;
		}


	#footer {
		/* border-top: 1px solid #CC0000; */
		padding-top: 20px;
		padding-bottom: 10px;
		margin: 125px 0px 0px 0px;
		text-align: center;
		clear: both;
		}
		
	
