* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	min-height: 900px;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	min-height: 900px;
	background: url('bg.jpg') top center no-repeat #0094da;
	color: black;
}
a {
	color: #0F0F0F;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: black;
}
p {
	text-indent: 10px;
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	max-width: 1000px;
	margin: 0 auto;
	min-height: 900px;
	height: auto !important;
	height: 100%;
	position: relative;
}

h1, h2, h3, h4{	font-family: Georgia, Times, serif;
	font-weight: normal;
	clear: both;
	}

br{clear: both;}

h1{
	font-size: 19pt;
	line-height: 22pt;
	margin-bottom: 5px;
}
h2{
	font-size: 16pt;
	margin-bottom: 8px;
}

h3{
	font-size: 14pt;
	margin-bottom: 6px;
}

h4{
	font-size: 12pt;
	margin-bottom: 4px;
}




/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 120px;
	padding: 30px 0 0 0px;
	color: white;
}

#quote{
	text-align: left;
	margin: 0 auto;
	padding: 0 10px;
	min-width: 300px;
	max-width: 420px;
}

#signature{
	margin-left: 20px;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 150px;
}

#swimmer{
	position: absolute;
	bottom: 50px;
	left: 10%;
	z-index: 2;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -150px auto 0;
	height: 150px;
	color: white;
	max-width: 1000px;
	width: 50%;
	padding-left: 50%;
	z-index: 999;
	position: relative;
}

#footer a{
	color: white;
	font-size: 14px;
}

#footer ul{	list-style-type: none;}

#footer li{	margin: 8px;
	float: left;
	width: 100px;
	text-align: center;}

sub{	color: gray;}

