body{
  width: 100%;
  max-height: 1600px;

#header{
  height:150px;
  text-align:center;
}

#nav{
  text-align:center;
  background-color:lime;
  height:25px;
}

#show.slideshow{
  float:left;
}

h2{
  text-align:center;
}

h3{
  text-align:center;
}

p{
  text-align:center;
}

#row1{
    float: left;
    width: 25%;
    height: 50%;
    position: relative;
}

#row2{
  float: left;
  width:25%;
  height:50%;
  position: relative;
}

#section{
  height:364px;
  width:100%;
}

#section2{
  height:364px;
  width:100%;
}


#footer {
  width:100%;
  height:80px;
  position:absolute;
  bottom:0;
  left:0;
}

.goleft{
  text-align:left;
}

.goright{
  text-align:right
}

.alignleft{
  float: left;
  }
  
.alignright{
  float:right;
  }
  
table.center {
  margin-left:auto;
  margin-right:auto;
  border:3px solid lime;
  padding:3px; 
}

td {
  text-align:center;
  padding:3px;
  border:3px solid lime;
}

#aside{
  float:left;
}