﻿/*
 * Header panel style.
 */
#HeaderPanel
{
    font-size: 75%;
}

/*
 * Content panel style.
 */
#ContentPanel
{
    height: 300px;
    font-size: 75%;
    background-color: #fff;
    padding: 10px 0px;
}

#ContentPanel[id] /* Non-IE6 style */
{
    height: auto;
    min-height: 300px;
}

/*
 * Footer panel style.
 */
#FooterPanel
{
    font-size: 65%;
    text-align: center;
}