body {
    color: #1D5C12;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

a:link {
    color: #808040;
    text-decoration: none;
    border-bottom: 1px dotted #4981a6;
}
a:visited {
    color: #808040;
    text-decoration: none;
    border-bottom: 1px dotted #4981a6;
}

a:hover {
    color: #808040;
    text-decoration: none;
    border-bottom: 1px solid #4981a6;
}


img {
    border: none;
    margin: 0;
    padding: 0;
}

#head, #container, #banner, #content, #copy {
    background-color: #FFF;
}

#banner {
    height: 127px;
    width: 766px;
    margin: 0;
    padding: 0;
}

#nav {
    background-image: url("nav-background.png");
    background-repeat: no-repeat;
    background-position: top left; 
    position: absolute;
    top: 101px;
    left: 0px;
    height: 127px;
    width: 175px;
    margin: 0;
    padding: 0;
}

#nav ul {
    margin: 0;
    padding: 0;
}

#nav li {
    height: 33px;
    width: 172px;
    color: #FFF;
    margin: 0;
    padding: 0;
}

#nav li a {
    border: none;
    text-decoration: none;
}

#nav li#nav-home img {
    position: absolute;
    top: 0px;
    left: 0px;
}

#nav li#nav-team img {
    position: absolute;
    top: 33px;
    left: 0px;
}

#nav li#nav-projects img {
    position: absolute;
    top: 64px;
    left: 0px;
}

#nav li#nav-contact img {
    position: absolute;
    top: 95px;
    left: 0px;
}

#image-center {
    position: absolute;
    top: 101px;
    left: 176px;
}

#image-right {
    position: absolute;
    top: 101px;
    left: 353px;
}

#container {
    width: 766px;
    margin: 0;
    padding: 0;
}

#content {
    width: 766px;
    margin: 0;
    padding: 0;
}

#container-inner {
    width: 590px;
    height: 100%;
    line-height: 22px;
    margin-left: 176px;
    padding-left: 0;
    padding-right: 0;
}

#copy {
    width: 560px;
    line-height: 22px;
}
