@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #012F63;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/tlo%20bkt.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #000000;
} 
.twoColFixLtHdr #header {
	width: 960px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-position: center center;
	height: 180px;
	background-image: url(file:///D|/!!NOWY/20090616/images/tlo%20bkt.jpg);
} 
.twoColFixLtHdr #sidebar1 {
	margin: 0;
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-right: 30px;
	padding-left: 20px;
	background-color: #000040;
	height: 553px;
	border-bottom-color: #000033;
	padding-top: 10px;
}
.twoColFixLtHdr #mainContent {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 600px;
	width: 665px;
	padding-right: 15px;
	padding-left: 15px;
	overflow: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #387789;
	top: 0px;
	font-size: small;
	
} 
.twoColFixLtHdr #footer {
	background-color: #000000;
	height: 30px;
	width: 945px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	background-position: center;
	bottom: 5px;
} 
.twoColFixLtHdr #container #footer #footer_l {
	background-color: #397488;
	width: 250px;
	float: left;
	font-size: x-small;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
} 
