body {
 background-color: #8a637e;
 background-image: url("Gradation.jpg");
 background-repeat: repeat-x;
 background-attachment: fixed;
 background-position: top left;
 padding: 0px;
 margin: 0px;
}

#container {
 width: 100%;
 height: 100%;
  background-image: url("Moonrise.png"); 
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top left;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

#title {
 float: left;
 position: absolute;
 top: 10 px;
 left: 10em;
}

#footer {
  position: fixed;
 top: 15em;
 left: 5em;
 right: 5em;
}

#column2 {
 float: left;
 position: absolute;
 top: 150px;
 left: 1em;
 width: 230px; 
 height: 400px;
}

#main {
 z-index: 1;
 margin-top: 170px;
 width: 70%;
 float: left;
 background-color: #fcc7bf;
 filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
  visibility : visible;
 color: #071c71;
 font-family: arial, verdana, sans-serif;
 text-indent: 20px;
 border: 3px solid #071c71;
 margin-right:1em;
 margin-bottom: 1em;
 margin-left: 15em;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 1em;
}



#navbar {
 z-index: 3;
 float: left;
 width: 180px;
 height: 80%;
 position: absolute;
 top: 0px;
 right: 10px;
 padding-left: 2px;
 padding-right: 2px;
 padding-bottom: 2px;
 border: 3px solid #071c71;
 margin-top: 20px;
 margin-left; 0;
 margin-right: 1em;
 margin-bottom: 10px;
 font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
 color: #071c71;
}

ul {
 list-style-type: none;
 margin-left: 0;
 padding-left: 0;
 border: none;
} 

ul li {
 margin-left: 0;
 padding: 2px 2px 2px 2px;
 list-style: none;
}
		
ul li.here {
 list-style: none;
}

li a {
 color: #071c71;
 text-decoration: none;
 width: 100%;
}

li a:hover {
 border-bottom: 10px solid #071c71;
 background-color: #fcc7bf;
 background-image: none;
 font-weight: bold;
 color: #071c71;
 font-size: 14pt;
}

a {
 color: #071c71;
}

a:hover {
 background-color: #fcc7bf;
 color: #071c71;
 font-weight: bold;
 letter-spacing: 10px;
}

h1 {
 text-indent: 0px;
}

h2 {
 text-indent: 0px;
}

h3 {
 text-indent: 0px;
}

td {
 color: #071c71;
}
