/* CSS Document */

/*

COLOURS

Brown: #5f4c3b
Aqua: #59c4c3;
Grey: #8e8e8e;
Light blue: #58c4c4;

*/

/* =universals */
* {margin: 0; padding:0;}

.clear {
	clear: both;
}

/* =html */
html {}

/* =body */
body {
	background: #ffffff url(../images/headerBackground03.jpg) top no-repeat;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8e8e8e;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: 100%;
	height: 100%;
}

#pageWrapper {
	background: url(../images/backgroundInterface.gif) top left no-repeat;
	width: 960px;
	height: 100%;
	margin: 0px auto;
}

#headerWrapper {
	background: url(../images/spacer.jpg) top left no-repeat;
	width: 960px;
	height: 340px;
}

#contentWrapper {
	display: block;
	text-align: justify;
	line-height: 1.5em;	
	padding: 0 155px 20px 155px;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #58c4c4;
	padding-bottom: 1em;
	text-align: center;
}

p {
	padding-bottom: 1em;
}

p a:link, a:visited {
	color: #58c4c4;
	text-decoration: underline;
}

p a:hover, a:focus {
	color: #58c4c4;
	text-decoration: underline;
}

span.blue {
	color: #58c4c4;
}

p.footer {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
}