#menu ul li {
    background: url('../images/bg_cwbmenuitem.gif') repeat-x ;
}

#logo a {
    background: none;
}

#content {
    color: #fff;
    background: #ff0000 url('../images/bg_cwbcontent.jpg') no-repeat;
    line-height: 1.2em;
    min-height: 430px;
}

*html #content {
    height: 430px;
}

#content h1, #content h2, #content h3, #content h4 {
    color: #fff;
}

#content h1 {
    margin-left: -15px ;
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: 0;
    background: none;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: bold;
}

#content ul, #content ol {
    margin-left: 0px;
    margin-bottom: 1em;
}

#content p{
    margin-left: -10px ;
}

#content a {
    color: #fff;
}



