		body
		{
			margin: 0;
			padding: 0;
			font-family: Helvetica, Tahoma, Arial;
			background-repeat: repeat-x;
			background-image: url(/img/background.png);
			background-color: #ffffff;

		}
		#wrapper
		{
			margin: auto;
			width: 765px;
			padding: 10px;
			background-color: white;
		}
		#logo
		{
			width: 444px;
			background-image: url(../img/logo.jpg);
			background-repeat: no-repeat;
			height: 90px;
			padding-left: 10px;
		}
		#header_text
		{
			display: none;
			float: right;
			text-align: right;
			width: 306px;
			padding-top: 70px;
			background: white url(/img/note.png) no-repeat scroll 0;
		}
		#nav
		{
			margin-top: 1%;
			height: 40px;
			background-color: #005281;
			border-bottom: 5px solid #BED0E0;
		}
		#img
		{
			margin-top: 10px;
			height: 300px;
			width: 765px;
			overflow: hidden;
		}
		#img-sub
		{
			margin-top: 1%;
			height: 85px;
			background: url(../img/headerimages/default.jpg) -20px;
			background-repeat: repeat-x;
			padding-top: 20px;
		}
		#macandco
		{
			background-color: #005281;
			font-size: 2.2em;
			color: #fff;
			padding: 8px;
			float: right;
			margin: 20px 0px 0px 490px;
			position: absolute;
		}
		#img #event
		{
			background-color: #005281;
			font-size: 1em;
			color: #fff;
			float: right;
			margin: 0 0 0 50px;
			padding: 8px;
		}
		#img-sub #macandco
		{
			background-color: #005281;
			font-size: 2.2em;
			color: #fff;
			padding: 8px;
			float: right;
			margin: 0 0 0 50px;
		}
		#img-sub #event
		{
			background-color: #005281;
			font-size: 1em;
			color: #fff;
			float: right;
			margin: 0 0 0 50px;
			padding: 8px;
		}

		#content
		{
			margin-top: 1%;
			font-size: 0.9em;
			text-align: justify;
			font-weight: 200;
			line-height: 1.7em;
			font-family: Helvetica, Arial, sans-serif;
		}
		#printnote
		{	
			display: none;
		}
		#content  dl
		{
			list-style: none;
		}
		#content dl a
		{
			font-size: 0.8em;
		}
		.right
		{
			float: right;
		}
		#footer
		{
			clear: both;
			height: 30px;
			margin-top: 120px;
			border-top: 1px solid #BED0E0;
			font-size: 0.6em;
			background-color: #F6FAEE;
			padding: 10px;
			width: 745px;
		}
		h1
		{
			font-family: Georgia, "Times New Roman", Times, serif;
                        font-size:24px;
	                margin-top: 15px;
                        font-weight: normal;
                        color: #222;
                }
    
                p {
                        font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
                        font-size: 14px;
                        margin-top: .5em; 
                        color: #333;
                }

		ul#menu
		{
			margin: 0;
			padding: 0;
			list-style-type: none;
			width: auto;
			position: relative;
			display: block;
			font-size: 13px;
			font-family:Helvetica,Arial,Verdana,sans-serif;
			}
		ul#menu li
		{
			display:block;
			float:left;
			margin:0;
			height: 28px;
		}
		ul#menu li a
		{
			display:block;
			height: 28px;
			float:left;
			color:#ffffff;
			text-decoration:none;
			padding:12px 20px 0 20px;
		}
		ul#menu li a:hover
		{
			background-color: #BED0E0;	
			height: 28px;
			color: #005281;
		}
		li#current a
		{
			font-weight: bold;	
			background-color: #BED0E0;
		}
		#content a
		{
			background-color: #BED0E0;
			text-decoration: none;
			color: #000;
		}
		#content a:hover
		{
			background-color: #005281;
			text-decoration: none;
			color: #fff;
		}
		
		#contact-left 
		{
			 float: left; 
			 padding-right: 30px; 
			 margin: 30px 30px 0 0; 
			 border-right: 1px solid #eee;
		}
		
		#contact-right
		{
			float: left; 
			margin-left: 80px;
		}
		
		#contact-accreditations
		{
			clear: both; 
			margin-top: 50px;
			margin-bottom: 50px; 
			padding-top: 20px; 
			border-top: 1px solid #000;
			list-style: none;
		}
		
		#contact-accreditations li {
			float: left;
			text-indent: -9999px;
			padding-left: 20px;
		}
		
		#contact-accreditations-bacs {
			height: 92px;
			width: 100px;
			background: url(../img/bacs.png) no-repeat 0 -91px;
		}
		
		#contact-accreditations-expertwitness {
			height: 92px;
			width: 220px;
			background: url(../img/expertwitness.png) no-repeat 0 -91px;
		}
		
		#contact-accreditations-ftamember {
			height: 92px;
			width: 100px;
			background: url(../img/ftamember.png) no-repeat;
		}
		
	
