﻿p, h1, h2, h3 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	color: #363c49;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	}
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	background-repeat: repeat;
	background-color: #EAEBC9;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
}
#contactdetails {
	background-color:white;
	text-align: right;
	color: #363c49;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
#mainbody {
	margin: 0;
	float: left;
	position: relative;
	width: 740px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 00px;
	background-color: #fff;
}
/* Masthead */
#masthead {
	width: 800px;
	height: 136px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background-repeat: no-repeat;
	background-color: #6F852F;
}
#masthead h1 {
	color: #F0F1F4;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#masthead h4 {
	color: #F0F1F4;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Navigation */
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #C7CBD6;
}
html>body #navigation {
	overflow: hidden;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	
}
#navigation li {
	float: left;
	
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #363c49;
	display: block;
	padding: 5px;
	border: 0px solid #3d1d14;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #C7CBD6;
	border: 0px solid #3d1d14;
	background-color: #363c49;
}

/* styles for photos and text */
.storyimageleft {
	border: 2px solid #3E4353;
	height: 280px;
	float: left;
	width: 350px;
	margin-left: 0px;
	overflow: visible;
}
.storyimageright {
	border: 2px solid #3E4353;
	height: 310px;
	float: right;
	width: 350px;
	margin-left: 0px;
	overflow: visible;
}
.storytextright {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 310px;
	float: right;
	width: 351px;
	margin-left: 0px;
	overflow: hidden;
	text-align: left;
}
.storytextleft {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 360px;
	float: left;
	width: 361px;
	margin-left: 0px;
	overflow: hidden;
	text-align: left;
}
.storycolourscheme1 {
	background-color: #fff;
	text-align: center;
	overflow: hidden;
	margin-bottom: 4px;
	color: #363c49;
	height: 350px;
}
.storycolourscheme1 a {
	color: #363c49;
	font-weight:bold
}
.storycolourscheme1 a:hover {
	color: #363c49;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #363c49;
	padding-top: 20px;
}
h2 {
	font-size: x-large;
	color: #363c49;
	padding-top: 20px;
	padding-bottom: 20px;
}
h3 {
	font-size: large;
	color: #363c49;
}
h4 {
	font-size: medium;
	color: #363c49;
}
h5 {
	font-size: x-small;
	color: #363c49;
}
h6 {
	font-size: xx-small;
	color: #363c49;
}
/* Footer */
#footer {
	width: 100%;
	overflow: auto;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}
#footer p {
	font-size: x-small;
	color: #363c49;
}
#footer a {
	color: #363c49;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #363c49;
	text-decoration: underline;
}
/* Links */
a {
	text-decoration: underline;
	font-size: 100%;
	color: #363c49;
	font-weight: bold;
}
a:hover {
	color: #363c49;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
p {
	color: #363c49;
	font-size:100%;
}
ul {
	color: #363c49;
}
li {
	color: #363c49;
}