body 
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sanf-serif;
	font-size: 12px;
}
img
{
	border: 0px;
}
.container
{
	width: 100%;
	height: 100%;
}
.header
{
	height: 105px;
	width: 100%;
}
.left
{
	margin: 0 0 5px 20px;
	height: 100px;
	width: 350px;
	float: left;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}
.logos
{
	margin: 0 20px 0 0;
	height: 100px;
	width: 346px;
	float: right;
	background-image: url('../images/logos.jpg');
	background-repeat: no-repeat;
}
.fade
{
	margin: 0 0 0 20px;
	height: 8px;
	width: 748px;
	float: left;
	clear: left;
	background-image: url('../images/fade.jpg');
	background-repeat: no-repeat;
}
.menu
{
	width: 224px;
	height: 698px;
	background-image: url('../images/menufade.gif');
	position:relative;
	z-index: 1;
	bottom:0%;
	left:0%;
	float: left;
}
.links ul
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}
.links ul li
{
	margin: 2px 0 0;
	padding: 0 0 0 0;
	
}
.links a 
{
	width: 90%;
	display: block;
	padding: 2px 2px 2px 10px;
	background: #FFFFFF;
	text-decoration: none;
	color: #1da002;
	font-size: 13px;
}
.links img
{
	vertical-align: middle;
}
.links a:link, .links a:active, .links a:visited 
{
	color: #1da002;
	background-color: #FFFFFF;
}
.links a:hover 
{
	width: 180px;
	background: #1da002;
	color: #ffffff;
}
.content
{
	padding: 0 0 0 20px;
	width: 60%;
	height: 700px;
	float: left;
}
.content a 
{
	color: #1da002;
	background-color: #FFFFFF;
	text-decoration: none;	
}
.content a:link, .content a:active, .content a:visited 
{
	color: #1da002;
	background-color: #FFFFFF;
}
.content h2
{
	color: #1da002;
	background-color: #FFFFFF;
	
}
.content h4
{
	margin: 0 0 5px 0;
	color: #1da002;
	background-color: #FFFFFF;
}
.footer
{
	background-image: url('../images/nhs.gif');
	float: left;
	width: 153px;
	height: 43px;
}
.access
{
	text-align: center;
}
.access img
{
	border: 0px;
}
.small
{
	width: 90%;
	display: block;
	padding: 2px 2px 2px 25px;
	background: #FFFFFF;
	text-decoration: none;
	color: #1da002;
	font-size: 10px;
}

div .photos {
	
  }

div.spacer {
  clear: both;
  }

div.float {
  float: left;
  padding: 0 0 0 20px;
  }
  
div.float p {
   text-align: center;
   }




