﻿body 
{
    border: 0;
    font-family: Arial;
    margin: 0;
    padding: 0;
}

#bodyWrapper
{
    border: 2px Solid Black;
    width: 750px;
}

#navigation
{
    background-color: #333333;
    background-image: url(images/welder.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 0;
}

.footer
{
    font-size: small;
}

.largeBlack
{
    font-size: large;
    text-decoration: underline;
}

.title
{
    color: Red;
    font-size: x-large;
    font-weight: bold;
    font-style: italic;
}