/*
    GENERAL STYLES (body, links, navigation, site-columns)
*/
body {
    margin: 10px;
    padding: 0;
    background: #fff;
    color: #000;
    font-weight: normal;
    font-family: Arial;
    font-size: 8pt;
}
#wrapper {
    width: 551px;
}
#top {
    width: 550px;
    margin: 0;
    padding: 0;
    top: 10px;
    position: absolute;
    background: #fff;
}
#bottom {
    width: 550px;
    height: 460px;
    top: 244px;
    padding: 0;
    position: absolute;
    background: #000;
}
#left {
    float: left;
    min-height: 400px;
}

a {
    color: #666;
    text-decoration: none;
}
a:hover, a:active, a.active {
    color: #fff;
    text-decoration: none;
}

/*
    HEADER LOGO
*/
#header {
    margin-top: 0;
    margin-left: 0;
    float: left;
}
/*
    NAVIGATION MENU
*/
#menu {
    margin: 0;
    width: 240px;
    height: 140px;
    list-style-type: none;
    padding: 10px 0;
}
#menu a {
}
#menu a#active {
    color: #fff;
}
#menu li {
    margin: 0;
    padding-left: 10px;
    line-height: 14px;
}

/*
    PROJECT LABEL
*/
#projectlabel {
    margin: 0;
    width: 240px;
}
#projectlabel p {
    margin: 0;
    padding: 10px;
    padding-top: 0;
    color: #fff;
    line-height: 15px;
}

/*
    GALLERY
*/
#gallery {
    margin-top: 0;
    margin-left: 240px;
    text-align: center;
}
#gallery img {
    border: 0;
}
#gallerynavigation {
    text-align: left;
    position: relative;
    top: -24px;
    left: 8px;
}
#gallerynavigation a {
    margin-right: 3px;
}
#gallerynavigation span {
    background-color: #000;
    color: #fff;
    position: relative;
    top: -4px;
    left: 4px;
    padding: 0 6px;
    font-size: 11px;
}
/*
    CONTENT
*/
#content {
    width: 310px;
    float: right;
    text-align: left;
}
#content p {
    margin: 0;
    padding: 10px;
    padding-left: 0;
    color: #666;
    line-height: 14px;
}
#content table {
    margin-top: 6px;
    padding: 0 10px 0 0;
    border: 0;
}
#content table td {
    width: 50%;
    vertical-align: top;
    color: #666;
    line-height: 14px;
}
#content a#active {
    color: #fff;
}

