body {
  background: #000000;
  color: white;
  font-family: Verdana;
}
table.prettyBar {
  background: url('images/l_pretty-bar.jpg') no-repeat top;
  width: 681px;
  height: 28px;
}
table.main {
  table-layout: fixed;
  overflow: hidden;
}
td.topLeft {
  background: url('images/l_top-left.jpg') no-repeat top right;
  width: 83px;
  height: 169px;
}
td.topRight {
  background: url('images/l_top-right.jpg') no-repeat top left;
  padding-left: 7px;
  padding-right: 5px;
  height: 169px;
}
td.left {
  background: url('images/l_left-BG.jpg') repeat-y top;
}
td.right {
  padding: 7px;
}
td.leftEnd {
  background: url('images/l_left-bottom.jpg') no-repeat top;
  height: 10px;
}
table.comics {
  width: 681px;
}
td.comicSpacer {
  width: 4px;
}
table.nav {
  table-layout: fixed;
  margin-right: 0px;
  margin-left: 4px;
  background: url('images/l_nav-BG.jpg') no-repeat top;
  border: none 0px;
  width: 79px;
}
td.navButton {
  width: 79px;
  height: 28px;
}
.userBar {
  font: 12px normal times;
  text-align: center;
  margin-bottom: 5px;
  width: 681px;
}
.loginBar {
  font: 12px normal times;
  text-align: right;
  margin-bottom: 5px;
  width: 681px;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.login {
  position: relative;
  left: 150px;
  background-color: #686868;
  border: 1px solid #B8B8B8;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  width: 200px;
}
.loginBox {
  margin-bottom: 7px;
  width: 200px;
}
.navTab {
  background: #000000;
  border: 1px solid #FFFFFF;
  font: 12px normal times;
  display: inline-block;
  margin-left: 3px;
  padding-top: 1px;
  padding-left: 3px;
  padding-right: 3px;
  height: 25px;
  position: relative;
  top: 10px;
}
.ucpContent{
  background: #000000;
  border: 1px solid #FFFFFF;
  position: relative;
  padding: 3px;
  width: 550px;
  min-height: 40px;
  z-index: 10;
}
.break {
  background-color: #FFFFFF;
  border-width: 0px;
  color: #FFFFFF;
  margin-bottom: 7px;
  clear: both;
  width: 60%;
  height: 1px;
}
