/* =BLOCK: CONTENT */


#ft_head {
        background: #eef6de;;
        width: 100%;
        height: 50px;
        margin-bottom: 0.5em;
}


#content {
    background: #f9fbf1;
}

#content h2 {
    display: none;
}

#content h3 {
    font-weight: bold;
}

#content ul li{
    list-style-type: disc;
    margin-left: 25px;
    margin-top: 0.5em;
}

#content ul ul {
    list-style-type: circle;
}

#content ol {
    list-style-type: decimal;
    margin-left: 25px;
    margin-top: 0.5em;
}

#content li {
    margin-bottom: 0.5em;
}

#content a.more {
    white-space: nowrap;
}

#content p {
    margin-bottom: 1em;
}

#content em {
	font-style: italic;
}

#content strong {
	font-weight: bold;
}



