body {
     margin:0px;
}

#top
{
    background-image: url('images/MovKingfish.gif');
    height: 50px;
    font-size: x-small;
/*    padding: 10px;*/
}

#left
{
    background-image: url('images/300px-White_shark.jpg');
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    left: 0px;
    padding: 10px;
    position: absolute;
    width: 275px;
}

#main
{
    background-image: url('images/250px-Bottlenose_dolphin_mother_and_juvenile.jpg');
    background-repeat: repeat;
    margin-left: 295px;
    padding-left: 10px;
}

#footer
{
    background-image: url('walkthrough_bg.gif');
    margin-left: 370px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    background-color: #33CCFF;
}

/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #900;
    color: White;
    font-weight: bold;
}

.AlternatingRowStyle
{
    background-color: #fcc;
}

.RowStyle
{
}

.SelectedRowStyle
{
    background-color: Yellow;
}

/* Misc Styles */

.ExpensivePriceEmphasis
{
    font-weight: bold;
    font-style: italic;
}

.LowUnitsInStockEmphasis
{
    color: Red;
}

.AffordablePriceEmphasis
{
    background-color: Yellow;
}

.ProductPropertyLabel
{
    font-weight: bold;
    text-align: right;
}

.ProductPropertyValue
{
    padding-right: 35px;
}

.Warning
{
    color: Red;
    font-style: italic;
    font-weight: bold;
    font-size: x-large;
}

/* Text formatting */
.VeryBigText
{
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
}

.BigText
{
    font-family: "Times New Roman", Times, serif;
}
#top .breadcrumb
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
}
.BigTextTop
{
    font-family: cursive;
    font-size: 30px;
    color: #FF0000;
    text-align: center;
/*    line-height: 0px; */
    font-style: italic;
    font-variant: small-caps;
    font-weight: bold;
}