/* ------------------------------------ */
/* Haverkamp Pictures */
/* sara styles */
/* ------------------------------------ */

/* page layout */

	body {
		margin: 0px;
		padding: 0px;
		background: #666666 url(sara_bg.gif); 				
		font-size: .80em;
		font-family: verdana, arial, sans-serif;
		color: #ffffff;
		}
		
	#top {
		width: 600px;
		height: 150px;
		margin-left: 75px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		}

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

	#main {
		width: 400px;
		margin-left: 240px;
		margin-top: -5px;
		}

	#footer {
		width: 600px;
		margin-left: 75px;
		margin-top: 30px;
		}

	.head {
		padding-left: 125px;
                border: 0px;
		}

/* text styling */

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

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

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

         #top a {
                 border: 0px;
                  }

	h2 {
		font-size: 100%;
		font-weight: bold;
		background: url(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(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;
		}

	.superhead {
		font-size: 85%;
		font-weight: normal;
		text-align: center;
		padding: 0px;
		margin-top: 5px;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;
		}

	.subhead {
		font-size: 85%;
		font-weight: normal;
		text-align: center;
		padding: 0px;
		margin-top: 10px;
		margin-bottom: 5px;
		margin-left: 0px;
		margin-right: 0px;
		}

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