﻿.body{
    width: 900px;
    height: auto;}
.mainBody{
    background-image: url(images/graphics/background.jpg);
    background-repeat:no-repeat;
    overflow: hidden;
    width: 900px;}
.textFlow{
    position: relative;
    float: left;
    width:450px;
    height:auto;
    margin-left:10px;}
.Navi{
    font-family: 'Viner Hand ITC', Papyrus, Book Antiqua;
    font-size: medium;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    padding-left: 20px;}
.MainContent{
    height: auto;
    top: 10px;
    width: 700px;
    text-align: left;
    font-family: Tahoma,Verdana,Eras Medium ITC;
    font-size: 10pt;
    position: relative;
    float: left;
    padding-left: 8px;
    padding-right: 8px;}
.Images{
    position: relative;
    float: left;
    top: 0px;
    left: 0px;}