body {
    margin: 0;
    background-color: #000;
}

p, form {
    margin: 0;
    padding: 0;
}

p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #723603;
    line-height: 18px;
}

p b {
    color: #523d01;
    font-weight: bold;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    color: #ac0002;
    margin: 0 0 10px 0;
    text-transform: lowercase;
}

h1 span {
    background-color: #fed256;
    padding-right: 5px;
}

h1 em {
    color: #000;
}

/* Put the header and the logo together */
#header_wrapper {
    width: 100%;
    height: 113px;
    margin: 0px;
    padding: 0px;
}

#header-layer1 {
    z-index: 1;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
}

#header-layer2 {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#header-left {
    background-image: url(/img/headerl.jpg);
    background-repeat: no-repeat;
    height: 113px;
    width: 200px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#header-center {
    background-image: url(/img/headers.jpg);
    background-repeat: repeat-x;
    height: 113px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#header-right {
    background-image: url(/img/headerr.jpg);
    background-repeat: no-repeat;
    height: 113px;
    width: 578px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#header {
    margin-left: 11px;
    margin-right: 12px;
}

#logo {
    text-align: left;
}

#logo a img {
    padding: 0px;
    border: none;
    display: block;
    height: 83px;
}

/* Deal with the menu in the header */
#menu div {
    background-image: url(/img/menu_separator.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    line-height: 24px;
    width: 150px;
    text-align: center;
    float: left;
    margin-top: 1px;
}

#menu a {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

#menu a:hover {
    color: #ac0002;
}

#menu a em {
    color: #ac0002;
    font-style: normal;
}

/* Now to style the main content area */
#main_wrapper {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-collapse: collapse;
    border: 0px;
}

#main_left {
    background-image: url(/img/mainslicel.gif);
    background-repeat: repeat-y;
    width: 18px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#main {
    background-color: #fed256;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#main_right {
    background-image: url(/img/mainslicer.gif);
    background-repeat: repeat-y;
    width: 18px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/* The blurb for the login page */
#blurb {
    width: 435px;
    padding-left: 25px;
    padding-bottom: 20px;
}

#blurb p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #523d01;
    line-height: 18px;
    font-weight: bold;
    margin: 0px;
}

#blurb p a, #blurb p a:visited {
    color:#723603;
    text-decoration: none;
    font-weight: normal;
}

#blurb p a:hover, #blurb p a:active {
    color: #b82c19;
    text-decoration: underline;
}

/* The login form */
#auth {
    background-image: url(/img/shadow.gif);
    background-repeat: no-repeat;
    position: relative;
    float: right;
    width: 230px;
    height: 117px;
    padding-left: 40px;
}

#auth h1 {
    margin-right: 22px;
}

#nickname, #password {
    width: 120px;
    height: 14px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    left: 140px;
    margin-bottom: 5px;
}

#auth label {
    display: block;
    float: left;
    width: 85px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #9e4d0b;
}

#login {
    display: block;
    float: right;
    margin-right: 20px;
}

#auth ul {
    margin: 0;
    padding: 0;
}

#auth ul li {
    list-style-type: none;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    color: #603006;
    text-transform: uppercase;
}

#auth ul li a {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    color: #603006;
    text-decoration: none;
}

#auth ul li a:hover {
    color: #b82c19;
    text-decoration: underline;
}

/* List of games */
#gameboxes {
    background-color: #ffe7a0;
    border-top: #dcb441 solid 1px;
    border-left: #cfb270 solid 1px;
    border-right: #cfb270 solid 1px;
    border-bottom: #dcb441 solid 1px;
    clear: both;
    margin: 8px 3px;
    padding: 5px 7px;
}

#gameboxes img {
    border: none;
    padding: 5px 11px;
    height: 34px;
    width: 124px;
}

/* More info */
#info {
    padding: 10px 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #523d01;
    font-weight: bold;
    margin: 0px;
    clear: both;
}

#info a, #info a:visited, #info a.external, #info a.external:visited {
    color:#723603;
    text-decoration: none;
    font-weight: normal;
}

#info a:hover, #info a:active, #info a.external:hover, #info a.external:active {
    color: #b82c19;
    text-decoration: underline;
}

/* Footer */
#footer_wrapper {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border-width: 0px;
    width: 100%;
}

#footer_left {
    background-image: url(/img/footeral.gif);
    background-repeat: no-repeat;
    width: 35px;
    height: 68px;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#footer {
    background-image: url(/img/footeras.gif);
    background-repeat: repeat-x;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 22px;
    height: 68px;
    text-align: center;
    vertical-align: top;
}

#footer_right {
    background-image: url(/img/footerar.gif);
    background-repeat: no-repeat;
    width: 36px;
    height: 68px;
    position: relative;
    margin: 0px;
    padding: 0px;
}

#footer p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    color: #ffe7a0;
}

