#content {
    padding-bottom:25px;
    min-height:430px;
}

* html #content {
    height:430px;
}

#content #intro {
    border-bottom:1px solid #CCC;
}

#content #intro p {
    font-size:1em;
    line-height:1.5;
    margin:0;
    padding:12px 0;
    height:44px;
}

#content ul {
    border-bottom:1px solid #CCC;
    list-style:none;
    color:#666;
    padding:6px 0 7px 0;
    min-height:78px;
}

* html #content ul {
    height:78px
}

#content ul,
#content ul li {
    width:670px;
    margin:0;
    line-height:1;
}

#content ul li {
    clear:both;
    overflow:auto;
    padding:0 !important;
    margin:0 !important;
    min-height:19px;
    line-height:19px;
    vertical-align:top;
}

* html #content ul li {
    height:19px;
}

#content ul li strong {
    width:150px;
    float:left;
}

#content ul li p {
    width:520px;
    float:left;
    margin:0 !important;
    padding:0 !important;
    font-size:1em;
    font-weight:normal;
    color:#333;
}