
body {
	font: normal 12px arial, sans serif;
	text-align: center;
	color: #333;
	line-height: 150%;
	margin: 0;
	padding: 0;
	}

/* -------Header------- */
	
#header {
	width: 920px;
	margin: 0 auto;
	clear: both;
	}
	
#logo {
	float: left;
	height: 150px;
	}
	
#logo h1 {
	margin-top: 18px;
	line-height: 100%;
	}
	
/* -------Coloured banner------- */
	
#banner {
	width: 100%;
	height: 306px;
	clear: both;
	background-color: #8B7E7A;
	padding-top: 31px; 
	margin-bottom: 20px;
	border-top: 1px solid #777;
	}
	
#fix-banner {
	margin: 0 auto;
	width: 980px;
	}
	
/* -------Navigation------- */

#nav {
	float: left;
	}
	
#nav ul {
	margin-top: -5px;
	list-style-type: none;
	margin-right: 0px;
	line-height: 330%;
	font-weight: normal;
	letter-spacing: 1px;
	width: 130px;
	}
	
#nav li.current {
	list-style-type: none;
	font-weight: bold;
	padding: 0px 10px;
	color: white;
	}
	
#nav a:link, #nav a:visited, #nav a:active {
	color: #eee;
	text-decoration: none;
	padding: 7px 10px;
	}
	
#nav a:hover, span.current {
	color: white;
	font-weight: bold;
	background-color: #6C6360;
	}
	
span.current {
	padding: 7px 10px;
	}

/* -------Feature banner images------- */

#photodiv {
	float: left;
	}
	
/* -------Main content styles common to all pages------- */

#main-content, #main-content-2 {
	width: 800px;
	clear: both;
	margin: 0 auto;
	padding-left: 155px;
	padding-right: 0px;
	text-align: left;
	}
	
#col-left {
	float: left;
	width: 40%;
	}
	
#col-right {
	float: left;
	width: 60%;
	clear: right;
	}
	
#photo-bkgd {
	background-color: #ddd;
	text-align: left;
	padding: 3px 20px 20px 5px;
	margin-top: -3px;
	border:1px solid #ccc;
	}
	
#text {
	padding-left: 20px;
	}

.no-bkgd  {
	text-align: left;
	padding: 0 20px 0 60px;
	}
	
.highlight {
	border:1px solid #ccc; 
	text-align: center;
	background-color:#ddd;
	}
	
#main-content h2, #main-content-2 h2 {
	color: #444;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 15px;
	}
	
#main-content a, #main-content-2 a, #main-content-3 a {
	color: #333;
	}

#main-content a:hover, #main-content-2 a:hover {
	background-color: #6C6360;
	color: white;
	}
	
/* -------Main content styles - pages other than home page */

#page-heading {
	border-bottom: 1px solid #444;
	margin-top: 5px;
	margin-bottom: 7px;
	}

#page-heading h1 {
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 12px;
	}
	
#main-content-2 #col-left {
	float: left;
	width: 60%;
	}
	
#main-content-2 #col-right {
	float: left;
	width: 40%;
	}
	
#main-content-2 #text {
	padding-right: 40px;
	padding-left: 0;
	}
	
#main-content-2 .photo-bkgd {
	background-color: #ddd;
	border:1px solid #ccc;
	text-align: left;
	padding: 3px 20px 20px 20px;
	margin-top: 20px;
	}
	
#photo-bkgd2 {
	background-color: #ddd;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border:1px solid #ccc;
	}
	
/* -------Main content styles - Gallery */

#thumbnails {
	padding: 0px 0px 0px 0px;
	margin-bottom: 0;
	}
	
#thumbnails img {
	margin: 0 15px 15px 0;
	border: 0px;
	}
	
#thumbnails a:link, #thumbnails a:hover {
	background-color: #fff;
	}

/* -------Footer------- */

#footer {
	border-top:1px solid #777;
	float:left;
	width: 805px;
	margin-top: 60px;
	font-size: 12px;
	}

	
