/* 
    Document   : stylesheet
    Created on : 16-01-2009, 23:08:03
    Author     : FroZen
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}


.mainframe
{
    width: 1024px;
    height: 100%;
    margin: auto;
}

.menubar
{
    width: 1024px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-style:none;
    background-color: #f26522;
    text-align: right;
    float: left;
    margin: auto;
}

.menubottom
{
    width: 1024px;
    height: 40px;
}

.menubartext
{
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    padding: 0px 15px 0px 15px;
}

.imagebar
{
    width: 280px;
    height: 100%;
    float: left;
    background-color: #FFFFFF;
}

.textbar
{
    width: 720px;
    height: 100%;
    float: left;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #FFFFFF;
}

.topimage
{
    float: right;
}

.bottomimage
{
    float: right;
}

.menubarloc
{
    margin: auto;

}


