body
{
    background-color: #C2CFB1;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    width: 100%;
    font-family: Verdana, Arial;
    font-size: 12px;
}

#container
{
    width: 925px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

#Header
{
    background-image: url(../images/HeaderImage.gif);
    background-repeat: no-repeat;
    background-position: center top;
    height: 236px;
    text-align: center;
}

a img
{
    border: none;
}

#Main
{
    background-image: url(../images/bg-Tessares.gif);
    background-repeat: repeat-y;
    background-position: center top;
}

#content
{
    width: 860px;
    padding-top: 10px;
    text-align: left;
    height: auto;
    display: table;
}

#navigation ul
{
    list-style: none;
    margin-top: 0px;
    text-align: center;
}

#navigation ul li
{
    display: inline;
    padding-right: 30px;
}

#bottom
{
    background-image: url(../images/bg-BottomImage.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
    width: 925px;
    height: 78px;
    
}

.leftColumn
{
    padding-left: 50px;
    width: 550px;
    float: left;
}

.rightColumn
{
    width: 250px;
    float: right;
    text-align: left;
}

fieldset
{
    -moz-border-radius: 1em;
    padding: 10px;
    width: 250px;
    margin-bottom: 15px;
}

.portfolioSamples
{
    width: 100%;
    text-align: center;
}

.portfolioSamples img
{
    border: 2px solid #333333;
    margin-bottom: 15px;
    width: 225px;
    height: 180px;
}


/********** FONTS **********/

h1
{
    font-size: 18px;
}

.blogHighlights h2
{
    font-size: 13px;
    font-weight: bold;
}

.italic
{
    font-style: italic;
}