
			body {
				text-align: center;
				padding: 0;
				font-size: 13px;
			}
						
			div.header {
				background-image: url('images/logo1.png');
				background-repeat: no-repeat;
				height: 120px;
			
				margin-left: 80px;
			}
			
			div.header a,
			div.header a:link,
			div.header a:hover,
			div.header a:active {
				color: #2C4EEF;
				text-decoration: none;
				font-weight: 900;
			} 
			
			div.content {
				margin-left: 190px; 
				background-repeat: repeat-y;
				position: absolute;
				top: 112px;
				left: 10px;
				width: 872px;
			}
			
			div.left {
				height: 470px;
				width: 250px;
				float: left;
				text-align: center;
				background-image: none;
				color: #6F6F6F;
			}

			div.lcontent {
				border: 1px solid #D7EDE4;
			}
			
			div.right {
				border: 1px solid #D7EDE4;
				padding: 20px;
				text-align: justify;
				width: 578px;
				margin-left: 251px;
				background-position: right;
				background-color: #FAFFFA;
				background-image: url('images/bg5.png');
				background-repeat: repeat-y;
			}
			
			div.right h2, div.right h3 {
				text-align: center;
			}
			
			ul.menu {
				padding-left: 550px;
				padding-top: 70px;
			}
				
			ul.menu li {
				float: left;
				margin: 0 10px;
				font-size: 16px;
				height: 30px;
				width: 80px;
				list-style-type: none;
				color: blue;
			}
			
			ul.menu li a,
			ul.menu li a:link,
			ul.menu li a:visited,
			ul.menu li a:active,
			{
				display: block;
				color: blue;
				font-weight: 500;
				text-decoration: none;
			}	
			
			ul.menu li a:hover{
				border-top: 4px solid #9FB9FF;
				display: block;
				text-decoration: none;
			}
			
			a.selected {
				border-top: 4px solid #9FB9FF;
				color: #8BB9DF;
			}
			
			div.header_line {
				position: absolute;
				top: 107px;
				left: 200px;
				width: 871px;
				padding: 0px;
				margin: 0px; 
			}
			
			div.bottom_line {
				width: 250px; 
			}
			
			h1, h2, h3, h4 {
				color: #5c5555;
			}

			b.rtop, b.rbottom {
				display:block;
				background: #FFFFFF;
			}
			
			b.rtop b, b.rbottom b {
				display:block;
				height: 1px;
    			overflow: hidden; 
				background-image: url('images/pasek.png');
			}
			
			b.r1 {
				margin: 0 5px
			}
			
			b.r2 {
				margin: 0 3px
			}
			
			b.r3 { 
				margin: 0 2px
			}
			
			b.rtop b.r4,
			b.rbottom b.r4 {
				margin: 0 1px;
				height: 2px
			}
	
			div.content li a, div.content li a:link {
				text-decoration: underline;;
			}
			
			.goferta li{
				padding: 3px;
			}	
			
			.right p {
				text-indent: 20px;
				line-height: 150%;
			}
			
			table tr td {
				border: 1px solid gray;
				background-color: #E1EFE0;
			}
			
			td.p {
				text-align: right;	
			}
			
			thead, tfoot {
				color: #5F5F5F;
			}	
			
		
