﻿body 
{
    margin:0; padding:0;
    font-size:12px; color:#000; font-family:Verdana;
    background:#323125;
}

a{color:#323125; text-decoration:none;}
a:hover{color:#b12a27;}

b{color:#006e3a;}
input, select, textarea{font-size:11px; font-family:Verdana; border:1px solid #006e3a; }

#container
{
    width:747px;
    margin:0 auto;
    border:1px solid #000;
    background:#fff url('../images/green_bg.jpg') repeat-y;    
}

#topbanner
{
    background:url('../images/topbanner.jpg') no-repeat;
    width:747px; height:156px;
    border-bottom: 23px solid #696751;
}

#navbar
{
    height:28px; background:#464533; 
    padding-left:15px; 
}

#navbar A
{
    display:table-cell;
    background:url('../images/linksep.gif') repeat-y right;
    color:#fff; height:28px;
    text-decoration:none;
    padding: 5px 8px 0px 5px;      
}
#navbar a:hover{color:#ecf1de;}

#content
{
    float:left; width:410px;
    padding:20px 40px 20px 40px;
    font-size:11px;
}
.welcometext{margin: 0 80px 20px 0;}
.dot{height:1px; border-top:dotted 1px #006e3a;}
#rightc
{
    width:235px; float:right;
    background:#fff;
    padding-right:10px;
}
.cookbooktext
{
    color:#006e3a;
    font-size:11px;
    margin:10px 10px 10px 15px;
}

#footer
{
    height:20px;
    background:#464533;
    border-top:7px solid #b12a27;
    clear:both;
    color:#fff;
    text-align:center;
    font-size:10px;
    padding-top:5px;
}
#footer a{color:#fff; text-decoration:none;}
#footer a:hover{color:#ecf1de;}

.button{background:#fff; color:#006e3a; border:1px solid #006e3a;}

.sponsor a{color:#006e3a; text-decoration:none;}