/* @override http://mmp1/style.css */

/* @group Global */

html, body {
	height: 100%;	
	font-size: 16px;
}

body {
	font: 0.75em/1.5em Arial, Helvetica, Geneva, sans-serif;
	color: #073b7d;
}

a {
	color: #073b7d;
}

h1 {
	display: none;
}

h2 {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.5em;
}

/* @end */

/* @group Logos */

#logo_uk,
#logo_spain {
	float: left;
	margin: 1.8em 75px;
	margin-top: 0;
}

#logo_uk {
	
}

/* @end */

/* @group Details */

#details_uk,
#details_spain {
	margin: 2em 0;
	width: 50%;
	float: left;
	text-align: center;
}

#details_uk p,
#details_spain p {
	margin-bottom: 1em;
}

/* @end */

/* @group Vertical Centreing */

#vertical{
	float: left;
	height: 50%;
	margin-top: -17.5em; /* half vertical height*/
	width: 100%;
}

#horizontal {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	height: 35em;
	overflow: hidden; /* allow content to scroll inside element */
	text-align: left;
	clear: both;
}

/* @end */

