html{
	height: 100%;
}

body{
	padding: 0;
	margin: 0;
	height: 100%;
	text-align: center;
	background: #EDE9F8 url(img/right_bg.gif) 100% 0% repeat-y;
}

body, textarea, input, button, td, th, select{
	font: 13px/15px Verdana, Arial;
}

#bg{
	background: url(img/left_bg.gif) 0% 0% repeat-y;
}

.clear{ clear:both; }

h1,h2,h3,h4,h5,h6{ margin: 0; }

hr{ clear: both; }

#main{
	width: 765px;
	margin: auto;
	position: relative;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-color: #ffffff;
	min-height: 100%;
	<!-- width: 767px; -->
	<!-- height: 100%; -->
}

#main img#main-top{
	border: 0;
	width: 529px;
	height: 341px;
	float: right;
	<!-- margin-right: -3px; -->
}

#main h1{
	display: block;
	float: left;
	width: 236px;
	height: 117px;
	background: #FAEFE7 url(img/main_logo.gif);
	<!-- margin-right: -3px; -->
}

#main .tresc h1{
	background: none;
	width: 100%;
	font-size: 13px;
	padding-top: 2px;
	padding-left: 33px;
	height: 20px;
	float: none;
	background: url(img/arr.gif) 0 50% no-repeat;
}

#main h1 span{
	display: none;
}

#menu{
	text-align: left;
	float: left;
	width: 236px;
	height: 34px;
	background: #F0DDE9 url(img/menu_bg.gif);
	<!-- margin-right: -3px; -->
}

#menu a{
	display: block;
	height: 31px;
	float: left;
}
	#menu a span{ display: none; }

	#menu a#menu-salon{ width: 49px; background: url(img/menu_salon.gif); margin-left: 5px; }
	#menu a:hover#menu-salon{ background: url(img/menu_salon_o.gif); }

	#menu a#menu-oferta{ width: 55px; background: url(img/menu_oferta.gif); }
	#menu a:hover#menu-oferta{ background: url(img/menu_oferta_o.gif); }

	#menu a#menu-cennik{ width: 55px; background: url(img/cennik.gif); }
	#menu a:hover#menu-cennik{ background: url(img/cennik_o.gif); }

	#menu a#menu-kontakt{ width: 66px; background: url(img/menu_kontakt.gif); }
	#menu a:hover#menu-kontakt{ background: url(img/menu_kontakt_o.gif); }

#fotki{
	background: #F9F0F0;
	width: 221px;
	float: left;
	background: url(img/fotki_bg.gif) 0% 0%;
	margin-left: 13px;
	margin-top:-175px;
	margin-bottom: 15px;
	<!-- margin-top: 16px; -->
	<!-- margin-left: 8px; -->
}

#fotki #bg1{
	background: url(img/fotki_top.gif) 0% 0% no-repeat;
	height: 100%;
}

#fotki #bg2{
	background: url(img/fotki_bottom.gif) 0% 100% no-repeat;
	height: 100%;
	padding: 5px;
	padding-left: 15px;
	text-align: left;
}

#fotki img{
	margin: 5px;
	border: 1px solid black;
}

#blok-tresci{
	float: right;
	clear: right;
	width: 445px;
	margin-right: 40px;
	text-align: justify;
	<!-- margin-right: 20px; -->
}

#blok-tresci h2{
	height: 37px;
	background: url(img/heading.gif) 0% 0% no-repeat;
}
	#blok-tresci h2 span{ display: none; }
	#blok-tresci h2 b{ display: block; height: 37px; margin-left: 19px; }
	.tresc { padding-left: 10px; padding-top: 8px; color: #894965; }
	.tresc .first{ font-weight: bold; #9F3363; font-size: 17px;  }
		#blok-tresci .tresc hr{ height:1px; border:0; color: #EDE0E0; background-color: #EDE0E0; }
	
	#blok-tresci h2.ofirmie b{ width: 109px; background: url(img/heading_ofirmie.gif); }
	#blok-tresci h2.oferta b{ width: 74px; background: url(img/heading_oferta.gif); }
	#blok-tresci h2.salon b{ width: 74px; background: url(img/heading_salon.gif); }
	#blok-tresci h2.cennik b{ width: 90px; background: url(img/heading_cennik.gif); }
	#blok-tresci h2.kontakt b{ width: 107px; background: url(img/heading_kontakt.gif); }

a{ color: #BA7768; text-decoration: none; }
a:hover{ color: #BA7768; text-decoration: underline; }
.break{ color: black; font-weight: bold; }

#footer{
	clear: both;
	background: #F6DFD2 url(img/footer.gif);
	height: 27px;
	padding-top: 7px;
	<!-- height: 34px; -->
}

#footer .tresc{
	color: #AD1D02;	
	font-size: 10px;
}

#footer .tresc .browser{
	color: #BA7768;
}

#footer .tresc img{
	vertical-align: top;
	border: none;
	<!-- vertical-align: middle; -->
}

table#cennik{
	text-align: left;
	border: 1px solid #D8C4CD;
}

table#cennik th{
	background-color: #fcf7f7;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #894965;
}

table#cennik td{
	background-color: #fafafa;
	font-size: 11px;
	color: #894965;
}

table#cennik td.hight{
	background-color: #f5f5f5;
	padding-left: 6px;
}

.center{
	text-align: center;
}

#adres{
	width: 190px;
	margin: auto;
}

#adres h3{
	margin-bottom: 10px;
}

img.border{ border: 1px solid black; }
img.right{ margin-left: 10px; }
.center{ text-align:center }
.left{ display: block; text-align: left; margin: 0; }
.min-fill{ height: 115px; }