body {
    text-align: center;
    font-size: 99%;
    font-family: "optima" sans-serif;
}
img {
    border: 0;
}

a {
    text-decoration: none;
}
a:link {
    color: #666;
}
a:visited {
    color: #666;
}
a:hover {
    color: #333;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 10px 0;
}
h1 {
    font-size: 2.0em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.2em;
}
table {
    border-collapse: collapse;
}
th {
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
}
th, td {
    padding: 3px;
}
table.lined td, table.lined th {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}
td.center {
    text-align: center;
}
p {
    margin: 10px 0;
}

div#header {
    background: url("header-wide.png") no-repeat;
    width: 705px;
    height: 96px;
    margin: 0 auto;
}
div#header a#logo {
    display: block;
    height: 96px;
    width: 250px;
    float: left;
}
div#header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 438px;
}
div#header li {
    display: block;
    float: left;
    margin-right: 5px;
}
div#header li a {
    display: block;
    width: 64px;
    height: 24px;
    padding-top: 68px;
    text-align: center;
    font-size: 0.9em;
    color: #000;
    background: transparent url("fade.png") repeat-x 0px -192px;
    font-weight: bold;
}
div#header li a:hover {
    text-decoration: none;
}
a#admin-button {
    display: block;
    float: left;
    margin-top: 45px;
    margin-left: 8px;
    padding: 10px;
    width: 20px;
    height: 20px;
    font-weight: bold;
}
a#admin-button:hover {
    background: transparent url("translucent-dot.png") no-repeat top left;
    text-decoration: none;
    color: #fff;
}
div#center-box {
    margin: 20px auto;
    width: 510px;
    background: transparent url("cent-top-left.png") no-repeat top left;
    padding-bottom: 11px;
    width: 705px;
}
div#center-top {
    position: relative;
    top: 0px;
    left: 694px;
    width: 11px;
    background: url("cent-top-right.png") no-repeat top right;
    margin-bottom: -202px;
    height: 202px;
}
div#center-right {
    background: url("cent-right.png") repeat-y right;
}
div#center-left {
    position: relative;
    top: 11px;
    background: url("cent-left.png") repeat-y left;
}
div#center-bot-left {
    position: relative;
    top: 11px;
    height: 11px;
    background: url("cent-bot-left.png") no-repeat left;
}
div#center-bot-right {
    height: 11px;
    background: url("cent-bot-right.png") no-repeat right;
}

div#body-text {
    text-align: left;
    position: relative;
    top: -11px;
    padding: 30px;
    margin-bottom: -11px;
    min-height: 140px;
}
img#reg-btn {
    display: block;
    margin: 10px auto 0;
}

div#loginform {
    text-align: center;
    margin: 10px;
}
div#loginform .highlight {
    border:3px solid #ff3200;
}
div#loginform table {
    margin: 0 auto;
}
div#loginform td {
    padding: 6px;
}
div#loginform input.field {
    border: 1px solid #6c95ae;
    padding: 4px;
    width: 16em;
}

div#footer {
    margin: 20px auto;
}
div#footer li {
    display: inline;
    margin: 10px;
}

p.flash {
    background-color: #fcc;
    border: 1px solid #f00;
    font-weight: bold;
    padding: 5px;
    -moz-border-radius: 10px;
}

ul.domainlist {
    list-style: disc;
    margin-left: 20px;
}
ul.domainlist li {
    margin: 5px;
}

div.segment {
    border-top: 1px solid #bbb;
    margin-top: 15px;
    padding: 10px;
}