body {
        background-image: url("blueGrad.jpg");
        background-repeat: repeat-x;
}

#head {
  text-align: center;
  font-family: sans-serif;
  border-bottom: 5px black double;
}
  
h1{
  text-align: center;
}

h2{
  text-align: center;
  padding:10px;
}

p{
  text-align: center;	
}

#menu {
  position: fixed;
  width: 18%;
}

#menu li {
  list-style-type: none;
  margin-left: -2em;
  text-align: center;
}

#menu a{
  display: block;
  border: 2px gray outset;
  text-decoration: none;
  color: black;
}

#menu a:hover{
  color: white;
  background-color: black;
  border: 2px gray inset;
}

.content {
  border: 3px blue solid;
  position: relative;
  left: 20%;
  width: 80%;
}

td{
   width: 45%;
   text-align: center;
   background-color:#FFFFFF;
}

#footer {

  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}

.indented {
        margin-left: 22%;
}

.text{
   font: bold italic 100% "Dadhand", cursive;
}

.menutext {
   text-align: center; 
}

.max{
padding-left:5px;
}

.main{
  padding-left:55px;
}

form{
	position:static;
}


