a:link, a:visited {
    color: #123E9D;
}

a:hover, a:active {
    color: #D30213;
}

html, body {
    cursor: url(/images/softball_alt.cur), auto;
}

body {
    background: #000 url(../images/bg.jpg) top center no-repeat;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    color: #123E9D;
    font: italic bold 18px 'Arial Black', Arial, sans-serif;
    text-decoration: underline;
}

img {
    border: 0;
}

#bottom-banner {
    background: #FFF;
    display: block;
    padding: 1px;
}

#container {
    background: transparent url(../images/red-bg.png) repeat-y 5px 0;
    margin: 0 auto;
    padding-left: 5px; 
    width: 750px;
}

#content-container {
    background: transparent url(../images/content-box.png) no-repeat right bottom;
    overflow: auto;
}

#footer {
    background: #000;
    color: #FFF;
    font: bold 12px Arial, sans-serif;
    padding: 8px;
    text-align: center;
}

#left {
    background: transparent url(../images/red-bg.png);
    float: left;
    margin: 1px 0 0;
    width: 177px;
}

#main-content {
    background: url(../images/player-bg.jpg) no-repeat;
    font: 13px Arial, sans-serif;
    min-height: 396px;
}

#main-content h1 {
    margin: 0 0 12px;
}

#right {
    background: transparent url(../images/content-box.png) no-repeat right top;
    margin-bottom: 26px;
    padding: 26px 16px 0 204px;
}

#top-menu-header {
    position: relative;
    top: -1px;
}

#top {
    display: block;
}

.menu-header {
    background: #FFF;
    padding: 1px;
}

.menu-header h2 {
    background: url(../images/blue-bar.png);
    color: #FFF;
    font: bold 13px/22px Arial, sans-serif;
    margin: 0;
    padding: 0 6px;
    text-align: center;
}

.nav-links {
    color: #FFF;
    font: 13px Arial, sans-serif;
    list-style: none;
    margin: 10px 0 12px;
    padding: 0;
}

.nav-links li {
    background: url(../images/blue-arrow.png) no-repeat 7px 5px;
    padding: 1px 0;
}

.nav-links a {
    color: #FFF;
    display: block;
    padding: 1px 6px 1px 22px;
    text-decoration: none;
}

.nav-links a:hover {
    background: url(../images/white-20-opacity.png) no-repeat 18px 0;
    color: #1361CD;
}
