﻿html, body 
{
    background-color: Black;
    font-family: Arial, Verdana;
    font-size: 9pt;
    color: White;
    padding: 0;
    margin: 0;
}

#logo
{
    position: absolute;
    background-image: url('images/logo.gif');
    width: 210px;
    height: 108px;
    display: block;
}

#spots
{
    position: absolute;
    width: 459px;
    height: 490px;
}

#spot-links
{
    position: absolute;
    text-align: center;
    margin: 0;
    padding: 0;
    left: 196px; 
    top: 172px;
    width: 116px;
}

#spot-links a
{
    text-decoration: none;
    color: #A5A5A5;
    vertical-align: middle;
    margin: -1px 0 -1px 0;
    display: block;
    width: 100px;
    /*padding: 30px 0px;*/
    font-weight: bold;
}

#spot-links img
{
    padding: 0;
    margin: -1px 0 -1px 0;
    border: none;
}




#content
{
    background-image: url('images/content_bg.gif');
    position: absolute;
    width: 900px;
    height: 400px;
    display: block;
    left: 0px; 
    top: 141px;
}

#content2
{
    background-image: url('images/content_bg2.gif');
    position: absolute;
    width: 900px;
    height: 450px;
    display: block;
    left: 0px; 
    top: 141px;
}

#topborder
{
    position: absolute;
    width: 434px;
    height: 2px;
    display: block;
    background-image: url('images/topborder.jpg');
    overflow: hidden;
    left: 466px; 
    top: 140px;
}

#content-text
{
    width: 300px;
    position: absolute; 
    top: 20px; 
    left: 550px;
}

#content-image
{
    position: absolute;
    left: 494px; 
    top: 89px;
}

#content-image2
{
    position: absolute;
    left: 494px; 
    top: 89px;
}

#home-link
{
    position: absolute; 
    left: 253px; 
    top: 27px; 
    height: 113px;
}

#contact
{
    position: absolute; 
    top: 100px;
    left: 400px;  
}

#contact a
{
    color: #A5A5A5;
    font-size: 80%;
    text-decoration: none;
}

#contact a:hover
{
    color: Silver;
}

#contactLeft
{
    width: 100px;
    float: left;
}

#contactLeft label
{
    height: 30px;
    display: block;
    color: White;
}

#contactRight
{
    float: left;
}

#contactRight input
{
    height: 22px;
    display: block;
}