/*
Print Style Sheet

Version:   1.0
Author:    Gary Stanton - Simian Enterprises
Website:   http://www.simianenterprises.co.uk
*/

#header {
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	text-align: left;
	margin: auto;
}

#navigation, #logo, #frmSearch, #footerRSS, #footerNewsletter, #footerBlog, #siteDesign, #postit {
	display:none;
}

#logoPrint {
	display: block;
	float: right;
}

body {
	font: 10pt/1.4 Helvetica, Tahoma, Arial, sans-serif;
}

a {
	color:#000000;
	text-decoration:none;
}

/* Addresses */
address {
	width: 40%;
	display: block;
	float: left;
	margin-right: 3em;
	margin-bottom: 3em;
}

address p {
	float: none !important;
}

address p.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 7em;
	padding: 0px;
	border-bottom: 1px solid;
}

/* Photograph styles */
#pressCentre ul.photographs {
	float: left;
	width: 100%;
	margin-bottom: 1.5em;
	margin-top: 1em;
	list-style: none;
}

#pressCentre ul.photographs li {
	margin-right: 1em;
	border: 1px solid black;
	float: left;
}

/* Footer */
#footer {
	clear: both;
	width: 100%;
}



