/*Possible Colours
#0A0A0A
#084C61
#FFFFFF
#952222*/

#wrapper{
width: 960px;
margin: 0px auto;
position: relative;
}
h1 {
	font-family: 'Spectral SC', serif;
	padding-left: 10px;

	}

header {
width: 960px;
height: 150px;
position: absolute;
margin: 15px auto;
border-radius: 0px;
background-color: #ffffff;
}
nav {
width: 960px;
height: 50px;
position: absolute;
top: 150px;
left: 0;
margin-top: 0px;
border-radius: 0px;
background-color: #952222;
}

section {
width: 960px;
height: 600px;
position: absolute;
top: 200px;
right: 0;
margin-bottom: 0;
margin-top: 0;
border-radius: 0;
background-color: #0A0A0A;
}

footer {
width: 960px;
height: 120px;
position: absolute;
top: 800px;
left: 0;
border-radius: 0;
background-color: #952222;
color: #ffffff;
}
h2{
font-family: 'Spectral SC', serif;
text-align: left ;
color: #000000;
}
	
.c-one{
width:920px;
height: 560px;
position: absolute;
top: 0;
left: 20px;
right: 20px;
margin-top: 20px;
border-radius: 0;
background-color: #084C61 ;
}
