/* CSS layout */
body
{
    margin-left: 0px;
    margin-right: 0px;
    background: url(   'bg.gif' ) repeat-x top center #E8F7F9;
    font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
    font-size: 62.5%; /* Sets default font size to 10px */
    color: #222222;
}
#wholepage
{
    width: 985px;
    margin: auto;
}
#masthead
{
    height: 150px;
    background-image: url(   'exclusive.gif' );
}
#masthead .siteTitle
{
    font-size: 3.0em;
    font-weight: bold;
    cursor: default;
    position: relative;
    top: 60px;
    left: 30px;
    letter-spacing: 1px;
    color: #33CC33;
    font-style: italic;
}
#menu
{
    height: 35px;
    line-height: 35px;
    background: url(   'bg-menu.png' ) repeat-x;
    padding: 0 10px;
}
#menu ul
{
    list-style-type: none;
}
#menu li
{
    float: left;
}
#menu li a
{
    padding: 0 15px;
    display: block;
    color: #ffffff;
    margin-right: 2px;
    text-decoration: none;
    font-size: 12pt;
}
#menu li a:hover
{
    background: url(   'bg-menu-hover.png' ) no-repeat center center;
    color: #ff0000;
}
#page_content
{
    background-color: #000011;
    min-height: 250px;
    font-size: 10pt;
    padding-left: 6px;
    padding-right: 6px;
    color: #ffffff;
}
#footer
{
    clear: both;
    height: 100px;
    background: url('footer.gif') no-repeat;
}
h1
{
    color: fuchsia;
    font-size: 16pt;
    font-weight: bold;
}
h2
{
}
h3
{
}
h4
{
}
h5
{
}
.pictureDisplayTable
{
    background-color: #000000;
    padding: 20px;
    font-size: 10pt;
    color: #ffffff;
}
.pictureDisplayTable .header
{
    background-color: #000000;
    color: #ffffff;
    text-align:center;
font-weight:bold;
}
.pictureDisplayTable img
{
    float: left;
    padding-right: 15px;
    border-width: 0px;
    width: 269px;
    height: 188px;
    margin-top: 0px;
}
fieldset
{
}
legend
{
color: #ffffff;
}
