/* Set origin of page to 0,0 */
body {
  margin: 0px;
  padding: 5px;
  background-color: #FFF; 
  overflow-x: hidden; 
  text-align: center; }

/* Use to center #page horizontally */
#horizontal {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1000px; }
  
#page {
  position: absolute;
  top: 0px;
  width: 700px;
  height: 1000px;
  background-color: #FFF;
  left: 50%;
  margin-left: -350px; }
  
#menu2 {
  position: absolute;
  top: 900 px; 
  left: 0 px;
  width: 100%;
  border: 0 solid white;
  text-align: left; }
  
#content {
  position:absolute; 
  top:590px; 
  left:0px; 
  width: 1130px; }

img.photothumbnail {
  border: 2px solid #FFF; }
/* This order is necessary for these psuedo classes */
  
img { 
  border: none;
  }

td {
  text-align: center; 
  font-family: Arial;
  font-size: 13px;
  color: #FFF; 
  padding-bottom: 0px; }  
  
table {
  margin-bottom: 20px; }

.dateText {
  text-align: left; 
  font-family: Arial;
  font-size: 12px;
  color: #AAA;  }

.newsText { 
  text-align: left; 
  font-family: Arial;
  font-size: 14px;
  color: #FFF;  }

.submittedByText {
  text-align: left; 
  font-family: Arial;
  font-size: 12px;
  color: #FFF;  }


td.controlpanel {
  text-align: left; 
  font-family: Arial;
  font-size: 12px;
  color: #FFF; 
  padding: 5px; } 
  
p.buyme {
 font-family: Arial;
  font-size: 14px;
  color: #FFF; 
  }
  
p.credit {
  font-family: Arial;
  font-size: 14px;
  color: #FFF; 
  }