*{
	margin: 0;
	border: 0;
	padding: 0;
}

body{
	background: #FF;
	font-family: Georgia;
	text-align: center;
	background-color: #F6F6F6;
}

div#all{
	font-family: Georgia;
	width: 800px;
	height: 100%;
	min-height: 500px;
	margin: auto;
}
	
div#top{
	height: 150px;
	background: url(Obrazki/platerowka.jpg) no-repeat center;
	margin: 0px 0 5px 0;
}

div#centerall{
	width: 100%;
	height: 69.2%;
}

div#center{
	width: 530px;
	height: 100%;
	margin: auto;
	background-color: #FFFFFF;
}

iframe{
	width: 100%;
	height: 100%;
}

div#left{
	float: left;
	background-color: #F6FBF6;
	width: 130px;
	height: 100%;
}

div#right{
	float: right;
	background-color: #F6FBF6;
	width: 130px;
	height: 100%;
}

div#bottom{
	background-color: darkgreen;
	color: #FFFFFF;
	font-size: 12px;
	margin: 5px 0 0 0;
	text-align: center;
	height: 17px;
}


h2.menuprawe{
	background-image: url(Obrazki/menuprawe.jpg);
	height: 27px;
	color: #FFFFFF;
	font: 18px normal;
	padding-top: 3px;
}

h2.menulewe{
	background-image: url(Obrazki/menulewe.jpg);
	height: 27px;
	color: #FFFFFF;
	font: 18px normal;
	padding-top: 3px;
}

a:link{
	color: green;
}

a:visited{
	color: black;
	text-decoration: underline;
}

a:hover{
	color: darkgreen;
	text-decoration: underline;
}

img.style{
	border:0;
	width:88px;
	height:31px;
	color: #A88D63;
}

