body {
	background-color: #9E8B83;
	margin-top: 15px;
	margin-bottom: 15px;
}
.outerwrapper {
	margin: 0 auto;
	width: 920px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
	text-align: left;
}
.header {
	width: 920px;
	height: 190px;
	float: left;
	text-align: left;
}
.innerwrapper {
	background-image:url(images/outerwrapper-bg.gif);
	background-repeat: no-repeat;
	width: 920px;
	float: left;
}
.left {
	width: 240px;	
	float: left;
	margin-top: 14px;
	text-align: left;
}
.content {
	width: 640px;
	margin-top: 14px;
	float: left;
	text-align: left;
	min-height:560px;
  height:auto !important;
  height:560px;

}
.footer {
	width: 920px;
	float: left;
	height: 53px;
	background-image: url(images/jurek-maslanka-footer-bg.gif);
	background-repeat: no-repeat;
}
.clear {
	clear: both;
}
.textindent {
	margin: 10px;	
}
h1 {
	font-size: 130%;
	font-weight: bold;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 18px;
	list-style: none;
}
.nav a:link {
	background-image: url(images/bullet-off.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #666;
	text-decoration: none;
	padding-left: 24px;
	margin-left: 34px;

}
.nav a:visited {
	background-image: url(images/bullet-off.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #666;
	text-decoration: none;
	padding-left: 24px;
	margin-left: 34px;
}
.nav a:hover {
	background-image: url(images/bullet-on.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #666;
	text-decoration: underline;
	padding-left: 24px;
	margin-left: 34px;
}
.nav a:active {
	background-image: url(images/bullet-on.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #666;
	text-decoration: underline;
	padding-left: 24px;
	margin-left: 34px;
	margin-bottom: 15px;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 18px;
	list-style: none;
}
.subnav a:link {
	background-image: url(images/sub-bullet-off.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #666;
	text-decoration: none;
	padding-left: 16px;
	margin-left: 55px;
	margin-bottom: 15px;	
}
.subnav a:visited {
	background-image: url(images/sub-bullet-off.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #666;
	text-decoration: none;
	padding-left: 16px;
	margin-left: 55px;
	margin-bottom: 15px;	
}
.subnav a:hover {
	background-image: url(images/sub-bullet-on.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #666;
	text-decoration: underline;
	padding-left: 16px;
	margin-left: 55px;
	margin-bottom: 15px;	
}
.subnav a:active {
	background-image: url(images/sub-bullet-on.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #666;
	text-decoration: underline;
	padding-left: 16px;
	margin-left: 55px;
	margin-bottom: 15px;	
}
.content a:link {
	color: #666;
	text-decoration: none;
}
.content a:visited {
	color: #666;
	text-decoration: none;
}
.content a:hover {
	color: #666;
	text-decoration: underline;
}
.content a:active {
	color: #666;
	text-decoration: underline;
}
.float-r {
	float: right;	
}