﻿html
{
    background-image: url(http://www.artemisenvironmental.com/Images/bg.gif);
    background-repeat: repeat-y;
    background-color: #AAA673;
    padding: 0px;
    margin: 0px;
}
body
{
    padding: 0px;
    margin: 0px;
}
body, div, input, select
{
    color: #000000;
    font-family: 'Lucida Grande' , 'Lucida Sans Unicode' , Arial, sans-serif;
    font-size: 11px;
}
a:link, a:hover, a:active, a:visited
{
    color: #072E67;
    text-decoration: underline;
}
#Logo
{
    display: block;
    background-color: #FFFFFF;
}
#Photo
{
    display: block;
    width: 194px;
    background-color: #9E9A60;
    white-space: nowrap;
    vertical-align: top;
}
#PageTitle
{
    display: block;
    padding: 36px;
    padding-bottom: 0px;
}
#PageTitle h1
{
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    color: #1F4A6B;
    padding: 0px;
    margin: 0px;
}
#PageTitle h2
{
    font-size: 17px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}
#Navigation
{
    display: block;
    width: 750px;
    height: 32px;
    background-color: #FFFFFF;
}
#Content
{
    display: block;
    padding: 36px;
    font-size: 13px;
    color: #1F4A6B;
	min-height:151px;
}
#Footer
{
    display: block;
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
}
#FooterLeft
{
    display: block;
    float: left;
    color: #B7B5A3;
    line-height: 13px;
}
#FooterRight
{
    display: block;
    float: right;
}

