/* ------------------------------------ */
/* Haverkamp Pictures */
/* autumn styles */
/* ------------------------------------ */

/* page layout */

	body {
		margin: 0px;
		padding: 0px;
		background: #ffffff; 				
		font-size: .80em;
		font-family: verdana, arial, sans-serif;
		color: #666600;
		}
		
	#top {
		width: 100%;
		height: 75px;
		background: url(autumn_head_bg.jpg) no-repeat; 	
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		}

	#sidebar {
		position: absolute;
		top: 140px;
		left: 50px;
		width: 150px;
		}

	#main {
		width: 400px;
		margin-left: 240px;
		margin-right: 0px;
		padding-top: 35px;
		}

	#footer {
		width: 775px;
		margin-right: 0px;
		margin-top: 30px;
		}

	.head {
		padding-left: 125px;
		}

/* text styling */

	a:link { 
		color: #666600; 
		text-decoration: none;
		border-bottom: 1px dotted #ff9900;
		}
	
	a:visited { 
		color: #666600; 
		text-decoration: none;
		border-bottom: 1px dotted #ff9900;
		}

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

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

	h2 {
		font-size: 100%;
		font-weight: bold;
		background: url(autumn_h2_block.gif) no-repeat 0px 7px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 0px;
		margin-top: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
		}

	h3 {
		font-size: 120%;
		font-weight: bold;
		background: url(autumn_h3_block.gif) no-repeat 0px 7px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;
		}

	#main p {
		font-size: 85%;
		font-weight: normal;
		line-height: 160%;
		padding: 0px;
		margin-top: 0px;
                margin-bottom: 15px;
                margin-right: 0px;
                margin-left: 0px;
		}

	h1 {
		font-size: 150%;
		font-weight: normal;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		}


	
	.footertext {
		font-size: 85%;
		font-weight: normal;
		text-align: left;
		line-height: 160%;
		padding: 0px;
		margin-top: 10px;
		margin-bottom: 5px;
		margin-left: 240px;
		margin-right: 0px;
		}