html, body {
	margin: 0 0;
	text-align: center;
	background-color: #efe3bf;
}

p {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

a:focus {
	-moz-outline-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Main template divs */

#page-width {
	width: 880px;
	margin: 0 auto;
}

.image {
	float: left;
	display: inline;
	width: 430px;
	height: 535px;
	position:relative;
}

	#queenspark-image, #west-hampstead-image {
		position: absolute;
		width: 430px;
		height: 515px;
		z-index: 5;
		top: 20px;
		left:0;
	}
	
	
	#queenspark-text, #west-hampstead-text {
		position: absolute;
		width: 430px;
		height: 50px;
		z-index: 20;
		top: 420px;
		left:0;
		text-align:center;
	}
	
		#queenspark-text, #west-hampstead-text, #queenspark-text a, #west-hampstead-text a  {
			font: 13px/15px Georgia, "Times New Roman", Times, serif;
			color: #333333;
		}
		
		#queenspark-text a:hover, #west-hampstead-text a:hover  {
			font: 13px/15px Georgia, "Times New Roman", Times, serif;
			color: #333333;
			text-decoration: none;
		}
			
	#logo {
		float:left;
		display:inline;
		position:relative;
		width: 265px;
		height: 319px;
		z-index: 30;
		margin-top:-345px;
		margin-left:307px;
	}

#email-container {
	float: left;
	display: inline;
	width: 880px;
	height: 20px;
	font: bold 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-align: center;
}

	#email-container a, #email-container a:hover {
		font: bold 14px/20px Georgia, "Times New Roman", Times, serif;
		color: #333333;
	}