@charset "UTF-8";
/* CSS Document */

div#header {
	padding-bottom: 70px;
}

div#body {
	background-image: url(../images/water-background.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 400px;
}

div#body div#content {
	padding-left: 30px;
}

div#leftcol {
	width: 436px;	
}

h1, h2, h3 {
	color: #457092;
}

h1 {
	font-size: 25px;
	margin-bottom: 25px;
}

h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	margin-bottom: 18px;
	line-height: 1.4em;
}

p {
	color: #4D4D4D;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 18px;
}