/* 
Document   : s1
Created on : Mar 26, 2009, 12:43:39 AM
Author     : f
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root
{ 
    display: block;
}

body
{
    font-family: Georgia,'Times New Roman',times,serif;
    line-height: 150%;
    margin:0px;
    background-color: #fff;
    color: #333;
    font-style: normal;
    /* font-weight: lighter;*/
    font-size: 0.9em;;

    background-image: url(bk1.png);
}

div.page
{
    width:900px;
    clear:both;

    margin:auto;
    background-color: #996;
}

div.page-header
{
    height:100px;
    width:100%;

    background-color: #ffffff;
    background-image: url(img/ban2.jpg);
}


div.left-column
{
    width:200px;
    float:left;
    background-color:#996;
    height:100px;
    margin-right:25px;

}
div.left-column li
{


list-style:none;
margin-left:0;
}
div.main-column
{
    width:900px;
    float:left;

    background-color: #ffffff;

}

div.content
{
    padding-left:0.75em;
    padding-right:0.75em;


}

div.page-footer
{
    background-color:#663;
    clear:both;
    color:#fff;
    text-align:center;
    font-size:0.8em;
    line-height:120%;
    padding-top:0.75em;
    padding-bottom:0.75em
}

p
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.navigation
{
    background-color:#663;
    /* padding-top:0.5em;
    padding-bottom:0.5em; */
}

.navigation li
{
    display:inline;
    list-style:none;
    margin-left:0;
}

.navigation a:hover
{
    background-color:#333;
}

.navigation a
{
    text-decoration:none;
    font-family:Trebuchet, sans-serif;
    color:#fff;
    margin-right:0px;
    margin-left:0px;
    display:inline-block;
    background-color:#663;
    font-size: 14px;
    padding:0.5em;
    width:7.9em;
    text-align:center;
    /*border-right: 1px #fff solid;*/
    border-left: 0px ;
}

.navigation a.active
{
    background-color:#333;
    padding:0.5em;
}
div.calendar
{
    width:190px;
    height:250px;
    background-color:#663;
    background-image: url(img/bk3.png);
    float:left;
    margin-left:10px;
    margin-bottom:15px;
    margin-top:15px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    padding-left:10px;
}

div.calendar ul
{
    list-style-type:none;
    margin-left:0;
    padding-left:0;
}

span.cal-month
{
    font-weight:bold;
    font-size:15px;
}
div.media-container
{
    Margin-top:50px;
    text-align:center;
    width:880px;
    margin-bottom:50px;
    margin-left:20px;
    background-color:#ccc;

}
div.page-footer img
{

float:left;

    }

a
{
 text-decoration:none;
 background-color:#663;
 color:#fff;
 padding:.25em;
}

}