* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body {
    /*background: url(/media/images/css/buckle2-1_grid.gif) top center repeat-y;*/
    font-size: 16px;
    font-family: "arial", sans-serif;
    margin: 15px 0 0 0;
}

a {
    color: #404040;
    text-decoration: none;
}

a:hover {
    color: #8797AD;
}

div#wrapper {
    overflow: visible;
}

div#wrapper div#container {
    overflow: visible;
}

div#container {
    margin: 0 auto 0 auto;
    width: 960px;
}

div#main {
    float: left;
    width: 100%;
}

div#main div#right {
    float: left;
    width: 780px;
    margin: 0 0 0 10px;
}

div.server_label {
    display: none;
}