body {
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 9pt;
}

div {
    overflow: hidden;
}

#mainContainer {
    margin: auto;
    width: 972px;
}

#topBanner {
    height: 135px;
    background-image: url(./images/topBanner.jpg);
}

#leftColumn {
    float: left;
    width: 228px;
    margin-bottom: 10px;
}

#silesialanTab {
    width: 100%;
    height: 35px;
    background: url(./images/silesialanTab.jpg) 0 0 no-repeat;
}

#operatorsButton {
    display: block;
    width: 100%;
    height: 56px;
    background: url(./images/expandList.jpg) 0 0 no-repeat;
}

#backButton {
    display: block;
    width: 100%;
    height: 56px;
    background: url(./images/contractList.jpg) 0 0 no-repeat;
}

#leftColumnContent {
    background: url(./images/boxBackground.jpg) center 56px repeat-y;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 8pt;
}

#leftColumnContent {
    margin: 0 2px;
}

#leftColumnContent table {
    width: 100%;
}

#leftColumn th {
    text-align: left;
    padding-bottom: 10px;
    background: url(./images/separator.jpg) bottom center no-repeat;
}

#rightColumn {
    float: right;
    width: 744px;
    margin-bottom: 10px;
}

#operatorsList {
    width: 714px;
    height: 1190px;
    padding: 40px 15px 0 15px;
    background: url(./images/operatorsList.jpg) 0 0 no-repeat;
}

#operatorsList div {
    float: left;
    width: 50%;
}

#operatorsList td {
    padding: 5px 0;
}

#whatsThat {
    width: 724px;
    height: 65px;
    padding: 24px 10px 0 10px;
    background-image: url(./images/whatsThat.jpg);
    line-height: 58px;
}

#goals {
    width: 724px;
    height: 132px;
    padding: 31px 10px 0 10px;
    background-image: url(./images/goals.jpg);
}

#goals ul {
    list-style: none;
}

#goals ul li {
    background: url(./images/niebieski.jpg) 0 0 no-repeat;
    padding-left: 26px;
    line-height: 21px;
}

#goals img {
    float: right;
    position: relative;
    top: 10px;
}

#profits {
    width: 724px;
    height: 657px;
    padding: 27px 10px 0 10px;
    background-image: url(./images/profits.jpg);
}

#profits p {
    margin: 25px 10px;
}

#profits th,
#profits td {
    padding: 1px 18px;
    text-align: left;
}

#profits th {
    color: #069;
}

#profits img {
    float: right;
    position: relative;
    top: -10px;
}

#otherNodes {
    width: 724px;
    height: 109px;
    padding: 37px 10px 0 10px;
    background-image: url(./images/otherNodes.jpg);
    line-height: 24px;
}

#otherNodes ul {
    width: 27%;
    float: left;
    list-style: none;
}

#otherNodes ul.red li {
    background: url(./images/czerwony.jpg) 0 0 no-repeat;
    padding-left: 26px;
}

#otherNodes ul.green li {
    background: url(./images/zielony.jpg) 0 0 no-repeat;
    padding-left: 26px;
}

#news {
    width: 724px;
    height: 111px;
    padding: 35px 10px 0 10px;
    background-image: url(./images/news.jpg);
}

.delimeter {
    clear: both;
}

ul {
    margin: 0;
    padding: 0 15px;
}

a {
    text-decoration: none;
    color: #000;
}

.bold {
    font-weight: bold;
}

.maroon {
    color: #900;
}

