@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:76.1%;
	color:#f3f6f8;
	background:url(images/bg.jpg) no-repeat top center #000000;
	margin:auto;
	}
	
* {
	margin:0;
	padding:0;
	}
	
img {
	border:0 none;
	}
	
.clearer {
	clear:both;
	}


/**********************************************************************************************/
/* Heading/font sizes, colours and links */


h1 {
	font-size:2em;
	font-weight:normal;
	margin-bottom:0.6em;
	color:#6e276b;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
h2 {
	font-size:1.33em;
	font-weight:normal;
	margin-bottom:0.9em;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

h3 {
	font-size:1.9em;
	font-weight:normal;
	margin-bottom:0.2em;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
h4 {
	font-size:1.9em;
	font-weight:normal;
	margin-bottom:0.75em;
	}
	
h5 {
	font-size:1.9em;
	font-weight:normal;
	margin-bottom:0.75em;
	}
	
h6 {
	font-size:1.9em;
	font-weight:normal;
	margin-bottom:0.25em;
	}

p {
	font-size:1.2em;
	margin-bottom:1em;
	color:#f3f6f8;
	}

a, a:link {
	color:#f3f6f8;
	text-decoration:none;
	}

a:hover { 
	text-decoration:underline;
	}



/**********************************************************************************************/
/* Main element styles */


#container { 
	width:975px; 
	margin:auto; 
	padding-top:155px;
	}

#header { 
	width:895px;
	height:43px;
	padding:0px 0px 40px 56px;
	}

.banner {
	margin-bottom:28px;
	height:85px;
	}

.left {
	float:left;
	display:inline;
	}

.right{
	float:left;
	display:inline;
	}

#footer {
	margin-top:35px;}

#footerLogo {
	display:inline;
	float:left;
	}

#footerNav {
	display:inline;
	float:right;
	padding-top:40px;
	font-size:0.9em;
	}
