#overall
{
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
}

#banner{position: absolute;
	top:0em;
	left:0em
}
#maincontent {
  position: absolute;
  top:12em;
  left: 12em;
  right: 2em;
  list-style-type = "circle";
}
  
  #login {
	  visibility: hidden;
	  link-style-type: none;
	  float:right;
	  width: 14em;
	  height: 13em;
	  color:white
  }
  #eventbar{
	  visibility:hidden;
	  position: absolute;
	  top: 12em;
	  right: 0.2em;
	  width: 8em;
	  color: white;
  }
	  
  
 ul.bottombar{
	 text-decoration: none;
	  position:fixed;
	  bottom: 0.9em;
	  left:0em;
	background-color: grey;
	color: black;
	width: 100%;
	height: auto;
	text-align: center;
    }
  
  #googlesearch {
	  position: fixed;
	  bottom: 0em;
	  left: 0em;
	  background-color: white;
	  color: black;
	  width: 100%;
	  text-align: center;
	  height: 1.8em;
	  	  }
  body {
  font-family: sans;
  color: white;
  background-color: black}
 Blockquote {
  margin-top: 0em;
  margin-right: 0em;
  margin-bottom: 1em;
  margin-left: .5em;
}
ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 12em;
  left: 1em;
  width: 9em 
  }
}
    h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif }
  h2 {  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }
ul.navbar li {
    background: black;
    margin: 0.5em 0;
    padding: 0.3em;
   }
  ul.navbar a {
    text-decoration: none }
  a:link {
	text-decoration: none;
    color: white }
  a:visited {
    color: grey;
text-decoration: none;	}
    a:hover {color:red;
		text-decoration: underline;}
