body {
	margin: 0px;
	padding: 20px;
	background-color: #FFFFFF;
	cursor: default;
	background-image: url(images2/bgr.gif);
   background-repeat: repeat;

}

#page {
	width: 1000px;
	margin: 0px auto;
	background-color: #1B591B;
}

/* TOP */

#page #top {
	height: 60px;
	background-image: url('images2/bg-top.gif');
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	background-color: #1B591B;
}

#page #top div.header {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 35px;
	background-color: #FFFFFF;
	background-image: url('images2/bg-header.gif');
	background-position: right top;
	background-repeat: no-repeat;
	color: #787878;
	font-family: Verdana, sans-serif;
	font-size: 20px;
	letter-spacing: 4px;
	padding: 5px 0px 0px 10px;
}

#page #top div.header a:link,
#page #top div.header a:active,
#page #top div.header a:visited,
#page #top div.header a:hover {
	color: #787878;
	text-decoration: none;
}

#page #top div.corner {
	position: absolute;
	left: 0px;
	top: 40px;
	height: 10px;
	width: 10px;
	background-image: url('images2/bg-top-corner.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

/* CENTER */

#page #center {
	width: 920px;
	margin: 0px auto;
	padding: 15px 20px;
	background-color: #FFFFFF;
	background-image: url('images2/bg-center-bottom.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
	color: #202020;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 18px;
}

#page #center div.background {
	position: absolute;
	top: 0px;
	*top: -10px;
	left: 0px;
	height: 10px;
	width: 960px;
	background-image: url('images2/bg-center-top.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#page #center h1 {
	margin: 0;
	padding: 25px 75px 30px 0px;
	font-size: 22px;
	color: #1B591B;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	background-image: url('images2/logo lw.gif');
	background-position: right bottom;
	*background-position: right 2px;
	background-repeat: no-repeat;
}

#page #center .logo{
	text-align: right;
	display: inline;
}

#page #center p {
	/*text-indent: 20px;*/
}

#page a:link,
#page a:visited,
#page a:active {
	color: #1B591B;
	text-decoration: none;
}

/* LINKS */

#page #links {
	padding: 20px 20px 0px 20px;
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	line-height: 11px;
}

#page #links a:link,
#page #links a:visited,
#page #links a:active {
	color: #E8E8E8;
	text-decoration: none;
	text-transform: lowercase;
	padding: 0px 2px;
}

#page #links a:hover {
	text-decoration: underline;
}

/* BOTTOM */

#page #bottom {
	height: 40px;
	background-image: url('images2/bg-bottom.gif');
	background-color: transparent;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
}

#page #bottom div.links {
	position: absolute;
	left: 20px;
	bottom: 5px;
	color: #9FE09F;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #1B591B;
	background-color: #1B591B;
}

#page #bottom div.links a:link,
#page #bottom div.links a:visited,
#page #bottom div.links a:active {
	color: #9FE09F;
	text-decoration: none;
}

#page #bottom div.links a:hover {
	color: #E0FFE0;
}

#page #bottom div.corner {
	position: absolute;
	right: 0px;
	top: 10px;
	height: 10px;
	width: 10px;
	background-image: url('images2/bg-bottom-corner.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

#page #bottom div.footer {
	position: absolute;
	right: 0px;
	top: 20px;
	height: 18px;
	background-color: #FFFFFF;
	background-image: url('images2/bg-footer.gif');
	background-position: left top;
	background-repeat: no-repeat;
	color: #787878;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	letter-spacing: 5px;
	text-transform: lowercase;
	padding: 2px 0px 0px 20px;
}

img{
	border: none;
	margin: 0  10px 10px 10px;
}

table, td{
	border: 1px solid #787878;
	text-align: left;
}
table{
	padding: 0px;
	margin: 0px;
}
td.tytul{
	text-align: right;
	font-weight: bold;
	width: 320px;
}

input{
	width: 400px;
}

input.checkbox{
	width: 15px;
}


textarea{
	width: 400px;
	height: 100px;
}
.specjal{
	margin: 0;
	padding: 0 0 0 20px;
	font-family: Monotype Corsiva, Verdana;
	color: #1B591B;
	font-size: 18px;
}