﻿body
{
    background-color: #ffffcc;
    font-family: "Gill Sans MT", "DejaVu Sans", "Trebuchet MS";
}

p
{
    text-align: justify;
}

h1, h2, h3
{
    font-family: "Gill Sans MT Condensed", "DejaVu Sans Condensed", "Trebuchet MS";
    color: #663300;
}

a:link, a:visited
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

img
{
    border: none;
}

em
{
    color: #663300;
    font-weight: bold;
}

#page
{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: solid 2px #663300;
    background-color: White;
}
#header
{
    height: 150px;
}
#nav1
{
    height: 40px;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    background-color: #663300;
    color: White;
    letter-spacing: 0.2em;
}
.menu1
{
    padding: 0 15px 0 15px;
    letter-spacing: 0.1em;
}
.menu1 a:link, .menu1 a:visited
{
    color: White;
}
.menu1 a:hover
{
    color: Red;
    text-decoration: none;
}
#nav2
{
    height: 30px;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    background-color: #ffffcc;
    color: #663300;
}
.menu2
{
    padding: 0 15px 0 15px;
}
.menu2 a:link, .menu2 a:visited
{
    color: #663300;
}
.menu2 a:hover
{
    color: Blue;
    text-decoration: none;
}
#main
{
    padding: 20px;
}
#footer
{
    clear: both;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    font-size: 0.7em;
    border: solid 2px #663300;
    background-color: White;
    width: 750px;
    margin: 10px auto 0 auto;
}
#credit a:hover
{
    color: #bc2227;
    text-decoration: underline;
}
#credit, #credit a:link, #credit a:visited
{
    color: #bc2227;
}

#mailform fieldset
{
    border: solid 1px #663300;
}

#mailform legend
{
    border: solid 1px #663300;
    background-color: #ffffcc;
    color: #663300;
    font-family: Gill Sans MT Condensed, DejaVu Sans Condensed;
    font-weight: bold;
}

.hiddenquote
{
    display: none;
    padding: 20px;
    margin-right: 0px;
    font-size: 0.8em;
    float: right;
    width: 250px;
    border: solid 1px #663300;
    background-color: #ffffcc;
    text-align: justify;
}

.quotelink
{
    color: Blue;
    text-decoration: underline;
    cursor: pointer;
}

#fitTech
{
    text-align: left;
}

#journey
{
    clear: left;
}

.link:link, .link:visited
{
    color: #663300;
    font-weight: bold;
}

.link:hover
{
    color: Red;
}

