body {
    border: 0px;
    margin: 0px;
    background-color: black;
    text-align: left;
    font-family: "Georgia", "Garamond", "Times New Roman", "Tahoma";
    font-size: 8pt;
    color: #DD7;
}

table, td, tr {
    border: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    border-collapse: collapse;
    font-family: "Georgia", "Garamond", "Times New Roman", "Tahoma";
    font-size: 8pt;
    color: #DD7;
}

form {
    margin: 2px auto;
    border: 1px solid #222;
    padding: 4px;
    background-color: black;
    text-align: left;
    vertical-align: middle;
}

form table {
    margin: 0px auto;
    border: 0px;
    width: 100%;
    vertical-align: middle;
}

input, textarea {
    margin: 5px auto;
    border: 1px;
    border-color: #600;
    border-style: solid;
    background-color: black;
    height: 20px;
    vertical-align: middle;
    font-family: "Georgia", "Garamond", "Times New Roman", "Tahoma";
    font-size: 8pt;
    color: #DD7;
}

iframe {
    margin: 5px auto;
    border: 1px;
    border-color: #600;
    border-style: solid;
    background-color: black;
    vertical-align: middle;
    font-family: "Georgia", "Garamond", "Times New Roman", "Tahoma";
    font-size: 8pt;
    color: #DD7;
}

button, select {
    margin: 5px auto;
    border: 1px;
    border-color: #600;
    border-style: solid;
    background-color: black;
    height: 20px;
    vertical-align: middle;
    font-family: "Georgia", "Garamond", "Times New Roman", "Tahoma";
    font-size: 8pt;
    font-weight: bold;
    font-variant: small-caps;
    color: #DD7;
}

p {
    display: block;
    background-color: #600;
    padding: 5px;
}

ul, ol {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 0px;
    padding: 0px;
    padding-left: 5px;
    text-align: left;
    list-style-type: none;
}

li {
    margin: 0px;
    padding-left: 30px;
    background-image: URL("../images/bullet.gif");
    background-repeat: no-repeat;
    background-position: -0.1em 0.5em;
}

li ul, li ol {
    margin: 0px;
    padding-left: 5px;
}

.greyverdana {
    font-family: "Verdana", "Arial";
    font-size: 7pt;
    color: #999;
}

.mintverdana {
    font-family: "Verdana", "Arial";
    font-size: 7pt;
    color: #9C3;
}

.error {
    font-family: "Verdana", "Arial";
    font-size: 7pt;
    color: #F60;
}

.warning {
    font-family: "Verdana", "Arial";
    font-size: 7pt;
    color: #FF9;
}

.success {
    font-family: "Verdana", "Arial";
    font-size: 7pt;
    color: #9C3;
}

.username, .username a:link, .username a:hover, .username a:visited {
    font-weight: bold;
    color: #F60;
}
.rank {
    text-transform: uppercase;
    font-size: 7pt;
    color: #9C3;
}

.logtime {
    font-size: 7pt;
    color: #CC6;
}

h1 {
    margin: 0px;
    line-height: 40px;
    text-indent: 20px;
    font-family: "Georgia", "Garamond", "Verdana";
    font-size: 16pt;
    font-variant: small-caps;
    font-stretch: wider;
    color: #FFCC66;
    letter-spacing: 5;
    background-image: url("../images/blood.gif");
    background-position: -5px -5px;
    background-repeat: no-repeat;
}

h2 {
    margin-top: 20px;
    /*
    margin-top: 0px;
    line-height: 55px;
    */
    text-align: center;
    font-family: "Georgia", "Garamond", "Verdana";
    font-size: 12pt;
    font-variant: small-caps;
    font-stretch: narrower;
    color: white;
    letter-spacing: 1;
    /*
    background-image: URL("../images/divider.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    */
}

hr {
    width: 90%;
    height: 1px;
}

a:link {
    text-decoration: none;
    color: #FFCC00;
}

a:visited {
    text-decoration: none;
    color: #FFCC00;
}

a:hover {
    cursor: crosshair;
    text-decoration: underline;
    color: #FFAC40;
}

.odd {
    margin-top: 1px;
    margin-bottom: 0px;
    background-color: #0A0A0A;
    background-image: URL("../images/bg_transDiagonalLines.gif");
}

.even {
    margin-top: 1px;
    margin-bottom: 0px;
    background-color: #222;
    background-image: URL("../images/bg_transDiagonalLines.gif");
}

.sectionlink {
    text-transform: uppercase;
    font-family: "Georgia", "Garamond", "Verdana";
    font-weight: bold;
    font-size: 10px;
    color: #333;
    vertical-align: bottom;
}

.sectionlink a:link {
    text-decoration: none;
    color: #FFFFFF;
}

.sectionlink a:active {
    text-decoration: line-through;
    color: #FFCC00;
}

.sectionlink a:visited {
    text-decoration: none;
    color: #FFCC00;
}

.sectionlink a:hover {
    overflow: visible;
    height: 40px;
    padding-top: 40px;
    text-decoration: none;
    color: #FFFFFF;
    background-image: URL("../images/puppet.gif");
    background-position: center top;
    background-repeat: no-repeat;
}

