/* @override http://wkcs.philipmorton.com/style.css */

/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
 v1.0 | 20080212 */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

.clearfix:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

body {
	color: #333;
	background-color: #fff;
	font: 16px "Century Gothic", Helvetica, Arial, sans-serif;
	padding-bottom: 25px;
}

#wrapper {
	width: 1075px;
	margin: 0 auto;
}

/* @group Main links */

a:link, 
a:visited {
	color: #ea2333;
}

a:hover,
a:active {
	color: #fff;
	background-color: #ea2333;
	text-decoration: none;
}

a.nobackground {
	text-decoration: none;
}

a.nobackground:link, 
a.nobackground:visited {
	color: #333;
}

a.nobackground:hover,
a.nobackground:active {
	background-color: #fff;
}

/* @end */

/* @group Header */

#header {
	margin-top: 30px;
	margin-bottom: 15px;
}

#header form {
	float: right;
	margin-top: 20px;
}

#username,
#password {
	border: 1px solid #c1c1c1;
	width: 135px;
	height: 13px;
	background: url(images/login_back.png) no-repeat;
}

#password_img {
	margin-left: 4px;
}

#button_img {
	border: 1px solid #bcbdb3;
	position: relative;
	top: 4px;
}

/* @end */

/* @group Navigation */

#navigation {
	text-align: right;
	height: 25px;
	margin-right: -4px;
}

#navigation li {
	display: inline;
	margin-left: 3px;
}

/* @end */

/* @group Content */

#content {
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,.5);
	box-shadow: 0 3px 10px rgba(0,0,0,.5);
	padding: 25px 25px 15px;
	background-color: #fff;
}

#left_column {
	float: left;
	width: 255px;
}

#right_column {
	width: 770px;
	float: right;
}

#full_width_text {
	float: left;
	margin-top: 11px;
}

/* @end */

/* @group Pages */

#body_text {
	margin-top: 30px;
	margin-bottom: 20px;
}

#bios_peter {
	margin-top: 200px;
}

#bios_jason {
	margin-top: 85px;
}

#hands {
	margin-top: 198px;
}

#stthomas {
	margin-top: 199px;
	margin-left: 137px;
}

#pemburyschool {
	margin-top: 250px;
}

#gallery_images {
	height: 202px;
	width: 770px;
	overflow: auto;
	overflow-y: hidden;
	white-space: nowrap;
	margin-top: 30px;
	margin-bottom: 30px;
}

#gallery_images img {
	margin-right: 5px;
}

/* @end */

/* @group Footer */

#footer {
	width: 100%;
	float: left;
}

#envirosave_logo {
	margin-left: 47px;
}

#fsb_logo {
	margin-left: 14px;
}

#fmb_logo {
	margin-left: 15px;
}

/* @end */