body {
	color: #444;
	padding: 0;
	margin: 0;
	font-family: Arial, helvetica, sans-serif;
	text-align: center;
	background: #595959 url(images/bg/body-bg.gif) repeat-x 0 0;
}

#container {
	width: 970px;
	margin: 15px auto;
	text-align: left;
	background-color:#fff;
	border: 10px solid #fff;
}

	#header {
		background-color: #FFF200;
		padding: 10px;
		position:relative;
		height:80px;
	}

		#header h1 {
			top: 20px;
			left:10px;
			margin:0;
			position:absolute;
			text-indent:-1000px;
			overflow:hidden;
			height:80px;
			width:300px;
			background: #FFF200 url(images/logo.gif) 0px 0px no-repeat;
		}
			#header h1 a {
				display: block;
				text-decoration: none;
				color:#fff;
				height:80px;
				margin: 20px 30px 0 10px;
				width:160px;
			}

		#header h2#headerswap_0, #header h2#headerswap_1, #header h2#headerswap_2 {
			position: absolute;
			margin:0;
			top: 25px;
			right: 10px;
			width: 225px;
			height: 56px;
		}

		#header p {
			top: 10px;
			right:10px;
			margin:0;
			position:absolute;
			font-size:70%;


		}

#header p a {
color:#444;
text-decoration: none;
padding-right: 12px;
background-image: url('images/home.gif');
background-repeat: no-repeat;
background-position: 100% 3px;
}

#header p a.here {
font-weight:bold;
}

#header p a:hover {
text-decoration: underline;
}

	#nav {
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		padding: 0px;
		margin: 0 0 20px 0;
	}

		#nav ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}

			#nav ul li {
				float: left;
				margin-right: 1px;
			}

				#nav ul li a {
					display: block;
					_height: 1%;
					float: left;
					padding: 10px;
					font-size: 80%;
					font-weight: bold;
					color: #000;
					text-decoration: none;
				}

					#nav ul li a:hover, #nav ul li a.here {
						background-image: url("images/nav_arrow.gif");
						background-position: 50% 100%;
						background-repeat: no-repeat;
						background-color: #eee;
					}

#nav ul li a span {
display: none;
}

	#content {
		padding: 0px;
	}

		#content a {
			color: #3447D9;
			font-weight: bold;
			text-decoration: none;
		}
		#content a:hover {
			color:#797979;
			text-decoration: underline;
		}
		#content h3 {
			font-size:1.6em;
			color:#444;
font-weight: normal;
			line-height:1.4em;
			margin: 0 0 1em 0;
		}
		#content h3 a {

			color:#666;
			line-height:1.4em;
		}

		#content h4 {
			font-weight: normal;
			color:#444;
			font-size: 1.2em;
		}

		#content p {
			font-size:80%;
			line-height:1.4em;
		}
		#content p.date {
			font-size:76%;
			line-height:1em;
			color:#999;
			margin:0;
		}
#content p.note {
color:#999;
margin-top: 15px;
font-size: 76%;
}
		#content ul, #content ol {
			font-size:80%;
			line-height:1.4em;
			list-style-type: disc;
		}
		#content ul li ul, #content ol li ol {
			font-size:100%;
			line-height:1.4em;
			list-style-type: disc;
		}

		#contact_form fieldset {
			border: none;
			padding: 0;
		}

		#content form p label {
			float: left;
			margin: 0 15px 0 0;
			width:130px;
			font-weight:bold;
		}

		#content form p input {
			width:220px;
		}

		#content form p textarea {
			height:100px;
			width: 480px
		}
		#content form p input.clickable {
			width:auto;
		}
		#content form p input.submit {
			margin: 0 0 1em 0;
			float: right;
		}
		#contact_form {
			float: left;
			overflow: hidden;
			width: 512px;
		}
			#contact_form p {
				margin: 0 0 10px 0;
			}
			#contact_form fieldset {
				background: #F8F4A5;
				border: 1px solid #D5D5D5;
				float: left;
				margin: 5px 0 5px 0;
				overflow: hidden;
				padding: 12px 12px 1px 12px;
				width: 227px;
			}
			#contact_form fieldset#name_fields, #contact_form fieldset#final_fields  {
				float: none;
				margin: 5px 0 0 0;
				width: 485px;
			}
				p#title_field {
					float: left;
					overflow: hidden;
					width: 70px;
				}
				#contact_form p#forename_field {
					float: left;
					width: 185px;
				}
					#contact_form p#forename_field input {
						width: 160px;
					}
			#contact_form fieldset#details_fields {
				height: 13em;
				margin-right: 5px;
			}
			#contact_form fieldset#address_fields {
				height: 13em;
			}
		#contact_form p.checkbox {
			height: 2em;
		}
			#contact_form p.checkbox input {
				width: 15px;
				margin-right: 8px;
			}
			#contact_form p.checkbox label {
				width: auto;
			}

	#footer {
		margin-top: 20px;
		border-top: 1px solid #000;
		background-color: #FFF200;
		position:relative;
		height:80px;
	}

		#footer p {
			margin: 0;
			padding: 0;
			font-size: 70%;
			color: #333;
			top: 10px;
			left:10px;
			position:absolute;

		}
		#footer p a {
			color: #999;
		}
		#footer ul {
			list-style-type: none;
			margin: 0;
			padding:0;
			top: 10px;
			right:0;
			position:absolute;
		}
			#footer ul li {
				font-size:70%;
				float:right;
				margin: 0px 10px 0 0px;
				padding: 0 0 0 10px;
				border-left: 1px solid #000;
			}
				#footer ul li a {
					text-decoration: none;
					color:#000;
				}
					#footer ul li a:hover {
						text-decoration: underline;
					}
					#footer ul li a.here {
						font-weight:bold;
					}

#credit {
}

	#credit p {
		font-size: 70%;
		margin: 0;
	}

		#credit p a {
			color: #666;
			text-decoration: none;
		}

			#credit p a:hover {
				text-decoration: underline;
			}

/* for clearing floats */

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

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
