﻿body
{
    background-image: url( background.jpg);
    background-repeat: no-repeat;
    font: lighter 85% helvetica,arial, sans-serif;
    color: black;
}

div.Top
{
    height: 300px;
    border-bottom: green;
    margin-bottom: 10px;
}

div.logo
{
    float: left;
    width: 200px;
    height: 250px;
    background-image: url( logo.png);
    background-repeat: no-repeat;
    background-position: 0px 100px;
}


div.toplinks
{
    margin-top: 230px;
    margin-left: 310px;
    border-bottom: 2px solid #719337;
}


div.toplinks a
{
    font: normal 130% helvetica,arial, sans-serif;
    color: Gray;
    border-right: 1px solid gray;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}

div.toplinkst a.last
{
    font: bold 120% helvetica,arial, sans-serif;
    color: Gray;
    padding-left: 5px;
    padding-right: 5px;
    border-right-style: none;
}

div.toplinks a:hover
{
    color: #719337;
}

div.CamGarnBW
{
    float: left;
    width: 200px;
    height: 300px;
    background-image: url( Cam2.PNG);
    background-repeat: no-repeat;
}

div.content
{
    width: 1200px;
    height: 700px;
    margin-left: 50px;
}

div.content h1, h2, h3
{
    font-weight: normal;
}

div.content h2, h3
{
    color: #719337;
}


div.content a
{
    color: #719337;
    font-weight: bold;
    text-decoration: none;
}


div.content div.leftcolumn
{
    float: left;
    width: 250px;
    height: 700px;
}


div.content div.rightcolumn
{
    float: left;
    width: 700px;
    height: 700px;
    padding-left: 10px;
}

img.Icon
{
    float: left;
    margin: 0px;
    width: 200px;
}

img.Bordered
{
    padding: 5px;
    border: 1px dotted #999999;
}


.boldgreen
{
    font-weight: bold;
    color: #719337;
}

