﻿body 
{
    background: url( './Images/Lana_BG1_1.png' ) repeat-x fixed;
    background-position: center;
    background-color: #cecece;
    color: #303030;
}

#wrapper
{
    margin: 0 auto;
    text-align: center;
}

.main
{
    font: Helvetica;
    text-align: left;
    margin-left: 9em;
    margin-right: 9em;
    margin-top: 0px;
    padding: 0.25em;
}

.main a:link, .main a:visited
{
    color: #035bad;
    text-decoration: none;
    font-weight: bold;
}

.main a:hover
{
    text-decoration: underline;
}

.right_picture
{
    float: right;
    width: 175px;
    height: 225px;
    margin: 0px;
    margin-left: 10px;
    margin-top: 10px;
    border: 0px;
}

.Lana_pic
{
    float: left;
    width: 200px;
    margin: 0px;
    margin-left: 5px;
    margin-top: 15px;
    margin-right: 15px;
    border: 0px;
}

.left_picture
{
    float: left;
    width: 175px;
    height: 150px;
    margin: 0px;
    margin-right: 10px;
    margin-top: 10px;
    border: 0px;
}

.navBar
{
    text-align: center;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border: 0px;
    width: 800px;
    height: 25px;
}

.navBar a:link, .navBar a:visited
{
    color: #035bad;
    font-size: medium;
    text-decoration: none;
    font-weight: bold;
}

.navBar a:hover, .footer a:hover, .multiView a:hover
{
    text-decoration: underline;
}

.multiview
{
    text-align: center;
    font-size: large;
}

.multiView a:link, a:visited
{
    text-decoration: underline;
    color: #035bad;
    font-weight: bold;
}

.footer
{
    text-align: center;
}

.footer a:link, .footer a:visited
{
    color: #035bad;
    text-decoration: none;
    font-weight: bold;
}

.footer a:hover
{
    text-decoration: underline;
}