body {
	background-color: gray;
	text-align: center;
	line-height: 24px;		/* Changing this will break the baseline grid. */
	-webkit-text-size-adjust: none;		/* Stops the iPhone scalling type up */
	}
	
h1, h2, p, a {
	color: black;
	font-weight: normal;
	line-height: 100%;
	text-align: left;
	margin-bottom: 1px;
	}


h1 {
	font-family: "graveblade-1","graveblade-2", Verdana, sans-serif;
	font-size: 50px;
	line-height: 36px;		/* Changing this will break the baseline grid. */
	margin-bottom: 24px;	/* Changing this will break the baseline grid. */
	}

div#title {
	position: relative;
	z-index: 100;
	}


p {
	font-family: "ff-enzo-web-1","ff-enzo-web-2",Helvetica, Sans-Serif;
	font-size: 14px;

	}
		
a {
	color: white;
	text-decoration: none;
	}
	
a:hover {
	color: red;
	text-decoration: underline;
	}

div.container {
	display: block;
	padding: 100px 100px;
	margin: 0 auto;
	width: 800px;
	}
	
img.eagle {
	display: block;
	margin:auto;
	}
	
div#titleimage {
	display: block;
	margin: auto;
	position: absolute;
	z-index: 100;
	width:800px;
    left: 50%;
    margin-left: -400px;
	}
	
div.indexmenu_gmtfp {
padding: 100px 0;
}

div.indexmenu_gmtfp p {
font-size: 2em;
}

a img {
display: block;		/* Stops image links getting text link styles */
}

p, ul, ol, blockquote {
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
}



