#tpl-wrapper {
  text-align: left;
  width: 720px;
}

#tpl-header {
  border-bottom: 1px solid #999;
  padding-bottom: 8px;
  position: relative;
}
#tpl-header img { margin: 0 }

#hd-welcome-black, #hd-welcome-red {
  background: transparent none;
  font-size: 44px;
  letter-spacing: -2px;
  text-align: center;
  width: 500px;
}
#hd-welcome-black {
  color: #000;
  position: absolute; top: 14px; left: 220px;
}
#hd-welcome-red {
  color: #f00;
  position: absolute; top: 12px; left: 221px;
}

#tpl-content {
  background: #FFF none;
  border-left: 1px solid #999;
  border-collapse: collapse;
  color: #000;
  float: right;
  padding: 4px;
  width: 560px;
}
#tpl-content .bottom { margin-bottom: 0; }
#tpl-content .top { margin-top: 0; }
#tpl-content img.left {
  float: left;
  margin-left: 0;
}
#tpl-content img.right {
  float: right;
  margin-right: 0;
}

#login-bar {
  display: none;
  float: right;
  padding: 2px;
  position: relative; top: -4px; left: 4px;
}

#login-bar a {
  background: #eee none;
  border: 1px outset #999;
  color: #000;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 5px;
  text-decoration: none;
}
#login-bar a:hover {
  border: 1px inset #999;
}

#hm-whats-new {
  background: transparent url('/images/hd-whats-new.gif') scroll left top no-repeat;
  clear: both;
  color: #000;
  float: left; /* required to set element in the proper position in IE */
  line-height: 1.8em;
  margin: 1.5em 0 0 15px;
  padding: 30px 5px 10px 15px;
} html>body #hm-whats-new {
  margin: 1.5em 0 0 28px;
  padding: 30px 5px 20px 30px;
}
#hm-whats-new img { margin: 0; }

#tpl-site-nav {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;

  /* added to extend border if content is shorter than nav */
  border-right: 1px solid #999;
  float: none;
  margin-right: 559px;
  width: auto;
} html>body #tpl-site-nav {
  border-right: none;
  margin-right: 569px;
}
#tpl-site-nav ul {
  font-size: 10px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

#tpl-footer {
  background: #fff url('/images/bottom-background.jpg') scroll left top no-repeat;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  clear: both;
  font-family: arial,helvetica,verdana,sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: right;
}
#tpl-footer div.line {
  border-top: 1px solid #999;
  clear: both;
}
.ftr-content {
  background: transparent none;
  clear: both;
  color: #000;
  margin: 0 151px 0 160px;
  padding: 5px 3px;
  text-align: center;
}
html>body .ftr-content { margin: 0 151px; }

#tpl-footer .ftr-content {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  line-height: 1.5em;
  text-align: right;
}
.ftr-content ul {
  font-size: 10px;
  font-weight: normal;
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
html>body .ftr-content ul { font-size: 10px; }

.ftr-content ul li {
  border-right: 1px solid #666;
  display: inline;
  padding: 0 2px 0 4px;
}
html>body .ftr-content ul li {
  padding: 0 4px 0 2px;
}
.ftr-content ul li.last {
  border-right: none;
}