﻿body
{
    margin: 0;
    background-color: Black;
    color: #FFFFCC;
    font-family: Arial, Helvetica, sans-serif;
}

a
{
    color: #FFFFCC;
}

#main
{
    background-image: url('itw.jpg');
    height: 830px;
    width: 906px;
}

#nav
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 76px;
    left: 223px;
    width: 596px;
}

#nav li
{
    list-style: none;
    float: left;
    margin: 0;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    border-bottom: 3px red solid;
    border-bottom-color: #9E0000;
    border-bottom-width: 2px;
}

#nav a
{
    text-decoration: none;
    color: #FFFFCB;
    position: relative;
    top: .5em;
}

#nav a:hover
{
    color: #FE9900;
}

#frame
{
    border: 0px solid black;
    position: absolute;
    left: 305px;
    top: 124px;
    height: 412px;
    width: 432px;
}