/* CSS Document */

/* Layout */

body, div, table, tr, td, img, p, li, ul, ol {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

html { }

body {
    background-color: #000000;
    overflow-y: scroll;
}

#container {
    width: 100%;
    text-align: center;
}

#top { }
#top .left {
    position: relative; left: -100px;
    width: 1000px; margin: auto;
    background-image: url('../img/lewak.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
#top .right {
    position: relative; right: -200px;
    width: 1000px;
    background-image: url('../img/prawak.jpg');
    background-repeat: no-repeat;
    background-position: 900px 0px;
}
#top .center {
    position: relative; left: -100px;
    width: 1000px;
    background-color: #000000;    
}

#change {
    background-image: url('../img/main.jpg');
    background-repeat: no-repeat;
    height: 454px;
    text-align: left;
}

#main_left {
    width: 487px;
    float: left;
}
#main_right {
    float: left;
}

#content {
    margin-top: 20px;
    width: 480px;
}

/* Content */

body, td, li, input {
    font-family: Tahoma;
    font-size: 10px;
    line-height: 16px;
    color: #c6bfb5;
}

h1 {
    margin: 0px 0px 10px 0px;
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    color: #c6bfb5;
    text-transform: uppercase;
}

b, i {
    color: #888177;
}

p { padding-bottom: 16px; }

a { text-decoration: none; color: white; }
a:hover { color: #888177; }

ol { list-style-position: inside; }

.prawa { text-align: right; }

#lbox { display: none; }

div.news {
  margin-bottom: 24px;
  background: none;
}
div.news p {
  padding-bottom: 12px;
}
div.news ul {list-style-type: none; }
