﻿body
{
    color: #777;
    font-family: Century Gothic, Arial, sans-serif;
    font-size: 14px;
    background-color: #F2F2F2;
    margin: 0;
    padding: 0;
}
h1
{
    color: #EAB200;
    font-size: 130%;
    font-weight: normal;
    text-transform: uppercase;
}
h2
{
    color: #97A9B1;
    font-weight: bold;
    font-size: 100%;
    margin: 20px 0 10px 0;
    padding: 0;
}
#headerRow
{
    background-color: White;
    margin: 0;
    padding: 0;
    border: 1px solid white;
}
#headerTable
{
    margin: 0 auto;
}
.headerSide
{
    width: 120px;
}
#headerCenter, #contentOut
{
    width: 600px;
}
#headerCenter
{
    padding: 20px 0;
}
#headerCenter table 
{
    width: 100%;
}
#headerCenter td
{
    vertical-align: middle;
}
#carol
{
    height: 180px;
    -webkit-border-radius: 15px 0 15px 0; /* Chrome */
    -moz-border-radius: 15px 0 15px 0; /* Firefox */
}
#headerTextImg
{
    width: 380px;
}
#headerTextTd
{
    text-align: right;
}
#menu
{
    text-align: right;
    list-style-type: none;
    padding: 0 20px 0 0;
    margin: 0;
}
#menu li
{
    padding: 3px 0;
    margin: 0;
}
#menu a
{
    color: #97A9B1;
    text-decoration: none;
    text-transform: uppercase;
}
#spaceBar
{
    background-color: #97A9B1;
    height: 25px;
}
#contentRow
{
    background-image: url(/resources/background.png);
}
#contentOut
{
    margin: 0 auto;
}
#contentIn
{
    padding: 20px;
    background-color: White;
}
#footerRow
{
    font-size: 60%;
    text-align: center;
    padding: 20px 0;
}
#footerRow, #footerRow a
{
    color: #AAA;
    text-decoration: none;
}
