﻿body {
}
.leftMenu
{
    background-color: #C8B6B6;
    font-family: "Bradley Hand ITC";
    font-size: large;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    text-align: center;
    border-style: none;
    width: 200px;
    padding: 10px;
    margin: 5px;
    line-height: 35px;
}
.leftMenu a
{
    text-decoration:none;
    color: #000000
}
.leftMenu a:hover
{
    color:blue;
}
.leftMenu a:visited
{
    color: #000000;
}
.topBanner
{
    width:955px;
    height:132px;
    background-image: url('/images/topBanner.jpg');
}
.bottomBanner
{
    width:955px;
    height:41px;
    background-image: url('/images/bottomBanner.jpg');
}
.mainScreen
{
    border: none;
    padding: 10px;
    margin: 5px;
    position: absolute;
    width: 340px;
    height: 205px;
    left: 256px;
    top: 183px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    line-height: 20px;
    background-color: #F4F0F0;
    overflow: hidden;
}

#rightPhoto
{
    background-image: url('/images/CakeBlur300.jpg');
    position: absolute;
    background-repeat: no-repeat;
    left: 653px;
    top: 190px;
    width: 316px;
    height: 217px;
    overflow: visible;
    visibility: visible;
    display: inherit;
}
#arrows
{
    position: absolute;
                left: 626px;
            top: 363px;
            width: 20px;
            height: 53px;
}
