﻿body
{
    text-align: center;
}
.MainPageDiv
{
    position: relative;
    margin: 0px auto 0px auto;
    width: 800px;
}
.MainBannerDiv
{
    height: 200px;
    float: left;
    clear: both;
    width: 780px;
}
.MainUpperLeftDiv
{
    width: 155px;
    height: 400px;
    margin-top: 10px;
    float: left;
}
.MainCenterDiv
{
    width: 620px;
    height: 600px;
    margin-top: 10px;
    margin-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    float: right;
}
.MainNavButtons
{
    border-width: thick;
    border-style: ridge;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    width: 150px;
    height: 40px;
    background-color: #FFFF99;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    float: left;
    clear: both;
}
.MainBottomDiv
{
    margin: 10px;
    font-size: medium;
    text-align: center;
    float: right;
    clear: both;
    width: 780px;
}
.CenterDivParFormat
{
    text-align: left;
}
.Heading
{
    font-size: x-large;
}
.Copyright
{
    font-size: small;
}
.CenterText
{
    text-align: center;
}
.RightFormatedPicture
{
    border: medium solid #000000;
    padding: 2px;
    margin: 2px;
    float: right;
    width: 300px;
    height: 300px;
    top: 0px;
    right: 0px;
}
.LeftFormatedPicture
{
    border: medium solid #000000;
    padding: 2px;
    margin: 2px;
    float: left;
    width: 300px;
    height: 300px;
    top: 0px;
    right: 0px;
}
.BoldHeadings
{
    font-weight: bold;
}
.BottomNavigation
{
    font-size: medium;
    text-align: center;
    clear: both;
}
.Sold
{
    font-size: xx-large;
    font-weight: bold;
    color: #FF0000;
}