body {
background-color: #5f7659;
background-image: url(images/bg_main.png);
background-repeat: repeat-x;
font-size: 10px;
font-family: tahoma, Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#fff;
padding:0px;
margin:0px;
}

a {color: #a71111; text-decoration: none;}
a:visited {color:#000;}
a:hover {color: #fff;}
a:active { color:#000;}

h1 {
background-image: url(images/bg_h1.png);
background-repeat: no-repeat;
width: 500px;
height: 30px;
font-family: Century Gothic, Tahoma;
font-size: 14px;
text-transform:uppercase;
padding: 1px 15px 0 20px;
margin: 0px 15px 0px 14px;
}

h2 {
color: #a71111;
font-size: 13px;
font-weight: bold;
font-family: verdana;
margin: 0;
padding-bottom: 10px;
}

h3 {
color: #a71111;
font-size: 11px;
font-weight: bold;
font-family: verdana;
margin: 0;
padding-bottom: 10px;
}

/* ----------container to center the layout-------- */
#container {
background-image: url(images/bg_left.png);
background-repeat: repeat-y;
background-position: left;
width: 840px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: right;
padding: 0px;
margin: 0px; }

/* ----------outer and inner----------------- */
#outer{ 
background-image: url(images/bg_right.png);
background-repeat: repeat-y;
background-position: right;
border-left: solid 229px #304f32; /* color of the left column  */ 
border-right: solid 0px #aaa3E0; /* color of the right column  */ 
background-color: #a3d162;  /* color of the content column */
} 

#inner{
margin:0;
width:100%;
} /* The ie/pc pecularity */ 

/* --------------left and right navi------------- */
#left {
background-image: url(images/bg_left.png);
background-repeat: repeat-y;
background-position: left;
width:229px; 
float:left; 
position:relative; 
margin-left:-229px; 
margin-right:1px;
min-height: 400px;
height: 100%;
}
 
#right {
background-image: url(images/bg_right.png);
background-repeat: repeat-y;
width:50px; 
float:right; 
position:relative; 
margin-right:-50px; 
margin-left:1px;
height: 100%;
}

#nowosci {
background-image: url(images/bg_nowosci.png);
background-repeat: repeat-y;
width:229px;
height: 83px;
float:left; 
position:relative;
}

#zapowiedzi p {
padding: 10px 15px 10px 15px;
}

#nowosci p {
padding: 10px 15px 10px 15px;
}

/* -----------------content--------------------- */ 
#content{ 
position: relative; 
margin: 0px; 
min-height: 600px;
height: 100%;
}

#content #text { 
background-image: url(images/bg_content_text.png);
background-repeat: repeat-y;
padding: 0px 15px 15px 15px;
margin: -1px 15px 15px 14px;
width: 505px;
font-family: verdana;
font-size: 11px;
color: black;
}

p {
padding: 5px 10px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

/*  ----------------footer---------------------- */ 
#footer {
background-image: url(images/bg_footer.png);
background-repeat: no-repeat;
color: #29382a;
margin:0px;
text-align: center;
width: 840px;
height: 31px;
} 

#footer p {
padding-top: 10px;
}
