/* ^^^^^^^^ BELOW IS THE CODE FOR THE CONTENT ^^^^^^^^^^ */

body, html {
	text-align:center;
	font: 0.9em Tahoma, Arial, Helvetica;
	background-image:url(../images/back_grad01.gif);
}

h1, h2, h3 {
	display:inline;
}

p{margin:1em 0;}

#wrapper {
	width:780px;
	text-align:left;
	margin: 0 auto;
}

#banner {
	height:100px;
	background-color:#272425;
	background-image:url(../images/banner01.gif);
	background-repeat:no-repeat;
}

#content {
	padding:15px;
	min-height:300px;
	height:auto;
	border-right: solid 3px;
	border-left: solid 3px;
	border-color:#000000;
	clear:left;
	background-color: #FFFFFF;
}

/* for Internet Explorer */
/*\*/
* html #content {
	height: 300px;
}
/**/


		#content h1 {
			font-size:1.6em;
			display:inline;
		}
		
		#content p {
			margin-top:1em;
		}
		
		#content a {
			color:#990000;
		}

#content_start {
	border-right: solid 3px;
	border-left: solid 3px;
	border-color:#000000;
	clear:left;
}

#footer {
	padding:10px;
	height:15px;
	font-size:11px;
	color:#FFFFFF;
	background-color:#000000;
	clear:both;
}

#footer a {
	color:#FFFFFF;
}

		#footer .lefty {
			float:left;
		}
		
		#footer .righty {
			float:right;
		}
		
#aquatech {
	color:#FFFFFF;
	text-align:right;
	clear:both;
}


dl.handbok{
	margin:1em 0;
	width:150px;
	padding:0 0 0 40px;
	float:right;
	}
	dl.handbok dt{
		width:150px;
		}
	dl.handbok dd{
		width:150px;
		padding:1em 0;
		margin:0;
		}
	dl.handbok a img{border:0;}	

/* ^^^^^^^^ ABOVE IS THE CODE FOR THE CONTENT ^^^^^^^^^^ */

