#f-content p
{
    clear: both;
}
#contentFoot
{
    margin-top: 2em;
}	
#contentFoot a 
{	
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.6em;
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: rgb(255,255,255);
    background-color: rgb(255,0,0);
}


#menu
{
    float: left;
    margin-bottom: 4em;
    text-align: left;
    line-height: 1.2em;
}
#menu h1
{
    margin-bottom: 1em;
}
#menu h2 a
{
    color: rgb(188,135,0);
}




#f-content .itemTitle
{
    display: block;
    height: 20px;
    line-height: 20px;
    margin-bottom: 1em;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    color: rgb(188,135,0);
    border-top: 1px solid rgb(188,135,0);
    border-bottom: 1px solid rgb(188,135,0);
    background-color: rgb(255,255,208);
}
#f-content .itemName
{
    float: left;
}
#f-content .itemTime
{
    display: block;
    text-align: right;
}
#f-content .itemText
{
    width: 558px;
    margin-bottom: 5em;
    overflow: auto;
}




#f-content .itemPager
{
    display: block;
    height: 20px;
    line-height: 20px;
    margin-bottom: 1em;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    text-align: center;
    color: rgb(188,135,0);
    border-top: 1px solid rgb(188,135,0);
    border-bottom: 1px solid rgb(188,135,0);
    background-color: rgb(255,255,208);
}
#f-content .itemBack
{
    float: left;
}
#f-content .itemNext
{
    display: block;
    text-align: right;
}
