﻿body 
{
    margin: 0px;
    margin-bottom: 10px;
    background-color: #ddd;
    font-family: Verdana, Arial;
    font-size: 10pt;
}

a 
{
    color: #ef8a35;
    text-decoration: none;
}

h1 
{
    color: #ef8a35;
    font-size: 16pt;
    font-weight: normal;
}

h2
{
    color: #333;
    font-size: 12pt;
    font-weight: normal;
}

.wrap
{
    background-color: #fff;
    border: solid 1px #aaa;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 900px;
    padding: 15px;
}

.left
{
    float: left;
    width: 50%;
}

.left img
{
    float: right;
}

.right
{
    float: right;
    width: 50%;
}

.right img
{
    float: right;
}

#menu
{
    background-color: #333;
    color: #fff;
    font-size: 10pt;
    height: 25px;
    line-height: 25px;
    margin: auto;
}

#content
{
    height: auto;
    _height: 350px;
    min-height: 350px;
    padding: 5px;
    padding-top: 10px;
}

#foot
{
    background: #333 url("/ossimview/images/logo-foot.jpg") no-repeat right;
    font-size: 8pt;
    color: #fff;
    height: 25px;
    line-height: 25px;
    margin: auto;
    padding-left: 10px;
    clear: both;
}