﻿html, body
    {
        margin: 0px;
        background-color: #A19589;
    }
    #Horizon        
    {
	    background-color: transparent;
	    text-align: center;
	    position: absolute;
	    top: 50px;
	    left: 0px;
	    width: 100%;
	    height: 1px;
	    overflow: visible;
	    visibility: visible;
	    display: block
    }

    #Container
    {
        font-family: Times New Roman, Geneva, Arial, sans-serif;
	    background-color: transparent;
	    margin-left: -405px;
	    position: absolute;
	    left: 50%;
	    width: 810px;
	    height: 768px;
	    visibility: visible
    }
    #TopBanner 
    {
        height: 129px;
        width: 810px;
        background-image: url('images/default_02.gif');
    }

    #PhotoBanner
    {
        height: 116px;
        width: 810px;
        background-image: url('images/default_04.jpg');
    }

    #LeftContent
    {
        width: 589px;
        height: 316px;
        padding-left: 35px;
        padding-top: 30px;
        text-align: left;
        line-height: 23px;
        letter-spacing: 2px;
        font-size: 17px;
        float: left;
        color: #A19589;
        background-image: url('images/default_05.gif');
    }

    #RightContent
    {
        font-family: Verdana, Geneva, Arial, sans-serif;
        font-size: 10px;
        color: White;
        text-align:left;
        width: 166px;
        height: 173px;
        padding-top: 173px;
        padding-left: 20px;
        float: right;
        background-image: url('images/default_06.gif');
    }

    #UpperFooter
    {
        clear: both;
        height: 14px;
        padding-top: 10px;
        font-family: Verdana, Geneva, Arial, sans-serif;
        font-size: 8px;
        color: White;
        text-align:center;       
    }

    #LowerFooter
    {
        background-image: url('images/default_08.gif');
        height: 153px;
        width: 810px;       
    }
    
    A
    {
        font-family: Verdana, Geneva, Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #9f5640;
        text-decoration: none;
    }
    
    A:hover
    {
        text-decoration: underline;
    }
    
    A.RightLink
    {
        font-family: Verdana, Geneva, Arial, sans-serif;
        font-size: 10px;
        color: White;
    }
    
    A.RightLink:hover
    {
        text-decoration: underline;
    }
    
    A.Subtext
    {
        font-family: Verdana, Geneva, Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #A19589;
    }
    
    A.Subtext:hover
    {
        text-decoration: underline;
    }
    
    .Subtext
    {
        font-family: Verdana, Geneva, Arial, sans-serif;
        font-size: 12px;
    }
