html {
	width: 100%;
	height: 100%;
	background: #5d81f8;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	font-family: 'Tahoma', arial, helvetica, sans-serif;
	color: #7f7f7f;
	font-size: 10pt;
}

div {
	margin: 0px;
	padding:0px;
}

img.logo {
	border:0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.header {
	background: url(../images/header_bg.jpg) repeat-x top;
}

.header .container {
	background: url(../images/header.jpg) no-repeat top center;
	height: 137px;
	position: relative;
}

.header .info {
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	padding: 26px 33px 0px 0px;
	line-height:15px;
}

.header .info span {
	font-size: 9px;
}

.main {
	background: url(../images/main_bg.jpg) repeat-x top;
}

.main .container {
	background: url(../images/main.jpg) no-repeat top center;
	padding: 0px;
}

.main .container .child {
	padding: 0px 32px 0px 0px;
}

.main .menu {
	width: 222px;
	float: left;
}

.main .menu a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: right;
	height: 30px;
	padding: 0px 13px 0px 0px;
	margin:0px;
	background: url(../images/menu_bg.jpg) top right no-repeat;
}

.main .menu span {
	padding: 0px;
	line-height: 30px;
	vertical-align: bottom;
}

.main .menu a:hover span {
	text-decoration: underline;
}

.main div.content {
	width: 703px;
	margin: 0px;
	float: right;
}

.main img {
	float: right;
	border: 0px;
	margin: 4px 8px 4px 0px;
}

.main td img {
	border: 0px;
	float: none;
}

html* div.content .top {
	height: 17px;
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content_top.png', sizingMethod='scale');
}

div.content .top {
	height: 17px;
	background-image: url(../images/content_top.png);
}

html* div.content .middle {
	height: 100%;
	background: none;
	padding: 10px 30px 10px 30px;
	line-height: 20px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content_middle.png', sizingMethod='scale');
}

div.content .middle {
	background: url(../images/content_middle.png) repeat-y;
	padding: 10px 30px 10px 30px;
	line-height: 20px;
}

html* div.content .bottom {
	height: 17px;
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content_bottom.png', sizingMethod='scale');
}

div.content .bottom {
	height: 17px;
	background-image: url(../images/content_bottom.png);
}

.footer {
	background: url(../images/footer_bg.jpg) repeat-x top;
	height: 200px;
}

.footer .container {
	height: 200px;
	background: url(../images/footer.jpg) no-repeat top center;
}

.clear {
	clear: both;
}

/* andrzej */

.footer div.copy {
	width: 733px;
	margin: 0px;
	float: right;
}

.footer div.copy .copytext{
	padding: 36px 30px 10px 10px;
	color:#FFF;
	font-size: 11px;
}

.footer div.copy .copytext a{
	color: #FFF;
	text-decoration: underline;
	font-size: 11px;
}

.footer div.copy .copytext a:hover{
	color: #000;
	text-decoration: underline;
	font-size: 11px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #3149A1;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4E6EDB;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #146602;
}

