.catalogue
{
    float: right;
    width: 330px;
    margin: 30px 30px 0px 0px;
    text-align: center;
}
.catalogue_image
{
    border: none 0px;
}
.catalogue_link
{
    font: italic normal bold 14px tahoma;
    text-decoration: none;
    color: white;
    cursor: pointer;
}
.news_item
{
    width: 450px;
    margin-top: 30px;
}
.news_heading
{
    font: italic normal bold 12px arial;
    color: rgb(255,255,255);
    margin: 0px 0px 0px 50px;
    padding: 0px 0px 1px 0px;
    background-image: url(/resources/sub_underline.gif);
    background-position: bottom;
    background-repeat: no-repeat;
}
.news_date
{
    text-align: right;
    margin-top: 1px;
    font-size: 10px;
    font-family: arial;
    font-weight: bold;
    color: rgb(200,200,200);
    padding: 0px;
    padding-top: 0px;
}
.news_image
{
    float: right;
    margin:  10px 0px 10px 20px;
}
.news_paragraph
{
    padding: 0px;
    margin: 0px 0px 0px 50px;
    font: italic normal normal 12px arial;
    color: rgb(255,255,255);
    text-align: justify;
}