/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 margin-top: 10px;
 background: url(tlo.jpg);
background-repeat: repeat;
Background-attachment: fixed;
 font-family: Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color:  #ccc;

}
A:link {text-decoration: none; color: #ccc;}
A:visited {text-decoration: none; color: #ccc;}
A:active {text-decoration: none}
A:hover { color: #DAA520;}

#wrapper { 
 margin: 0 auto;
 width: 800px;
}
#faux {
 height: 405px;url(listwa gorna.png);
 margin-bottom: 10px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 background: url(lg.png);
 width: 800px;
 padding: 0px;
 height: 134px;
 margin: 0px 0px 0px 0px;

}
#navigation {
 background: url(lm.png);
 width: 800px;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 height: 32px;
 text-align:center;
}
#leftcolumn { 
 background: url(lb.png);
 display: inline;
 margin: 0px;
 padding: 0px;
 width: 152px;
 height: 405px;
 float: left;
 text-align:left;
}
#content { 
 background: url(srodek.png);
 float: left;
 margin: 0px 0px;
 padding: 0px;
 width: 495px;
 height: 405px;
 display: inline;
 position: relative;
 text-align:center;
 display:table-cell;
 vertical-align:middle;
}
#rightcolumn { 
 background: url(pb.png);
 display: inline;
 margin: 0px;
 padding: 0px;
 width: 153px;
 height: 405px;
 float: right;
}
.clear { clear: both; background: none; }

