body {
  background-color: #CDAE5C;
  margin: 0;
}
#page {
  margin: auto;
  width: 775px;
}
#header {
  margin-left: -3px;
  margin-bottom: -4px;
}
#topnav img {
  border: 0px;
}

#content {
  font: 12px arial;
  background-color: #FFFFFF;
  padding: 4px;
  border: 1px solid #13681f;
  width: 758px;
}

#footer {
  color: #000000;
  font: 11px arial;
  text-align: center;
}
#bottomnav img {
  border: 0px;
}
#heading {
  margin-left: -5px;
  text-align: center;
}
#footer img {
  border: 0px;
}
.center {
  text-align: center;
}
#right {
  float: left;
}
img {
  border: 0px;
}
.splitcontent td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.border {
  -moz-border-radius: 10px;
  border: 2px solid #13681f;
  padding: 8px;
  display: table-cell;
  vertical-align: middle;
}

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:600px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(/images/overlay/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}