* {
	padding: 0;
	margin: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #444;
	margin: 12px 0 0 0;
    }

/*----------------------------------------- MAIN DIVs ------------------------------------------*/

div#wrapper {
	width: 774px;
	margin: 0 auto;
	text-align: left;
	background: url(images/wrapper.jpg) left top repeat-y;
	}

div#header {
	height: 88px;
	background: url(images/header.jpg) left top no-repeat;
	}

div#container1 {
	background: url(images/1.jpg) left bottom no-repeat;
	}

div#container2 {
	background: url(images/2.jpg) left bottom no-repeat;
	}
	
div#container3 {
	background: url(images/3.jpg) left bottom no-repeat;
	}

div#container4 {
	background: url(images/4.jpg) left bottom no-repeat;
	}

div#container5 {
	background: url(images/5.jpg) left bottom no-repeat;
	}

div#container6 {
	background: url(images/6.jpg) left bottom no-repeat;
	}
	
div#container7 {
	background: url(images/7.jpg) left bottom no-repeat;
	}

div#content {
	width: 714px;
	height: 187px;
	margin: 0 0 0 30px;
	background: url(images/content.jpg) left top repeat-y;
	}


div#navigation {
	height: 98px;
	position: relative;
	}

div#footer {
	height: 61px;
	background: url(images/footer.jpg) left top no-repeat;
	clear: both;
	}


/*----------------------------------------- CONTENT -----------------------------------------*/

div#content p {
	font-size: 21px;
	line-height: 30px;
	padding: 24px 20px 0 20px;
	}

div#content p#testimonial {
	font-size: 17px;
	line-height: 21px;
	padding: 9px 20px 0 20px;
	}

div#content p#john {
	font-size: 14px;
	padding: 0 20px 0 20px;
	}

div#content p#john a, div#content p#john a:visited {
	color: #444;
	text-decoration: none;
	}

div#content p#john a:hover {
	text-decoration: underline;
	}

div#content p#gareth {
	font-size: 20px;
	padding: 15px 20px 0 20px;
	text-align: left;
	color: #2D80A8;
	}

div#content ul {
	font-size: 17px;
	padding: 17px 40px 5px 40px;
	text-align: left;
	}

div#content ul li {
	padding: 0 0 7px 0;
	}


/*----------------------------------------- NAVIGATION --------------------------------------*/

ul#nav {
	list-style: none;
	float: right;
	position: relative;
	top: 60px;
	padding: 0 30px 0 0;
	}

ul#nav li {
	float: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 17px;
	padding: 0 24px 0 0;
	}

ul#nav li a, ul#nav li a:visited {
	text-decoration: none;
	color: #326091;
	}
	
ul#nav li a:hover {
	color: #9FA8F4;
	}

ul#nav li a.active {
	font-size: 25px;
	font-weight: bold;
	position: relative;
	top: -6px;
	}

/*-------------------*/

ul#buttons {
	position: absolute;
	top: 20px;
	left: 525px;
	list-style: none;
	}

ul#buttons li {
	float: left;
	}
	
ul#buttons li a, ul#buttons li a:visited {
	width: 88px;
	height: 29px;
	display: block;
	text-decoration: none;
	text-indent: -1111em;
	}

ul#buttons li#previous a {
	background: url(images/previous.gif) left top no-repeat;
	padding: 0 6px 0 0;
	}

ul#buttons li#next a {
	background: url(images/next.gif) left top no-repeat;
	}

ul#buttons li#previous a:hover {
	background: url(images/previous_over.gif) left top no-repeat;
	}

ul#buttons li#next a:hover {
	background: url(images/next_over.gif) left top no-repeat;
	}


/*----------------------------------------- FOOTER --------------------------------------*/

.hide {	
	display: none;
	}

.left {
	text-align: left;
	}