#page {
	position: absolute;
	left: 0;
	top: 0;
	width:1003px;
	height:695px;
}
/* menu - lewa */
#lewa {
	position: relative;
	left: 0;
	top: 0;
	width: 249px;
	height: 693px;
	background-color: #4c683f;
	margin-right: 6px;
	padding-right: 6px;
	float: left;
}
.menu{
	width: 200px;
	height: auto;
	float: right
}
.menu ul li {
	list-style-type: none;
	text-align: right;
	line-height: 15px;
	font-size: 11px;
	font-family: 'verdana','tahoma','sans-serif';
}
.menu a {
	color: #fff;
	text-decoration: none;
}
.menu a:hover {
	color: #de5419;
	text-decoration: underline;
}
.menu a:focus {
	color: #de5419;
	text-decoration: none;
	font-weight: bold;
}
/* end menu - lewa */

/* kontener */
#contener {
	position: relative;
	top: 0;
	left: 0;
	width: 731px;
	height: 690px;
	margin-right: 6px;
	float: left;
}
.main {
	position: relative;
	width: 731px;
	height: 662px;
	background-image: url("images/main.jpg");
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
}
.stopka {
	position: relative;
	width: 731px;
	height: 21px;
	background-color: #5d4f42;
	padding: 0px;
	margin-right: 2px;
	float: left;
}
.stopkatext {
	position: relative;
	top: 4px;
	left: 0;
	font-family: 'verdana','tahoma','sans-serif';
	font-wieght: bold;
	font-size: 9px;
	color: 6f5e4e;
	text-align: center;	
}
/* koniec kontener */

#prawa {
	position: relative;
	top: 0;
	left: 0;
	width: 1px;
	height: 695px;
	background-color: #4c683f;
	float: left;
}
