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

*{
	margin: 0;
	padding: 0;
	/*Added these as they often mess around with your layout, and when you need them you can call them explicitly*/
	border:none;
	outline:none;
}

html {
	/*needed to put the footer at the bottom of the page*/
	height: 100%;
}

body {
	background-color: #1B54A6;
	/*needed to put the footer at the bottom of the page*/
		height: 100%;
}

.narrow, .wide, .widemusic {
	float:left;
}

.narrow{
	width:200px;
}

.wide{
	width:400px;
}

.widemusic{
	width:370px;
	padding-left: 30px;
}

.section{
	margin-bottom:30px;
	float:left;
}

.img-margin {
	margin-right:30px;
}

.img-margin-2 {
	margin-right:30px;
	margin-bottom:30px;
}

#page{
	/*so it stops scaling at 800*/
	min-width:800px;
	min-height: 100%;
	/*needed to put the footer at the bottom of the page
	This makes the page 100% width and then brings it up by however large the footer is (in this case 90px)*/
	height: 100%; 
	height: auto !important;
	margin: 0px auto -90px auto;
}

#container {
	margin:0 auto;
	width: 900px;
}

#content {
	margin:0 30px 0 30px;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	letter-spacing:1px;
	line-height:16px;
}

#logo {
	/*instead of floating this and aving it affect other things on the page i have positioned it absolute in the top corner.
	when postiioning things absolutely, you can define their coordinates from the top, the left, the bottom or the right*/
	position:absolute;
	top: 32px;
	left: 42px;
}

#headerbar {
/*	Have added margins for this bar on the right side as well as on the top and left, doing away with the need for the blue bar.*/
height: 40px;
margin:20px 20px 0 20px;
background-color: #009445;
display:block;
}

#headerquote { 
/*margin-top: -103px; - what the hell*/
margin:0 auto;
padding-top: 3px;
font-size:14px;
font-family:"Times New Roman", Times, serif;;
color: #FFFFFF;
letter-spacing: 1px;
width:386px;
}

.headerquote {
font-size:12px;
font-family:"Times New Roman", Times, serif;;
color: #FFF200;
}

#headertext {
margin-top: 3px;
margin-right: 20px;
float: right;
font-size:18px;
/*margin-right:40px;
position:absolute;
right:0;
top:25px;*/
}
/*I have re-defined a lot of things using their correct tags.*/

#headertext h3{
font-size:20px;
font-family:"Times New Roman", Times, serif;
line-height: 36px;
letter-spacing: 2px;
color:#FFF200;
font-weight:normal;
}

#title {
margin-top: 37px;
margin-left:227px;
}

h1{
font-size:18px;
font-family:"Times New Roman", Times, serif;;
color: #FFF200;
letter-spacing: 2px;
font-weight:normal;
}

h2{
font-size:12px;
color: #FFF200;
letter-spacing: 2px;
font-weight:normal;
line-height: 20px;
}

#subnavigation {
margin-top: 42px;
float: left;
}

a {
text-decoration:none;
}

#subnavigation a {
display:block;
font-size:10px;
font-family: Arial, Helvetica, sans-serif;
line-height: 25px;
letter-spacing: 2px;
color: #FFFFFF;
}

#subnavigation a:hover {
color: #FFF200;
}

#navigation {
width: 800px;
margin-top: 30px;
margin-left: 30px;
/*margin-left: -180px;*/
}

#navigationbar {
height: 10px;
background-color: #009445;
margin-left:123px;
margin-top:7px;
width:600px;
/*margin-left: -180px;*/
}

#navigation a {
/*
float:left;*/
margin-left: 60px;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
letter-spacing: 2px;
}

#navigation a:hover {
	color: #FFF200;
}

#maincontent {
margin-left:124px;
margin-top:30px;
width:600px;
}

#maincontent a {
color: #FFF200;
}

.quote {
font-style:italic;
}

#lowernav {
color:fff;
padding-left:139px;
width:760px;
height: 10px;
margin:0 auto;
}

#credits {
color:fff;
width:325px;
height: 10px;
float:right;
margin-top:5px;
}

#copyright {
color:fff;
width:325px;
height: 10px;
float:left;
margin-top:5px;
margin-left:10px;
}

.credits {
font-size:10px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
letter-spacing: 1px;
}

#credits a {
font-size:10px;
font-family: Arial, Helvetica, sans-serif;
color: #FFF200;
letter-spacing: 1px;
}

.currentlink {
color: #FFF200;
display: inline;
}

#credits a:hover {
color: #FFF200;
}

#lowernav a {
margin-left: 60px;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
letter-spacing: 2px;
}

#lowernav a:hover {
	color: #FFF200;
}

.clearfooter {
height: 50px;
display:block;
clear: both;
}

#footer {
	height:50px;
	display:block;
	position: relative;
	margin: 50px auto 0px auto;
	min-width:800px;
}

#footerbar {
height: 10px;
margin: 5px;/*was 20px*/
background-color: #009445;
}
