body {
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: #000;
    background: #fff url(/ext/img/bg_front_porch_faint.jpg)
        top left no-repeat;
}

a:link {
    color: #00f;
    background: transparent;
}

a:visited {
    color: #609;
    background: transparent;
}

a:hover {
}

a:active {
    color: #f00;
    background: transparent;
}

#page {
    margin: 20px 10px 20px 140px;
    padding: 0;
    max-width: 80ex;
}

#header h1 {
    font-size: 1.4em;
    font-weight: bold;
    font-variant: small-caps;
    color: #740;
    background: transparent;
    margin-left: -20px;
    text-indent: -20px;
}

#header h1 span.business-name {
    font-size: 70%;
}

#header h1 span.business-name a {
    text-decoration: none;
    color: #740;
    background: transparent;
}

#navigation {
    font-size: 0.8em;
    text-align: right;
}

#navigation a {
    white-space: nowrap;
    font-weight: bold;
}

#navigation a.current {
    color: #999;
    background: transparent;
    text-decoration: none;
}

div.section {
    margin-left: 2ex;
}

div.section h2,
div.section h3 {
    margin-left: -2ex;
}

img.all-products {
    float: right;
    /*border: 1px solid #520;*/
}

#content > img.all-products {
    border: 1px solid #520;
}

img.product-image {
    float: left;
    /*border: 1px solid #520;*/
    /*margin: 0 20px 0 0;*/
}

/* NS4 is buggy in its handling of floats with margins and borders.  This form
 * of selector is ignored by NS4 but is properly picked up by more competant
 * browsers.
 */
a > img.product-image {
    border: 1px solid #520;
    margin: 0 20px 10px 0;
}

dl.product-list dt {
    font-weight: bold;
}

dl.product-list dd {
    margin-bottom: 0.5em;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #740;
    background: transparent;
}

h3 {
    font-size: 1em;
    font-weight: bold;
    color: #740;
    background: transparent;
}

label {
    font-weight: bold;
}

#footer-divider {
    margin-top: 2em;
    height: 1px;
    color: #dcc;
    background: #dcc;
    border: 0;
    clear: both;
}

#footer {
    /*border-top: 1px #dcc solid;
    margin: 1.5em 3% 0 3%;
    padding: 0.5em 0 0 0;*/
}

#footer address {
    margin: 0;
    padding: 0;
    text-align: center;
    font-style: normal;
    font-size: 0.8em;
}

#footer span.business-name {
    color: #733;
    background: transparent;
    font-weight: bold;
}

table.events {
    border: 0;
    margin: 0;
    padding: 0;
}

table.events td {
    /*border-bottom: 1px #bbb solid;
    border-right: 1px #ccc dashed;*/
    border: 1px #ccc solid;
    margin: 0;
    padding: 2px 5px 2px 5px;
}

/* More funky selectors to fool NS4 */
#contact-form > p > #contact-from,
#contact-form > p > #contact-subject,
#contact-form > p > #contact-body {
    border: 1px solid #666;
}

#contact-form > p > #contact-submit {
    border: 1px solid #333;
}

/*table.events td.begins,
table.events td.ends {
    text-align: right;
}*/

