body
{
    background-color: #000000;
    margin: 0px 0px 0px 0px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    line-height: 1.5em;
    color: #ffffff;
}

#container-s
{
    width: 760px;
    height: inherit;
    left: 50%;
    margin-left: -380px; /* half the width of the div */
    margin: 0px auto;
    background-color: #000000;
}
.main-menu
{
    float: left;
    width: 26%;
    margin-left: 15px;
}
.new-menu-item
{
    clear: both;
}
.main-content
{
    float: right;
    width: 70%;
}
.menu-keyline-1
{
    float: left;
    width: 40px;
    height: 40px;
    border: solid 1px red;
}
.menu-keyline-2
{
    float: left;
    width: 40px;
    height: 40px;
    border: solid 1px green;
}
.menu-keyline-3
{
    float: left;
    width: 40px;
    height: 40px;
    border: solid 1px yellow;
}
.menu-keyline-4
{
    float: left;
    width: 40px;
    height: 40px;
    border: solid 1px blue;
}
.menu-keyline-5
{
    float: left;
    width: 40px;
    height: 40px;
    border: solid 1px #ff0fc9;
}
.menu-keyline-6
{
    float: left;
    width: 40px;
    height: 40px;
    border: solid 1px #0fd5ff;
}
.menu-keyline-7
{
    float: left;
    width: 40px;
    height: 40px;
    border: solid 1px #d08714;
}
.menu-keyline-8
{
    float: left;
    width: 40px;
    height: 40px;
    border: solid 1px #25d1d3;
}
.menu-text
{
    float: right;
    width: 70%;
    height: 40px;
    color: #ffffff;
    margin-top: 10px;
}
.menu-text a
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
.menu-text a:hover
{
    font-weight: bold;
    text-decoration: none;
    color: #67c6dd;
}

/* projects */
.project-thumbs
{
    float: left;
    width: 55%;
    min-height: 300px;
}
.project-text
{
    float: right;
    width: 40%;
}
.project-image
{
    float: right;
    width: 40%;
    margin-bottom: 20px;
    margin-top: 8px;
}

#downloads a
{
    color: #67c6dd;
    font-weight: bold;
    text-decoration: none;
}

.header-logo
{
    float: left;
    width: 48%;
    text-align: left;
}
.header-contact
{
    float: right;
    width: 48%;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}

#footer-s
{
    clear: both;
    width: 100%;
    height: 104px;
}
