/* CSS Document */

body {
  text-align:center;
  margin:0;
  background-color:#fff;
  font-family:"Times New Roman", Times, serif;
}

#bodyContainer {
  width:900px;
  height:2200px;
  text-align:left;
  margin:0 auto;
  background-color:#000040;
  background-image:url('../images/tv-station/station-bg.jpg');
  background-repeat:no-repeat;
  position:relative;
}

#navigation {
  list-style:none;
  padding:0;
  margin:0;
  position:absolute;
  left:25px;
  top:325px;
}

#navigation li {
  padding:5px 0;
}

#navigation a {
  font-size:16px;
  color:#A5A247;
  text-decoration:none;
}

#navigation a:hover {
  text-decoration:underline;
}

#content {
  font-size:18px;
  color:#A5A247;
  text-align:left;
  position:absolute;
  width:580px;
  top:300px;
  left:300px;
}

#content a {
  color:#A5A247;
}

#content a img {
  border:none;
}

#content table {
  float:left;
}

#content tr {
  vertical-align:top;
}

.text16 {
  font-size:16px;
}

#footer {
  position:absolute;
  text-align:center;
  width:100%;
  color:#756227;
  font-size:12px;
  bottom:0px;
  height:150px;
  font-family:arial;
  background-image:url(../images/school/school-bg-footer.jpg);
  background-color:#fae191;
}


#footer .wrap {
  padding:40px 0 0 0;  
}

#footer strong {
  font-size:14px;
  
}

#footer .left {
  float:left;
  text-align:left;
  margin-left:100px;
}

#verseBox {
  background-color:#ffd452;
  width:520px;
  color:#000040;
  text-align:center;
  font-size:16px;
  font-weight:bold;
  position:absolute;
  margin-top:25px;
  top:1500px;
  left:0px;
}

#footer img {
  position:absolute;
  top:50px;
  left:70px;
}