body {
	font-family: Helvetica;
	background-color: #fafafa;
	margin: 0;
	font-size: 70%;
	min-width: 800px;
}

* {
	margin: 0;
	padding: 0;
	}


#intro {
	height: 100px;
	width: 800px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	background-image: url(images/header.jpg);
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
	}


#container {
	width: 760px;
	background-color: #e9f6fc;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 20px 20px 20px 20px;
	}

#masthead {
	height: 20px;
	width: 800px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	margin-top: 0px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	}

a:hover {
	color: #239fc5;
	}

#content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#content img {
	border: 1px solid #e3e3e3;
	}

#content a:hover img {
	border: 1px solid #239fc5;
	}

#content ul {
	list-style: none;
	margin: 0 0 0px 0;
	padding:0;
	}

#content li {
	list-style: none;
	margin: 0;
	padding:0px 0;
	
	}
	
h1 {
	margin: 0;
	padding: 0;
	}

h2 {
	margin: 0;
	padding: 0;
	color: #239fc5;
	font-size:2em;
	text-transform: uppercase;
	font-weight: normal;
	}


h3 {
	color: #666666;
	font-size:1.5em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0px;
	}

h4 {
	color: #666666;
	font-weight: normal;
	margin-bottom: 0px;
	font-size: 1em
	}
	
h4 a {
	text-decoration: none;
	color: #666666;
	}

h4 a:hover {
	color: #239fc5;
	}


h5 {
	color: #666666;
	font-weight: normal;
	margin-bottom: 0px;
	font-size: 1.5em
	}
	
h5 a {
	text-decoration: none;
	color: #666666;
	}

h5 a:hover {
	color: #239fc5;
	}


a {
	text-decoration: none;
	color: #666666;
	}

a:hover {
	color: #239fc5;
	}


p {
	color: #666666;
	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: #666666;
	clear: both;
	padding: 20px 0px 20px 0px;
	border-bottom: 0px;
	}

label {
	display: block;
	}
	
textarea {
	width:300px;
	height: 80px;
	}

input[type="text"] {
	width: 300px;
	border: 1px solid #ffffff;
	}

input[type="textarea"] {
	border: 1px solid #ffffff;
	}

input[type="submit"] {
	margin-bottom: 25px;
}
	
#credits {
	padding-top: 30px;
	}
	
#credits img {
	padding-left: 10px;
	border: none;
	}
