﻿@import "common.css";
@import url(search.css);
@import url(calendar.css);
@import url(polls.css);

/* =Header image 
------------------------------------------------------------*/
#header
{
    height: 267px;
    background: url(../Images/homepage/header_bg.jpg);
}

/* =News
------------------------------------------------------------*/
#content .news 
{
    margin-top: 10px;
    margin-bottom: 30px;
}

#content .news h2
{
    font-size: 100%;
    font-weight: normal;
    padding-left: 10px;
    background: url(../Images/pulk.gif) no-repeat left 5px ;
}

#content .news p
{
    font-size: 90%;
    color: #7e7e7f; 
    line-height: 160%;
}
