body,html {
	font: normal 11px tahoma, arial, sans-serif;
	line-height: 1.5;
	background: url(../images/bg.gif);
	margin: 0;
	color: #73716A;
}
/* global styles ******************************************************/
*:focus { outline: none; }
a:hover { text-decoration: none; }
img { border: 0; }
.clearUl {
	margin: 0;
	padding: 0;
	list-style: none;
}
.r { float: right; }
.l { float: left; }

#mainBox {
	width: 762px;
	margin: auto;
	overflow: auto;
}
#topBox {
	background: url(../images/bg.jpg);
	height: 175px;
}
#topBox img { padding: 0 0 0 40px; }

#contentBox {
	width: 514px;
	background: url(../images/bg_shadow_bt.jpg) bottom no-repeat;
	padding: 0 0 23px 0;
}
#menuLabel {
	height: 72px;
	background: url(../images/bg_menu.jpg);
}
#menuLabel li {
	float: left;
	padding: 33px 0 0 0;
}
#menuLabel li.f { padding-left: 15px; }
#textBox {
	background: #fff url(../images/bg_shadow.jpg) left repeat-y;
	padding: 10px 30px;
}
#textBox div.txt {
	background: url(../images/muszla.jpg) bottom right no-repeat;
	padding: 0 0 20px 0;
}

#galleryBox {
	width: 248px;
	height: 400px;
	background: url(../images/bg_gallery.jpg);
}
#galleryBox div.pic {
	background: url(../images/bg_pic.jpg) center top no-repeat;
	padding: 3px 4px;
	width: 201px;
	margin: 20px auto;
}
#galleryBox p.more {
	width: 108px;
	padding: 0;
	margin: 36px 0 0 140px;
}
#galleryBox p.more a {
	display: block;
	background: url(../images/gallery_more.jpg) no-repeat;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#footBox {
	margin: auto;
	padding: 5px;
	text-align: right;
	width: 752px;
	clear: both;
}