/*
      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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #2C1F0E;
	background-image: url(layout/tlostrony.png);
	background-repeat: repeat-y;
	background-position: top;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 922px;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */

}
#header {
	width: 900px;
	float: left;
	padding: 10px;
	height: 111px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	background-image: url(layout/naglowek.jpg);
}

#header_sp {
	width: 900px;
	float: left;
	padding: 10px;
	height: 111px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	background-image: url(layout/naglowek.jpg);
}

#lptresc {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
    margin: 0px 2px 0px 0px;
	min-height: 520px;
	background-color: #FFFFFF;
}

#leftcolumn {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	width: 200px;
	float: left;
	background-image: url(layout/menu.png);
}

#lmenu {
	text-shadow: 2px 2px 1px #352515;
	margin: 10px 0px 0px 20px;
	padding: 0px;
}

#lmenudol {
height: 26px;
background-image: url(layout/lewa-dol.png);
}

#lpdol {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	width: 180px;
	float: left;
	height: 100%;
	bottom: 20px;
	background-color: #FFFFFF;
}


#rightcolumn {
	float: right;
	margin: 0px 2px 0px 0px;
	padding: 10px 18px 10px 10px;
	font-size: 14px;
	width: 690px;
	color: #333333;
	text-align: justify;
	background-color: #FFFFFF;
}



#footer {
	position: absolute;
	width: 920px;
	background: #FFFFFF;
	background-image: url(layout/stopka.png);
/*	position: absolute;
	bottom: 0px; */

}
