* {
    font-family: verdana, arial, sans-serif;
}  

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

body, textarea, table {
    color: #FFF;
}

textarea {
    width: 100%;
    color: #000;
}

a {
    color: #FFF;
}

a:hover {
    text-decoration: none;
}

h1 {
   background: url(/GFed/Themes/002/barbwire.gif) 20px bottom repeat-x;
   padding-bottom: 15px;
}

h2, h3 {
    border-bottom: 1px solid #666;
}

#layout {
    width: 750px;
}

#left-sidebar {
    width: 153px;
    vertical-align: top;
}

#content {
    vertical-align: top;
}

.border-corner {
    background-image: url(corner.gif);
    width: 13px;
    height: 22px;
}

.border-horizontal {
    background-image: url(barbwire.gif);
    height: 22px;
}

.border-vertical {
    background-image: url(post.gif);
    width: 13px;
}

#left-sidebar {
    background-color: #000;
    padding-bottom: 20px;
}

#left-sidebar a,
#left-sidebar h3 {
    display: block;
    margin: 3px 5px 2px 15px;
    text-decoration: none;
}

#left-sidebar h3 {
    margin: 0px;
    border-bottom: 1px solid #999;
    margin: 10px 10px 0px 10px;
    font-size: 9pt;
}

#left-sidebar a:hover {
    text-decoration: underline;
}

#league-logo {
    font-size: 14pt;
    font-weight: bold;
    background-color: #000;
}

#content {
    background-color: #000;
    padding: 15px;
}

#footer {
    padding-top: 15px;
    text-align: center;
}

