html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: #f7a00a;
	text-decoration: none;
	font-weight: bold;

}

a:hover {
	color: #FFEA6F;
	text-decoration: underline;
}

.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.hrbet {
	text-align: left;
	padding: 150px;
	margin: 12px;
	color: FF3300;
	background: top left url(images/hrbet_napis.gif) no-repeat;
}

body {
	background: #000;
	font: 12px arial, sans-serif;
	/*color: #A7A7A7;*/
	color: #ffffff;
	padding: 30px 5px;
	text-align: center;
}
/************************** wrappers **********************************/
#wrapper {
	text-align: left;
	width: 754px;
	margin: auto;
	background: url(images/body_bg.gif) repeat-y;
}
#body {
	position: relative;
}
#body-top {
	background: top left url(images/bar.gif) no-repeat;
}
#body-bot {
	background: bottom left url(images/bar.gif) no-repeat;
}
/************************** Header **********************************/
h1 {
	padding: 17px 0px 0px 130px;
}
#person {
	float:right;
	padding: 17px 15px 0px 0px;
	right: 20px;
	display:inline;			
}
#about {
	float:left;
	margin: 20px 0px 0px 131px;
	width: 256px;
	height: 320px;
	overflow: auto;
	text-align: justify;
	display:inline;
}
.first-letter {
	font-weight: bold;
	font-size: 14px;
	color: white;
}
/************************** Navigation **********************************/
#header ul {
	margin: 0px 17px 20px 99px;
	color: #f7a00a;
	border: 3px solid;
	padding: 5px;
	display:inline;
	float: left;
	width:625px;
}
#header li {
	display:inline;
	padding: 13px;
}
#header ul a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #f7a00a;
	text-transform: uppercase;
}
#header ul a:hover{
	color: #FFF;
}
#header ul .active a {
	color: #ffffff;
}

/************************** Tray **********************************/
#tray {
	padding-left: 130px;
	padding-right: 45px;
}
#tray-left {
	float: left;
	width: 255px;
}
#tray-right {
	float: right;
	width: 302px;
}
#tray-left .left {
	margin-right: 12px;
}
#tray h2 {
	margin-bottom: 16px;
}
#tray p {
	margin: 0px;
	margin-bottom: 3px;
}
#tray-left .more {
	padding-right: 12px;
}
/************************** Footer **********************************/
#copyright {
	text-align:  ;
	color: white;
	margin: 115px 0px 0px 25px;
}

#footer {
	text-align: center;
	color: white;
	margin-left: 95px;
	margin-right: 14px;
	background: top left url() no-repeat;
	padding-top: 120px;
}
#footer-right {
	padding: 0px 0px 20px 0px;
	background: top right url() no-repeat;
}