body {
	margin: 0;
	padding: 0;
	background: #4dc8e9;
}

h1, h2, h3 {
	font-family: Geneva, Arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 30pt;
	text-align: left;
	letter-spacing: -1pt;
	font-weight: bold;
	color: #4dc8e9;
	margin: 0;
}

h2 {
	font-size: 18pt;
	text-align: left;
	letter-spacing: -1pt;
	color: #b2bb1c;
	margin: 0;
}

h3 {
	font-size: 16pt;
	text-align: left;
	letter-spacing: -1pt;
	color: #333333;
	margin-bottom: -28px;
}

p {
	font-family: Geneva, Arial, sans-serif;
	font-size: 9pt;
	text-align: left;
	color: #555555;
	line-height: 150%;
	margin: 0;
}

ul {
	font-family: Geneva, Arial, sans-serif;
	font-size: 9pt;
	text-align: left;
	color: #000000;
	line-height: 130%;
	margin-left: 0.75em;
	padding-left: 0.75em;
}

hr {
	color: #4dc8e9;
	background-color: #4dc8e9;
	height: 1px;
	border: 0;
}

/* Links and Colours */

a.blue:link {color: #4dc8e9}
a.blue:active {color: #4dc8e9}
a.blue:visited {color: #4dc8e9}
a.blue:hover {color: #b2bb1c}

.blue {color: #00549E}
.news-text {color: #555555; font-size: 8pt; font-family: Geneva, Arial, sans-serif; text-align: center; margin: 0;}

/* Header */

#header {
	width : 900px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 95px;
	padding-right: 50px;
	background-image: url('images/header.png');
	text-align: right;
}

/* Content */

#banner {
	clear: both;
	width: 850px;
	height: 140px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#body {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
	background-color: #ffffff;
}

#content-left {
	float: left;
	width: 500px;
	margin-top: 30px;
	padding-right: 30px;
	margin-right: 30px;
	border-right: #4dc8e9 1px solid;
}

#content-right {
	float: left;
	width: 289px;
	margin-top: 30px;
}

#body-end {
	clear: both;
	width : 950px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/body_end.png');
}

#fix {
	clear: both;
	width: 950px;
}

.testimonial {
	clear: both;
	width: 458px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #d7f0f9;
	border: 1px solid #4dc8e9;
}

.news {
	float: left;
	width: 200px;
	height: 270px;
	margin-right: 40px;
	margin-bottom: 40px;
}

/* Footer */

#footer {
	clear: both;
	width : 950px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-family: Geneva, Arial, sans-serif;
	font-size: 8.5pt;
	color: #ffffff;
}
