body
{
    background: #eee;
	margin: 0;
	padding: 0;
	font-family: georgia, times, serif;
	font-size: small;
}

h1, h2, h3, h4, h5, h6 {
    color: #036;
    font-family: 'Lucida Grande', helvetica, arial, sans-serif;
    margin: 20px 0 5px 0;
}

h1 { font-size: large }
h2 { font-size: medium }
h3 { font-size: small }

#container {
    background: #fff;
    border: 1px solid #333;
	margin: 4px auto;
	padding: 0;
	width: 720px;
}

#logo {
    background: #f00;
    border-top: 1px solid #f66;
    border-left: 1px solid #f66;
    border-bottom: 1px solid #333;
    margin: 0;
    padding: 4px 8px;
}

#nav {
    border-bottom: 1px solid #666;
    font-family: 'Lucida Grande', helvetica, arial, sans-serif;
    font-size: x-small;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: right;
}

#nav ul {
    margin: 0;
    padding: 5px 0;
}

#nav li {
    display: inline;
    list-style-type: none;
    padding-right: 15px;
}

#ad_nav {
    font-family: 'Lucida Grande', helvetica, arial, sans-serif;
    font-size: x-small;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: center;    
}

#ad_nav ul {
    margin: 0;
    padding: 5px 0;
}

#ad_nav li {
    display: inline;
    list-style-type: none;
    padding-right: 15px;
}

#ad_nav2 {
    font-family: 'Lucida Grande', helvetica, arial, sans-serif;
    font-size: x-small;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: center;    
}

#ad_nav2 ul {
    margin: 0;
    padding: 5px 0;
}

#ad_nav2 li {
    display: inline;
    list-style-type: none;
    padding-right: 15px;
}

#ad {
    padding: 5px 10px;
    text-align: center;
}

#content {
    padding-left: 20px;
}

#content p {
    color: #333;
    margin: 10px;
    line-height: 1.75;
}

#content #left {
    float: left;
    width: 460px;
}

#content #left #ad {
    background: url(../img/flyer.jpg) no-repeat top left;
    height: 105px;
    padding-top: 10px;
    padding-left: 105px;
}

#content #left #store {
    background: url(../img/cart.jpg) no-repeat top right;
    height: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 120px;
}

#content #left dt {
    font-family: 'Lucida Grande', helvetica, arial, sans-serif;
    font-weight: bold;
    margin: 4px auto 4px 10px;
}

#content #left dd {
    line-height: 1.5;
    margin-bottom: 8px;
}

#content #right {
    font-family: 'Lucida Grande', helvetica, arial, sans-serif;
    font-size: 85%;
    line-height: 0.85;
    margin-left: 490px;
    padding: 15px 5px;
}

#content #right h3 {
    border-bottom: 1px dotted #666;
    padding-bottom: 2px;
}

#content #right p {
    padding-left: 10px;
}

#content #right img {
    padding-right: 8px;
}

#content #right a.recipe:link, a.recipe:visited, a.recipe:hover {
    text-decoration: none;
}

#content th {
    background: #333;
    color: #eee;
    padding: 2px;
    font-family: 'Lucida Grande', helvetica, arial, sans-serif;
    font-size: small;
}

#content td {
    padding: 4px 8px;
}

#footer {
    font-family: 'Lucida Grande', helvetica, arial, sans-serif;
    font-size: x-small;
    border-top: 1px solid #ddd;
    clear: both;
    margin-top: 25px;
    text-align: center;
}

#footer ul {
    margin: 0;
    padding: 10px 0;
}

#footer li {
    display: inline;
    list-style-type: none;
    padding-right: 15px;
}

.error {
    font-family: 'Lucida Grande', helvetica, arial, sans-serif;
    font-size: medium;
}

.banner_01, .banner_02, .banner_03, .banner_04, .banner_05, .banner_06, .banner_07 {
    border-bottom: 1px solid #666;
    height: 220px;
    margin: 0;
    padding: 0;
}

.banner_01 {
    background: url(../img/banner-01.jpg) no-repeat;
}

.banner_02 {
    background: url(../img/banner-02.jpg) no-repeat;
}

.banner_03 {
    background: url(../img/banner-03.jpg) no-repeat;
}

.banner_04 {
    background: url(../img/banner-04.jpg) no-repeat;
}

.banner_05 {
    background: url(../img/banner-05.jpg) no-repeat;
}

.banner_06 {
    background: url(../img/banner-06.jpg) no-repeat;
}

.banner_07 {
    background: url(../img/banner-07.jpg) no-repeat;
}