﻿
body
{

background: #757575 url(../images/bg_body.jpg) top center repeat-y;
    padding: 0px;
    margin: 0px;
    font-family: Trebuchet, Helvetica, sans-serif;
    color: #6b7278;
}
h1
{
    margin: 0px;
    padding: 0px;
}
#wrapper
{
    width: 1000px;
    padding: 0px;
    margin: 0px auto;
    background: url(../images/bg_wrapper.png) top center;
}
#head, #footer
{
    padding: 0px 60px;
}
#feature
{
float:right;
}
#content
{
    padding: 0px 75px;
    clear: both;
}

#head
{
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    height: 212px;
}
#head h1
{
    display: block;
    position: relative;
    top: 0px;
    background: white url(../images/pci_logo.jpg) top left no-repeat;
    width: 256px;
    height: 220px;
}
#head h1 span
{
    display: none;
}


#footer
{
    display: block;
    position: relative;
    top: 33px;
    left: 0px;
    background: url(../images/bg_footer.png) top left no-repeat;
    height: 158px;
    margin: 0px;
}
#footer p
{
    position: absolute;
    top: 72px;
    left: 70px;
    color: white;
    font-size: 15px;
}
.projects
{
    display: block;
    width: 254px;
    float: left;
    margin: 10px 8px;
    border: none;
    padding: 5px;
    color: #6b7278;
    text-decoration: none;
}
.projects img
{
    border: none;
}
.projects:hover
{
    background-color: #e3e3e3;
}
.cleardiv
{
    clear: both;
}
