/* 
Document   : HomePage
Created on : 2009-5-9, 17:54:55
Author     : Lazarov
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
html, body {
    margin: 0;
    padding: 0;
}
#page {
    width: 882px;
    margin: auto;
    font-family: Arial,Helvetica,Veranda,Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
}

#header {

    background-repeat: no-repeat;
    height: 133px;
    background-image: url(../images/Header.png);
}

#menu {
    background-image: url(../images/Home/Menu.png);
    background-repeat: no-repeat;
    height: 39px;
}

#calendar {
    width: 147px;
    float: right;
    height: 569px;
}

#ads {
    float: right;
    width: 166px;
    height: 569px;
}


#content {
    float: right;
    width: 569px;
}

#inf {
    height: 210px;
}

#corp {
    height: 130px;
    position: relative;
    *top: 5px;
    *left: 10px;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../images/Home/CEBG.jpg);
    padding: 5px;
    color: white;
    font-size: 13px;
}

#pers {
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../images/Home/PEBG.jpg);
    position: relative;
    *top: 5px;
    *left: 10px;
    height: 140px;
    padding: 3px;
    font-size: 13px;
}

#team {
    position: relative;
    *top: 5px;
    *left: 10px;
    height: 134px;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../images/Home/TBBG.jpg);
    padding: 3px;
    font-size: 13px;
}

.EvShortText {
    position: relative;
    left1: 90px;
    top: -20px;
    *top: 0px;
    font-size: 13px;
    font-family: Arial, Verdana;
    font-weight: normal;
    color: black; 
}