.catnav
{
    float: left;
    width: 15%;
}

.catnav h1
{
    margin-top: 0px;
}

#navnews
{
    float: left;
    list-style: none;
    padding: 0px;
    margin-top: 0px;
    width: 23%;
    list-style-image: url("/static/images/listbullet.png");
}

#navnews a
{
    color: #F10D60;
    text-decoration: none;
}

#navnews a:hover
{
    text-decoration: underline;
}



#addform
{
    display: none;
}

#newscontent
{
    width: 60%;
    float: right;
}

#newscontent h3
{
    font-size: 16pt;
}

#addformvisible
{
    display: block;
}

#id_title
{
    width: 400px;
}

div.m_summary p.date
{
    margin: 0px;
    margin-bottom: 5px;
}

ul.pagelinks
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.pagelinks li
{
    display: inline;
}