.bottomlink {
    font-family: "Georgia", "Garamond", "Verdana", "Arial";
    font-size: 7pt;
    text-align: center;
    line-height: 20px;
    color: #333;
}

.bottomlink a:link {
    text-decoration: none;
    color: #999;
}

.bottomlink a:active {
    text-decoration: line-through;
    color: #999;
}

.bottomlink a:visited {
    text-decoration: none;
    color: #999;
}

.bottomlink a:hover {
    text-decoration: underline;
    color: #999;
}

.mastertable {
    width: 1003px;
    height: 100%;
    background-color: black;
}

.d4htable {
    width: 779px;
    height: 100%;
    background-color: black;
    background-image: URL("../images/bg_withname.jpg");
    background-position: top left;
    background-repeat: no-repeat;
}

.d4hlogo {
    width: 244px;
    height: 84px;
}

.sitenav {
    width: 536px;
    height: 84px;
    text-align: right;
    vertical-align: bottom;
}

.divider {
    width: 780px;
    height: 1px;
    font-size: 1px;
}

.manualmargin { width: 15px;}

.rightbar {
    padding-left: 10px;
    padding-top: 84px;
    width: 224px;
    background-image: URL("../images/bg_brick.jpg");
    background-position: top left;
    background-repeat: repeat-y;
    text-align: center;
}

.hdivider {
    width: 750px;
    height: 1px;
    background-color: #600;
    font-size: 1px;
}

.leftbarupper {
    width: 244px;
    height: 395px;
}

.leftbarlower {
    width: 244px;
    text-align: center;
}

.quoteblock {
    width: 350px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-family: "Garamond", "Georgia", "Times New Roman";
    font-size: 11pt;
    line-height: 25px;
}

.quote {
    text-align: left;
    font-family: "Garamond", "Georgia", "Times New Roman";
    font-size: 10pt;
    letter-spacing: 1;
    line-height: 10pt;
    color: #CCC;
}

.quotesource {
    text-align: right;
    font-family: "Garamond", "Georgia", "Times New Roman";
    font-weight: bold;
    font-size: 8pt;
    letter-spacing: 1;
    color: #F60;
}

.rightbarforms {
    margin: 2px auto;
    width: 200px;
    padding: 0px;
}

.rightbarelements {
    margin: 5px;
    width: 188px;
}

.shoutbox {
    margin: 5px;
    width: 186px;
    height: 100px;
    text-align: justify;
}

.shoutboxtext {
    margin: 2px;
}

.content {
    width: 536px;
    padding-left: 30px;
    padding-right: 15px;
    text-align: justify;
}

.copyright {
    width: 780px;
    height: 74px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
}

.copyrighttext {
    font-family: "Tahoma", "Verdana";
    font-size: 7pt;
    color: #999;
}

.copyrightbadges {
    text-align: right;
}

.blogtable {
    margin: 0px auto;
    width: 100%;
    background-color: transparent;
    background-image: URL("../images/bg_quill.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
}

.bloghead {
    width: 320px;
    height: 40px;
    padding-bottom: 5px;
    text-align: left;
    vertical-align: bottom;
    font-size: 10pt;
    font-weight: bold;
    color: #F60;
}

.bloglog {
    height: 40px;
    text-align: right;
    vertical-align: bottom;
    line-height: 25px;
    font-family: "Garamond", "Times New Roman";
    font-size: 10pt;
    color: #CC6;
}

.blogentry {
    text-align: justify;
    margin-bottom: 15px;
    line-height: 15px;;
}

.blogentry img {
    margin: 3px;
    padding: 2px;
    border: 1px solid #600;
    float: left;
}

.bloglink {
    margin-bottom: 15px;
    font-family: "Verdana", "Tahoma";
    font-size: 7pt;
    font-weight: bold;
    color: #FC3;
}

.bloglist_bloghead {
    width: 320px;
    height: 20px;
    padding-bottom: 5px;
    text-align: left;
    vertical-align: bottom;
    font-size: 10pt;
    font-weight: bold;
    color: #F60;
}

.bloglist_bloglog {
    width: 160px;
    height: 20px;
    text-align: right;
    vertical-align: bottom;
    line-height: 25px;
    font-family: "Garamond", "Times New Roman";
    font-size: 10pt;
    color: #CC6;
}

.pagenavs {
    font-family: "Verdana", "Tahoma";
    font-size: 7pt;
    font-weight: bold;
    color: #FFFFFF;
    text-align: right;
}

.commententry {
    margin-top: 0px;
    border: 1px solid #600;
    padding: 3px;
    background-color: black;
}

.pixel { white-space: nowrap; font-family: "Arial"; font-size: 1px;}

.linex {
    white-space: nowrap;
    padding: 0px;
    height: 1px;
    font-size: 1px;
    color: #600;
}

.liney {
    white-space: nowrap;
    padding: 0px;
    width: 1px;
    font-size: 1px;
    color: #600;
}

.fontBO {
    font-size: 10pt;
    font-weight: bold;
    color: #F60;
}

.headerbg {
    display: block;
    margin: 0px;
    background-color: transparent;
    background-position: bottom right;
    background-repeat: no-repeat;
}