body {
margin: 0;
background-position: center top;
background-repeat: no-repeat;
text-align: center;
color: #0066cc;
font-family: "Trebuchet MS";
font-size: 13px;
line-height: 22px;
background-color: #fff;
}


a {
color: #0066cc;
font-weight: bold;
}

a:visited {
color: #888;
}

a img {
border: 0;
}



#content {
background-image:url("");
width: 671px;
margin: 0 auto;
text-align: left;
padding-left: 50px;
padding-right: 22px;
padding-bottom: 23px;
clear: both;
}
#content* {
position:relative;
}

/*sets up nav bar with font size etc*/
#nav {
background: #666699;
width: 692px;
margin: 0 auto;
text-align: left;
height: 25px;
padding-left: 51px;
padding-top: 0px;
color: #fff;
font-family: Arial;
font-size: 14px;
}

/*I dont know what this does*/
#nav* {
position:relative;
}

/*effects the header*/
#header {
width: 692;
margin: 0 auto;
margin-top: 10px;
text-align: center;
padding-left: 0px;
padding-bottom: 0px;
}

header.banner {
text-align:left;
}

header.one{
text-align:right;
top:0px;
}

/*effects paragraphs*/
p {
margin: 0;
}

/*effects the position of the nav bar*/
ul.nav {
padding: 0;
margin: 0;
list-style-type: none;
width: 100%;
}

/*effects the height of the nav bar ie makes them all horizontal*/
ul.nav li {
display: block;
float: left;
}

/*this effects the colour and location of nav bar*/
ul.nav li a {
display: block;
float: left;
padding-top: 0px;
padding-bottom: 4px;
padding-right: 60px;
color: #fff;
text-decoration: none;
}

/*this is for all links when visited*/
ul.nav li a:visited {
color: #fff;
}

/*this is for all links when hoovered over*/
ul.nav li a:hover {
text-decoration: underline;
}











