﻿body {
    font-family: Tahoma, Verdana, Arial;
    font-size: .9em;
    margin: 0px;}

#PageWrapper {
    margin: 0px auto;
    background: url(/Images/Home/Background.jpg);
    background-repeat: no-repeat;
    width: 900px;
    height: 500px;}

#HeaderWrapper {
    position: relative;
    top: 0px;
    left: 0px;
    width: 900px;
    height: 70px;}
    
    #Header {
        padding: 15px 0 0 0;
        text-align: right;}

    #HeaderMenu {
        position: absolute;
        left: 300px;
        top: 40px;
        height: 30px;
        width: 675px;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: bold;}

        .HeaderMenuText {
            float: left;
            height: 25px;
            padding: 5px 0 0 10px;
            border-left: 1px #FFFFFF solid;}

        .HeaderMenuItem {
            float: left;
            width: 198px;
            height: 25px;
            text-align: center;
            padding: 5px 0 0 0;
            border-left: 1px #FFFFFF solid;}
            
            .HeaderMenuItem a {
                color: #FFFFFF;
                font-size: 16px;
                font-weight: bold;
                text-decoration: none;}

#BodyWrapper {
    position: relative;
    top: 0px;
    left: 0px;}

    #MainImage {
        width: 500px;
        height: 180px;}
    
    #MainLinks {
        position: relative;
        top: -180px;
        left: 500px;}

        .MainLink {
            padding: 17px 0 0 30px;
            height: 43px;
            width: 350px;}

            .MainLink a {
                font-size: 20px;
                color: #909090;
                text-decoration: none;}
            
            .MainLink a:hover {
                color: #009900;}

#ContentsWrapper {
    position: relative;
    top: -180px;
    left: 0px;}
    
    #ContentsLeft {
        position: absolute;
        top: 0;
        left: 0;}
        
    #ContentsCenter {
        position: absolute;
        top: 0;
        left: 300px;}
        
    #ContentsRight {
        position: absolute;
        top: 0;
        left: 600px;}
        
        .ContentsHeader {
            width: 300px;
            text-align: center;
            font-size: 16px;
            padding: 4px 0 0 0;
            color: #BBEEBB;
            height: 26px;}
            
        .ContentsBody {
            padding: 10px;
            color: #909090;
            width: 280px;}

a {
    color: #006600;}