/**
  Theme Name: Woolwich FHS
  Theme URI: http://www.white-hat-web-design.co.uk
  Author: Simon Jarvis
  Author URI: http://www.white-hat-web-design.co.uk

*/

body {
	margin: 0px;
	font-family: verdana, arial;
	font-size: 75%;
	background: url(images/headerbg.jpg) repeat-x;
}

#container {
	width: 950px;
	margin: 0 auto;
}

#header {
	background: url(images/header.jpg) no-repeat top left;
	height: 366px;
	position: relative;
}

#wrapper {
	padding: 0px 10px;
	clear: both;
}

#content {
	float: left;
	width: 700px;
	padding: 0px 10px; 
	display: inline;
}

#nav{ 
	float: left; 
	width: 207px; 
	margin: 10px 0 0 0; 
	display: inline; 
	background: url(images/sidebox.jpg) no-repeat top left;
	height: 250px;
}
#nav h3 {
	text-align: center;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li a {
	display: block;
	padding: 10px 0px 10px 20px;
	color: #1394b8;
	text-decoration: none;
	font-weight:bold;
}

#footer {
	width: 100%;
	clear: both;
	text-align: right;
	font-size: 11px;
	padding: 10px 0px;
	margin: 5px 0px 10px 0px;
}
#footer p, #footer a {
	color: #1394b8;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

/*-------------Headings-------------*/

h1 {
	display: none;
}

h2 {
	color: #1394b8;
	font-size: 130%;
}

h3 {
	color: #1394b8;
	font-size: 120%;
}

h4 {
	color: #1394b8;
	font-size: 100%;
}


a {
	color: #1394b8;
}

a img {
	border: none;
}

label {
	font-weight: bold;
}
label, input { 
	display: block; 
	margin: 5px 0px;
	padding: 2px;
}


.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}

