body {
    background: url("/img/bg.jpg") #606060 repeat-y top;
    font-family: Arial, Verdana, sans-serif;
    width: 880px;
    margin: 0px auto;
    height: 100%;
}

#container {
    margin-left: 50px;
    width: 780px;
    font-size: 12px;
}

#header {
    background: url("/img/header.jpg") white no-repeat;
    width: 770px;
    margin: 0px auto;
    height: 80px;
}

h1 {
    font-size: 24px;
    margin: -3px;
}

#content {
    margin-left: 5px;
    margin-top: 10px;
    width: 585px;
    float: left;
    padding-left: 5px;
}

#content a {
    font-weight: bold;
    color: #606060;
    text-decoration: none;
}

#content a:hover {
    font-weight: bold;
    color: #ffd908;
    text-decoration: none;
}

.menu {
    margin-left: 600px;
    margin-top: 10px;
    list-style: none;
    padding-left: 0px;
    background: url("/img/menuhead.jpg") white no-repeat;
    width: 175px;
}

.menu li {
    padding-left: 7px;
    border-left: 1px solid #606060;
    border-right: 1px solid #606060;
}

.menu li:first-child {
    border: 0px;
    color: white;
}

.menu li:last-child {
    border-bottom: 1px solid #606060;
}

.menu li a {
    color: #606060;
    text-decoration: none;
}

.menu li a:hover {
    color: #ffd908;
    text-decoration: none;
}

.yellow {
    color: #ffd908;
}

