﻿body
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    color: #CCCC99;
    background-color: #000000;
}
td
{
    font-size: 10px;
    color: #CCCC99;
}
a:link
{
    color: #CCCCCC;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
}
a:visited
{
    color: #CCCCCC;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
}
a:active
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    color: #FFFFFF;
    border: 1;
}
.menuItem
{
    cursor: pointer;
}

/* LAYOUT */
#wrapper
{
    width: 794px;
    height: 524px;
    margin: auto;
    background-image: url('../../Images/layout/frame_about.jpg');
}
#header
{
    clear: both;
    height: 178px;
    width: 794px;
}
#menu
{
    float: left;
    height: 346px;
    width: 217px;
}
#main
{
    float: left;
    clear: right;
    height: 346px;
    width: 577px;
    font-size: 10px;
}
#headerText
{
    color: #CCCC99;
    font-size: 10px;
    height: 44px;
    width: 301px;
    margin-left: 479px;
    margin-top: 0px;
    text-align: center;
}
.fieldTextBox
{
    height: 15px;
}