#contentwrapper {
    background:#fff url(images/gradient_main.jpg) repeat-x;
}

/*** h1, h2, h3, h4, h5, h6 ***/
#contentwrapper h1,
#contentwrapper h2,
#contentwrapper h3,
#contentwrapper h4,
#contentwrapper h5,
#contentwrapper h6 {
    margin:10px 0px 10px 0px;
    font-family:Arial,sans-serif;
    color:#663200;
}

/*** lists ***/
.plain {
    margin:0;
    padding:0;
    list-style-type:none;
}

.ulhorizontal {
    float:left;
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
}

.lihorizontal {
    display:inline;
    margin:0;
    padding:1em 1em 1em 0em;
}
