html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body,li,td {
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  line-height: 130%;
  color: #e9e9e9;
}

body {
  background-color: #1a4f53;
  background-image:  url(../x-images/bkg_body.jpg);
  background-repeat: repeat-x;
  text-align: center; /* centered positioning */
}

#bodycenter {
  position: relative;
  min-height: 100%; /* Bkg extends length of page */
  background-image: url(../x-images/bkg_bodycenter.jpg);
  background-position: center;
  background-repeat: repeat-y;
}

* html #bodycenter {
  height: 100%; /* Bkg extends length of page in IE */
}

#container {
  width: 912px;
  margin: 0 auto; /* centered positioning */
  text-align: left; /* centered positioning */
  background-image:  url(../x-images/bkg_container.jpg);
  background-position: -1 135px;
  background-repeat: no-repeat;
}

#header {
  width: 912px;
  height: 135px;
  background-image: url(../x-images/bkg_header.jpg);
  background-position: -1 0;
  background-repeat: no-repeat;
}

h2 {
  font-size: 16px;
  color: #efdc99;
  border-bottom: 1px solid #59897b;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 25px 0 8px 0;
}

ul {
  margin: 5px 0 20px 0;
  padding-left: 0;
}

li {
  margin-bottom: 3px;
  margin-left: 30px;
}

.catchphrase {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  margin: 20px 0 15px 0;
}

.catchphrase2 {
  font-family: serif;
  font-size: 24px; 
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #efdc99;
}

.mem-entrytitle { /* memorabilia entry titles */
  font-style: italic; 
  font-weight: bold; 
  padding: 10px 0 10px 0; 
  line-height: 1.6em;
}

.mem-div {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #39898e;
}

a {
  color: #d4d6c7;
}

a:visited {
  color: #d4d6c7;
}

a:hover {
  color: #ffffff;
}

a:active {
  color: #ffffff;
}

#content {
  width: 100%;
}

#content td.left {
  width: 200px;
}

#content td.right {
}

#td-contentleft {
  vertical-align: top;
}

#td-contentright {
  vertical-align: top;
}


/* ====== Left Box ====== */
#leftbox {
  width: 210px;
  margin: 30px 0 0 0;
  padding: 0 0 0 55px; /* last value dist from left */
  background-image:  url(../x-images/bkg_leftbox.jpg);
  background-repeat: repeat-y;
}


/* ====== Right Box ====== */
#rightbox {
  width: 600px;
  margin: 30px 0 0 0;
  padding: 0 0 0 0; /* last value dist from left */
  background-image:  url(../x-images/bkg_rightbox.jpg);
  background-repeat: repeat-y;
  vertical-align: top;
}


/* ====== Wide Box ====== */
#widebox {
  width: 813px;
  margin: 30px 0 0 15px; /* last value dist from left */
  padding: 0px;
  background-image: url(../x-images/bkg_widebox.jpg);
  background-repeat: repeat-y;
  vertical-align: top;
  clear: both;
}


#footer {
  clear: both;
  padding: 40px 10px 10px 10px;
}

#footer p {
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  margin: 0;
}

#footer p.first {
  border-top: 1px solid #246a6c;
  padding: 10px 0 0 0;
  margin: 0 50px 0 50px;
}

#footer a {
  color: #ffffff;
}
