object{
	display:block;
	width:100%;
}
*{
	margin: 0px; padding: 0px;
}
body{
	background: #fff url(images/bg_main.jpg) left 100px repeat-x;
	font: 11px Verdana;
	color: #797979;
	line-height: 20px;
}
img{
	border: 0px none;
}

a{
	color: #0154a1;
}

.prawa{
	float: right;
}
.lewa{
	float: left;
}
.justify{
	text-align: justify;
}
#top{
	line-height: 18px;
	width: 910px;
	height: 100px;
	font-weight: bold;
	margin: 0px auto;
	display: table;
}
#top .lewa{ margin-top: 30px; }
#top .prawa{ margin-top: 15px; text-align: right;}
#nav{
	width: 920px;
	height: 210px;
	margin: 0px auto;
	display: table;
}
#menu{
	background: url(images/bg_menu.gif);
	margin-left: 10px;
	width: 307px;
	height: 210px;
	float: left;
}
#menu ul{
	list-style: none;
	margin: 5px 0px 0px 20px;
}
#menu ul a{
	background: url(images/menu_pos.gif) left bottom no-repeat;
	padding: 3px 0px 3px 30px;
	margin: 2px 0px;
	width: 236px;
	display: block;
	text-decoration: none;
	color: #797979;
	font-weight: bold;
}
#menu ul a:hover{
	background:	#0a6fcd;
	color: #fff;
}

#prevki{
	background: url(images/menu_lap_up.jpg) right bottom no-repeat;
	width: 500px;
	height: 210px;
	float: right;
}

/***********************************/
#wrap{
	background: url(images/cont_lap_dwn.jpg) top right no-repeat;	
	width: 880px;
	margin: 0px auto;
	display: table;
}
#content{
	width: 590px;
	float: right;
	margin-bottom: 20px;
}

#content h1{
	margin: 15px 0px;;
	font: 16px "Trebuchet MS";
	color: #0a6ecc;
}
#content p{
	padding-left: 20px;
	border-left: 1px solid #dbdbdb;
}
#text{
	padding-left: 20px;
	border-left: 1px solid #dbdbdb;
}

#sidebar{
	float: left;
	width: 280px;
	height: 200px;
	margin-top: 20px;
}
#sidebar img{
	display: block;
	margin: 0px auto;
}
#footer{
	text-align: center;
	clear: both;
	width: 900px;
	padding: 10px;
	border: 1px solid #dbdbdb;
	margin: 0px auto 10px auto;
	display: table;
}
#footer img{
	margin: 0px 4px 0px 4px;
	height: 45px;
	border: 0px;
}
