﻿html, body 
{
    background-color: #000000;
    background-image: url(images/backgrounds/main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    
    height: 100%;
}

img
{
    border: 0px;
}

#container
{
    height: 508px;
    width: 792px;
}

#insideContainer
{
    height: 508px;
    width: 640px;
}

#leftSpacer 
{
    width: 76px;
    height: 508px;
    float: left;
}

#topSpacer
{
    width: 640px;
    height: 57px;
    float: left;
}

#navigation
{
    width: 448px;
    height: 57px;
    float: left;
    padding-top: 20px;
    
    text-align: center;
    color: #fff;
}

html>body #navigation
{
    height: 37px;
}

#navigation ul, #navigation li
{
    list-style-type: none;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}

#navigation a
{
    color: #fff;
    text-decoration: none;
}

#navigation a:hover
{
    text-decoration: underline overline;
}

#insideNavigation
{
    border: solid 15px #fff;
    width: 196px;
    height: 331px;
    background-color: #000;
    text-align: left;
    float: left;
    background-image: url(images/lockport.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 50px;
}

html>body #insideNavigation
{
    width: 166px;
    height: 251px;
}

#insideNavigation ul, #insideNavigation li
{
    list-style-type: none;
    margin-left: 15px;
    margin-right: 5px;
    padding: 0;
}

#insideNavigation a
{
    color: #fff;
    text-decoration: none;
}

#insideNavigation a:hover
{
    text-decoration: underline overline;
}

#body01
{
    width: 448px;
    height: 331px;
    float: left;
    
    background-image: url(images/backgrounds/body01.jpg);
}

#body02
{
    width: 268px;
    height: 388px;
    float: right;
    
    background-image: url(images/backgrounds/body02.jpg);
}

#insideBody
{
    width: 428px;
    height: 331px;
    border: solid 15px #fff;
    background-color: #000;
    float: right;
    overflow: auto;
    color: #fff;
    text-align: left;
}

html>body #insideBody
{
    width: 398px;
    height: 301px;
}

#insideContent
{
    padding: 5px 10px 0px 10px;
    font-family: Tahoma, Verdana, Arial;
    font-size: .9em;
}

#insideContent a
{
    color: #fff;
}

#insideContent a:hover
{
    text-decoration: none;
}

h1
{
    padding-top: 0px;
    margin-top: 0px;
    font-size: large;
}

#trackster
{
    width: 716px;
    height: 120px;
    float: left;
    
    background-image: url(images/backgrounds/trackster.jpg);
}

#imgTrackster
{
    width: 716px;
    height: 120px;
    border: 0px;
}