body {
  background-color:#000;
  background-image:url('../images/page_bg.gif');
  background-repeat:repeat-x;
  color:#5A6A8B;
  font-family:Arial;
  font-size:10pt;
  margin:0px;
  
}

h3 {
  color:#FFF;
  font-family:Arial;
  font-size:12pt;
}

#pageCtn {
  margin:auto;
  width:977px;
}

#headerCtn {
  width:592px;
  height:59px;
  background-color:#000;
  border:0px;
  padding-left:385px;
  padding-top:39px;
  background-image:url('../images/header_bg.gif');
}

#upperThirdCtn {
  width:977px;
  height:435px;
  background-color:#020617;
  border:0px;
  background-image:url('../images/upper_third_bg.jpg');
}

#lowerThirdCtn {
  width:977px;
  min-height:500px;
  background-color:#020617;
  border:0px;
  background-image:url('../images/lower_third_bg.jpg');
}

#lowerThirdCtn .leftCol {
  width:665px;
  float:left;
  padding:18px;
}

#lowerThirdCtn .rightCol {
  width:285px;
  float:right;
}

.copyright {
  font-family:Arial;
  font-size:8pt;
  width:600px;
  padding-left:200px;
}

#latest {
	background-image:url('../images/latest_greatest.jpg');
	padding-top:374px;
	padding-left:84px;
	width:169px;
	height:48px;
}
