/* 
    Document   : style
    Created on : 2009-10-12, 16:25:28
    Author     : Agencja Interaktywna Deslay
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

body {
    background-color: #2d4f73;
    background-image: url('img/bg.png');
    background-repeat: repeat-x;
    margin: 20px 0 0 0;
    padding: 0;
    font: 9px Verdana
}

span.header {
    font-size: 10px;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #000000;
    font-size: 9px;
}

div#main {
    width: 526px;
    height: auto;
    margin: auto;
}

div#logo {
    width: 223px;
    height: 53px;
    margin: 0 0 8px 0;
}

div#left {
    width: 260px;
    height: 321px;
    float: left;
    margin: 15px 0 15px 0;
    padding: 10px 0 0 0px;
}

div#right {
    width: 250px;
    height: 321px;
    float: left;
    margin: 15px 0 15px 0;
    padding: 10px 0 0 15px;
}


div#right_link {
    width: 260px;
    height: 9px;
    text-align: center;
}

div.line_horizontally {
    background-image: url('img/line_horizontally.png');
    width: 526px;
    height: 1px;
}

div#line_vertically {
    background-image: url('img/line_vertically.png');
    width: 1px;
    height: 326px;
    margin: 15px 0 0 0;
    float: left;
}

div#footer {
    width: 526px;
    height: 9px;
    text-align: center;
}
