﻿@charset "UTF-8";
/* ////////////////// Colours //////////////////  */
.superSuperlightGrey { color:#e2e2e2; }
.superlightGrey { color:#d4d4d4; }
.lightGrey { color:#c6c6c6; }
.midGrey { color:#878787; }
.darkGrey { color:#575757; }
.extradarkGrey { color:#3f3f3f; }
.black { color:#1d1d1d; }
.blue { color:#2aabe3; }
.darkBlue { color:#254295; }
.green { color:#07a54b; }
.yellow { color:#f8ba24; }
.pink { color:#e32285; }

html {
	background:#f4f4f4;
}

body {
	margin: 0;
	padding: 0;
	color:#1d1d1d;
}

#contentWrap
{
	margin: 0 auto;
	position:absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 120px;
	margin-top: -60px;
	margin-left: -300px;
}

#content
{
	width: 600px;
	height:120px;
}

h1, h2
{
	font-family:CenturyModernFSRegular, Georgia, serif;
	letter-spacing:0;
	margin:0;
	font-weight:normal;
	text-align:center;
}

h1
{
	font-size:36px;
	line-height:62px;
}

h2
{
	font-size:18px;
	line-height:28px;
}

a
{
	font-style:italic;
	text-decoration:none;
	color:#1d1d1d;
	padding-bottom:1px;
	border-bottom:solid 2px #2aabe3;
}

a:hover
{
	border-bottom:solid 2px #1d1d1d;
}
