/** {
  border: 1px solid red;
}*/


head {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: black;
    background-color: #496ddc;
    margin: 0;
    padding: 0;
} 

body {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: black;
    background: linear-gradient(to bottom, #edf6fa, #f5e8ea, #FFFFFF, #f5e8ea, #edf6fa);
    height: 100%;
    margin: 0;
    padding: 0px;
    padding-bottom: 100px;
}

/* This is a comment, by the way */

header {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    background-color: #36393F;
    color: black;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 230px;
    width: 100%;
    margin: 0;
    padding-top: 0;
    border-bottom-style: solid;
    border-bottom-width: 1em;
    border-color: #486cdb;
    padding: 0;
} 

footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    font-size: 14px;
    background-color: #b088ff;
    margin: 0;
    padding-top: 0;
  }

p {
    line-height: 21px;
}

h1 {
    color: #ffffff;
    font-size: 2em;
    margin: 0;
    margin-bottom: 7px;
    padding: 4px;
    padding-top: 115px;
    text-align: center;
    letter-spacing: 0.1em;
    border-bottom-width: 0.5em;
}

h2 {
    color: white;
    background-color: #090;
    font-size: 1.5em;
    margin: 0;
    padding: 2px;
    padding-left: 14px;
}

h3 {
    color: #999;
    font-size: 1.25em;
}

a {
    text-decoration: none;
}

strong {
    font-style: italic;
    text-transform: uppercase;
}

li {
    color: #900;
    font-style: italic;
}

table {
    background-color: #ccc;
}
#headermain{
  clear: both;
  padding-top: 0;
}
#topimage {
    float: left;
    width: 230px;
}
#PageTitle {
    float: left;
    width: 800px;
}

#navigation {
    clear: left;
    width: 800px;
}

#footer {
    clear: both;
}

#copyright{
    padding-left: 10px;
    float: left;
}

		
#credits{
    padding-right: 10px;
    float: right;
}










