﻿body {
}
.background
{
    background-image: url('../images/boards.gif');
    background-repeat: repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.header
{
    background-image: url('/images/boards.gif');
    background-repeat: repeat;
    font-size: xx-large;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 40px;
    right: 170px;
    font-weight: bold;
}
.title_3x5_card
        {
    border-style: solid;
    border-width: thin medium medium thin;
    border-color: #C0C0C0;
    background-image: url(  '/images/3x5_card_216x1.gif' );
    background-repeat: repeat-x;
    position: fixed;
    width: 360px;
    height: 206px;
    top: 5px;
    left: 5px;
    padding-left: 10px;
}
.asp_hyper_link
        {
            color: #000000;
        }
.content
{
    border-style: solid;
    border-width: thin medium medium thin;
    border-color: #C0C0C0;
    position: absolute;
    top: 50px;
    left: 200px;
    background-image: url('/images/3x5_card_216x1.gif');
    background-repeat: repeat-x;
    width: 360px;
    height: 216px;
    padding-left: 10px;
    background-color: #FFFFFF;
}
.content_area {
    border-style: solid;
    border-width: thin medium medium thin;
    border-color: #C0C0C0;
    width: 360px;
    height: auto;
    background-color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
}
.content_item
        {
    background-image: url(   '/images/3x5_card_216x1.gif' );
    width: 360px;
    height: 22px;
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
}
.menu
{
    width: 170px;
    position: fixed;
    top: 40px;
    left: 0px;
    bottom: 0px;
}
.menu_recipes
        {
    border-style: solid;
    border-width: thin medium medium thin;
    border-color: #C0C0C0;
    height: 206px;
    width: 360px;
    background-image: url('/images/3x5_card_216x1.gif');
    background-repeat: repeat-x;
    left: 10px;
    position: absolute;
    padding-left: 10px;
    padding-top: 10px;
}
.menu_miscellaneous
        {
    border-style: solid;
    border-width: thin medium medium thin;
    border-color: #C0C0C0;
    position: fixed;
    top: 216px;
    left: 15px;
    height: 206px;
    width: 360px;
    background-image: url('/images/3x5_card_216x1.gif');
    background-repeat: repeat-x;
    padding-left: 10px;
    padding-top: 10px;
}

.footer
{
    border-width: thin medium thin thin;
    border-color: #C0C0C0;
    text-align: center;
    position: fixed;
    bottom: 0;
    font-size: x-small;
    left: 0px;
    background-color: #FFFFCC;
    border-top-style: solid;
    border-right-style: solid;
}
.signature {
    text-align: right;
    font-family: "Script MT Bold";
}
.sub_title {
    font-size: x-large;
    font-weight: bold;
}
.content_area_other
{
    width: auto;
    background-color: #FFFFFF;
    padding-right: 5px;
    padding-left: 5px;
}
.recipe_area
{
    padding: 5px;
    border-width: 1px;
    border-style: dashed;
    position: absolute;
    width: 550px;
    top: 108px;
    left: 0px;
    z-index: 9;
}
.google_ad_right
{
    width: 160px;
    height: 600px;
    position: absolute;
    top: 90px;
    left: 568px;
    background-color: #CCFFCC;
    z-index: 0;
}
.google_ad_top
{
    z-index: 0;
    background-color: #CCFFCC;
    position: absolute;
    width: 728px;
    height: 90px;
    top: 0px;
    left:0;
}
