/* STRUCTURE ---------------------------------------------------------------- */
html, body {
    background: black;
}
a {
    color: silver;
}
#body {
    width: 664px;
    margin: 0 auto;
    border: 10px solid silver;
    border-left: 40px solid silver;
    border-right: 40px solid silver;
    border-bottom: 0;
}
#head {
    width: 100%;
    height: 97px;
    background: #666;
}
#logo {
    float: left;
    width: 218px;
    height: 97px;
}

#menu {
    height: 97px;
    margin-left: 218px;
    text-align: center;
    position: relative;
}
#menu a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font: bold 10px arial,sans-serif;
    letter-spacing: -1px;
}
#menu a:hover {
    color: red;
}

#lang {
position:absolute;
z-index:10;
top:10px;
right:15px;
}
#lang a {
    color: white;
    text-decoration: none;
    text-transform: none;
    font: bold 10px arial,sans-serif;
    letter-spacing: -1px;
}
#lang a:hover {
    color: red;
}

#left {
    float: left;
    width: 190px;
    padding-top: 16px;
    margin-left: 16px;
    margin-right: 30px;
}
#left_logo {
    margin-top: 30px;
    margin-left: 14px;
}
#left_section {
    margin-left: 14px;
    font: 25px arial,sans-serif;
    letter-spacing: -1px;
    color: white;
    margin-top: -5px;
}
#content {
    position: relative;
    padding-top: 16px;
    padding-right: 10px;
    padding-bottom: 16px;
    height: 400px;
    overflow: auto;
}
#copyright {
    background: silver;
    text-transform: uppercase;
    font-size: 9px;
    text-align: center;
    padding: 10px;
}


/* SHRED -------------------------------------------------------------------- */
ul,ol,p {
    color: white;
    margin-bottom: 10px;
}
li {
    margin: 10px;
    list-style: square inside;
}
h1 {
    color: #c00;
    font: 20px arial,sans-serif;
    text-transform: lowercase;
    margin-bottom: 25px;
}
h2 {
    color:#c00;
    font:20px arial,sans-serif;
    text-transform:lowercase;
    margin-top:25px;
}
