* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 12px;
	background-image: url("../gfx/body_bg.gif");
	background-repeat: repeat-x;
}
a {
	color: #E50050;	
}
a img {
	border: 2px solid #fff;
}
a:hover img {
	border: 2px solid #E50050;
}

div#wrapper{
	background-image: url("../gfx/bg_shadow.png");
	background-repeat: repeat-y;
	width: 750px;
	margin: 0px auto;
}
div#page{
	width: 679px;
	margin: 0px 35px;	
}
div#top{
	width: 679px;
	height: 206px;
	background-image: url("../gfx/top.jpg");
}

div#menu {
	position: relative;
	left: 0px;
	top: 173px;
	height: 33px;
}

div#content {
	padding: 15px 35px;
	min-height: 400px;
}
*html div#content {
	height: 400px;
}
div#content p{
	line-height: 150%;
	margin: 10px 0px;
	text-align: justify;
	clear: both;
}
div#content h1 {
	font-size: 20px;
	color: #E50050;
	margin: 15px 0px 5px 0px;
	font-style: normal;
	font-weight: bold;
}
div#content h2 {
	font-size: 18px;
	color: #E50050;
	margin: 15px 0px 5px 0px;
	font-style: normal;
	font-weight: bold;
}
div#content h3 {
	font-size: 16px;
	color: #E50050;
	margin: 15px 0px 5px 0px;
	font-style: normal;
	font-weight: bold;
}
div#content h4 {
	font-size: 15px;
	color: #E50050;
	margin: 15px 0px 5px 0px;
	font-style: normal;
	font-weight: bold;
}
div#content h5 {
	font-size: 13px;
	color: #E50050;
	margin: 15px 0px 5px 0px;
	font-style: normal;
	font-weight: bold;
}
div#content h6 {
	font-size: 12px;
	color: #E50050;
	margin: 15px 0px 5px 0px;
	font-style: normal;
	font-weight: bold;
}

div#content td.image {
	vertical-align: top;
}
div#content img.right {
	float: right;
	padding-left: 20px;
}
div#content img.left {
	float: left;
	padding-right: 20px;
}
p {
	clear: both;
}



div#footer {
	width: 750px;
	margin: 0px auto;
	height: 40px;
	background-image: url("../gfx/bg_bottom.png");
	background-repeat: no-repeat;
	text-align: center;
}
div#content ul, div#content ol {
	list-style-position: outside;
	margin-left: 15px;
}
div#content ul li, div#content ol li{
	margin: 5px 0px;
}
td {
	text-align: justify;
	vertical-align: top;
}

ul.sklepy{
	list-style-position: outside;
	list-style-type: disc;	
}
ul.sklepy li {
	margin-left: 0px;
	padding-left: 0px;
}