body {
	font-family: Helvetica;
	background: #ffffff url(images/bg.png);
	margin: 0;
	font-size: 70%;
	min-width: 800px;
}

* {
	margin: 0;
	padding: 0;
	}


#intro {
	width: 800px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}

#intro img {
	border: 0px dashed #BFB59F ;
	}

#intro a:hover img {
	border: 0px dashed #ffffff;
	}

#container {
	width: 800px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#masthead {
	height: 200px;
	width: 800px;
	background: url(images/splash.png);
	border-left: 0px solid #BFB59F;
	border-right: 0px solid #BFB59F;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	}

a:hover {
	text-decoration: none;
	color: #afafaf;
	}

	}

#content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#content img {
	border: 1px solid #afafaf;
	}

#content a:hover img {
	border: 1px solid #afafaf;
	}

#content ul {
	list-style: none;
	margin: 0 0 0px 0;
	padding:0;
	}

#content li {
	list-style: none;
	margin: 0;
	padding:0px 0;
	
	}
	

h1, h2 {
	margin: 0;
	padding: 0;
	}

h2 {
	color: #afafaf;
	font-size:2em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
	}


h3 {
	color: #afafaf;
	font-size:1.5em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
	}

h4 {
	color: #afafaf;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 1em
	}
	
h4 a {
	text-decoration: none;
	color: #afafaf;
	}

h4 a:hover {
	text-decoration: none;
	color: #afafaf;
	}

a {
	text-decoration: none;
	color: #afafaf;
	}

a:hover {
	text-decoration: none;
	color: #afafaf;
	}


p {
	color: #afafaf;
	font-size: 1.1em;
	line-height:1.6em;
	margin-bottom: 0px;
	}


img {
	margin-bottom: 10px; /* for small portfolio images to be spaced better */
	}

.gutter {
	margin-right: 5px;
	}


	
.centre {
	margin: 0 auto;
	}

.footer {
	text-align: center;
	font-size: 1.1em;
	color: #afafaf;
	clear: both;
	padding: 40px 0px 10px 0px;
	border-bottom: 0px;
	}

#contact img {
	border: 0px dashed #BFB59F ;
	}

#contact a:hover img {
	border: 0px dashed #ffffff;
	}

label {
	display: block;
	}
	
textarea {
	width:300px;
	height: 80px;
	}