* {
        font-family: Arial, sans-serif;
}
body {
        background-image: url(images/bodyBack.jpg);
        background-repeat: repeat-x;
        background-color: #FFFFFF;
}
#wrapper {
        height: 600px;
        width: 760px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 15px;
}
#content {
        height: 600px;
        width: 760px;
        margin-right: auto;
        margin-left: auto;
        border: 1px solid #CCCCCC;
        background-image: url(images/indexBack.jpg);
        background-repeat: no-repeat;
        position: relative;
}
#idxText {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #FFF;
        position: absolute;
        left: 307px;
        top: 308px;
        width: 384px;
        height: 101px;
        padding: 5px;
        letter-spacing: 0.2em;
        line-height: 1.3em;
}

#contentBottom {
        margin-right: auto;
        margin-left: auto;
        padding-top: 2px;
        font-family: Arial, sans-serif;
        font-size: 14px;
        color: #000080;
        text-decoration: none;
        letter-spacing: 2px;
}
.cntcLeft {
        float: left;
        width: 200px;
        font-size: 12px;
        text-transform: lowercase;
}
.cntcLeft a:link {
        text-decoration: none;
        color: #131E30;
}
.cntcLeft a:hover {
        text-decoration: none;
        color: #009999;
}
.cntcRight {
        float: right;
        font-size: 11px;
        width: 200px;
        text-align: right;
        letter-spacing: 1px;
}
.navagation{
        float: left;
        height: auto;
        width: 110px;
        margin-top: 300px;
        text-align: left;
        font-size: 10px;
        font-weight: bold;
        padding-top: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-decoration: none;
        padding-left: 10px;
}
.navagation a {
        text-decoration: none;
        color: #CCCCCC;
}
.navagation a:link {
        text-decoration: none;
        color: #CCCCCC;
}

.navagation a:hover {
        text-decoration: none;
        color: #A5D2FC;
}
body#INDEX      a#INDEX,
body#FIRM       a#FIRM,
body#PROJECTS   a#PROJECTS,
body#INFO       a#INFO,
body#CONTACT    a#CONTACT,
body#COMMENTS   a#COMMENTS,
body#ABOUTUS   a#ABOUTUS
{
        font-weight: 600;
        color: #A5D2FC;
}
