body {

    margin: 0;
    font-family: verdana, tahoma, arial, sans;
    font-size: 13px;
    color: #838282;

}

body, html, table {

    height: 100%;

}

#main-container {

    width: 750px;
    height: 462px;
    text-align: left;
    position: relative;

}

a {

    color: #149aa3;

}

h1 {

    position: relative;
    margin: 0;
    padding: 0;
    background-image: url(../images/logo.gif);
    background-repeat: no-repeat;
    left: 50px;
    top: 10px;
    width: 130px;
    height: 45px;
    text-indent: -9000px;

}

#container {

    border:1px solid #dedede;
    width: 750px;
    height: 373px;
    background-color: #F7F7F7;

}

#left-side {

    float:left;
    width: 345px;
    height: 373px;

}

#right-side {

    height: 373px;
    width: 402px
    position: relative;

}

#right-side #content {

    padding: 41px 21px 20px 10px;

}

img {

    display: block;

}

img.project {

    border:1px solid #DBDBDB;

}

img.project-over {

    border:1px solid #16A5A4;

}

h2 {

    color: #000000;
    font-size:29px;
    margin: 0 0 20px 0;
    padding: 0;
    font-family: arial, tahoma, verdana, sans;

}

p {

    font-weight: normal;
    text-align: justify;
    font-size: 11px;

}

.cover {

    float: left;
    margin: 0px 7px 15px 7px;

}

.cover2 {

    float: left;
    margin: 0px 0px 8px 3px;

}

.cover a.title {

    text-decoration: none;
    color: #828282;
    font-size: 9px;

}

.cover a.title:hover {

    color: #16A5A4;

}

.images {

    float: left;
    margin: 0 10px 10px 0;
    border:1px solid #dedede;
    width:118px;
    height: 59px;

}

#back {

    position: absolute;
    top: 400px;
    left: 355px;

}

#back a {

    text-decoration: none;
    color: #959595;
    font-weight: bold;
    font-size: 13px;

}

#navigation {

    position: absolute;
    top: 400px;
    right: 20px;

}

#navigation a {

    text-decoration: none;
    color: #959595;
    font-weight: bold;
    font-size: 13px;

}

#navigation a.selected {

    color: #000000;

}

#back a:hover, #navigation a:hover {

    color: #16A5A4;

}

ul.footer  {

    list-style-type: none;
    margin: 12px 0 0 50px;
    padding: 0;

}

ul.footer li {

    float: left;
    padding: 0;
    margin-right: 20px;

}

ul.footer li a {

    text-decoration: none;
    color: #838282;
    font-weight: normal;

}

ul.footer li a:hover {

    text-decoration: none;
    color: #16A5A4;

}

div.copyright {

    float: right;
    margin-right: 30px;
    font-size: 9px;

}

.clear {

    clear: both;

}
