body { 
  margin: 0px;
  background: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #222222;
  line-height: 20px;
} 
 
#gradient { 
  position: absolute;
  left: 0px; 
  top: 0px; 
  background-image:url('imgs/headerbackbg.jpg');
  background-repeat:repeat-x;
  width: 100%; 
  height: 300px; 
  z-index: 1; 
} 
 
#sidegubbins { 
  position: absolute;
  left: 0px; 
  top: 0px; 
  background-image:url('imgs/outsidegubbins.png');
  background-repeat:repeat-x;
  width: 100%; 
  height: 300px; 
  z-index: 2;
} 
 
#mainheaderbg { 
  position: relative; 
  top: 0px; 
  width: 960px;
  height: 300px; 
  margin: auto; 
  background-image:url('imgs/mainbg.png');
  background-repeat:no-repeat;
  z-index: 3;
}

#blast {
  position: relative; 
  top: 0px; 
  width: 960px;
  height: 300px; 
  margin: auto; 
  background-image:url('imgs/bgexplosion.png');
  z-index: 4;
} 

#blobs { 
  position: relative; 
  top: 0px; 
  width: 960px;
  height: 300px; 
  margin: auto; 
  background-image:url('imgs/backblobs.png');
  z-index: 5;
} 

#particles {
  position: relative; 
  top: 0px;
  width: 960px;
  height: 300px; 
  margin: auto; 
  background-image:url('imgs/frontblobs.png');
  z-index: 6;
}

#clouds {
  position: relative; 
  top: 0px;
  width: 960px;
  height: 300px; 
  margin: auto; 
  background-image:url('imgs/bgclouds.png');
  z-index: 7;
}

#grass {
  position: relative; 
  top: 0px;
  width: 960px;
  height: 300px; 
  margin: auto; 
  background-image:url('imgs/grassbg.png');
  z-index: 8;
}

#sidecloudgubbins { 
  position: absolute;
  left: 0px; 
  top: 90px; 
  background-image:url('imgs/outsidegubbins_clouds2.png');
  background-repeat:repeat-x;
  width: 100%; 
  height: 119px; 
  z-index: 4;
} 
#sidecloudgubbins2 { 
  position: absolute;
  left: 0px; 
  top: 100px; 
  background-image:url('imgs/outsidegubbins_clouds1.png');
  background-repeat:repeat-x;
  width: 100%; 
  height: 119px; 
  z-index: 4;
} 

#nav{
  position: absolute;
  top: 0px;
  left: 570px; 
  width: 370px;
  height: 84px;
  padding: 0px;
  z-index: 31;
}

#content { 
  position: relative;
  margin: auto; 
  top: 0px; 
  background: white;
  width: 960px;  
  z-index: 1; 
  padding: 15px;
} 
.changetext { 

  background: #000066;
  font-size: 18px;
  color: #ffffff;
  width: 253px;  
  padding: 7px;
} 
.abouttext { 

  background: #000066;
  font-size: 26px;
  color: #ffffff;
  width: 253px;  
  padding: 7px;
} 

.formsubmit {
  background: #000066;
  font-size: 14px;
  color: #ffffff;
  border: 0px;
  width: 125px;  
  padding: 7px;
  }
  
.formreset {
  background: #333333;
  font-size: 14px;
  color: #ffffff;
  border: 0px;
  width: 125px;  
  padding: 7px;
  }

.left {
position: relative;
float: left;
width: 50%;
padding: 7px;
height:300px;
border:0px solid black;
display: table-cell;

}

.newscontainer {
display: table;
}
.rowdiv {
display: table-row;
clear:both
}

#boldtype { 

  background: #000066;
  font-size: 16px;
  color: #ffffff;
  width: 253px;  
  padding: 7px;
} 

#table_content { 
  width: 940px;  
  padding: 5px;
  border: 0px;
  margin: auto;
} 

#footer_buffer{ 
  clear: both; 
  height: 66px;
  background: white;
  color: #161f50;
  padding: 0px; 
  margin: 0px; 
  z-index: 12;
} 

#footer{ 
  clear: both; 
  height: 101px;
  background: #aeb0bb;
  color: #161f50;
  padding: 0px; 
  margin: 0px; 
    z-index: 14;
} 

#footer_content{ 
  position: relative; 
  clear: both;
  width:960px;
  height: 85px;
  margin: auto;
  color: #161f50;
  padding: 0px;  
    z-index: 15;
} 

#footer_logo{ 
  position: relative;
  clear: both;
  margin: auto;
  width: 960px;
  height: 166px;
  color: #161f50;
  background-image: url('imgs/footer_logo.png');
  background-repeat: no-repeat;
  padding: 0px;
  z-index: 13;  
}
