body {
	background: #ffffff;
	margin: 0;
	padding: 0;
}

#main {
	width: 100%;
	background: url('images/main.png') repeat-x 0 0;
}

#menu_title {
	width: 940px;
	margin: 0 auto;
}

#menu_title ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu_title ul li {
	float: right;
	margin: 0 15px;
}

#menu_title ul li a {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #ff4400;
}

#orange_wide {
	height: 183px;
	width: 100%;
	background-color: #ff4400; 
	position: absolute;
	top: 177px;
	left: 0;
	z-index: 1;
}

.tytul {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 28px;
	color: #d0006e;
	margin: 30px 0 10px 0;
	text-indent: 27px;
	float: left;
}

#menu_title ul, .tytul {
	line-height: 28px;
}

#opis {
	width: 940px;
	margin: 0 auto;
	clear: both;
	margin-top: 20px;
	text-indent: 20px;
}

#tekst{
	float: left;
	width: 470px;
	display: inline;
	margin-right: 20px;
}

#realizacje {
	float: right;
	width: 450px;
	color: #303030;
	font-family: 'Trebuchet MS',sans-serif;
	font-size: 17px;
	font-style: italic;
}

#formularz {
	float: right;
	width: 550px;
	position: relative;
	z-index: 14;
	margin-left: -100px;
	left: -20px;
	color: #303030;
	font-family: 'Trebuchet MS',sans-serif;
	font-size: 17px;
	font-style: italic;
}

#form p {
	vertical-align: bottom;
	display: block;
}

#gradient {
	width: 940px;
	background: url('images/gradient.jpg') no-repeat 0 177px;
	margin: 0 auto;
}

#main, #gradient {
	height: 360px;
}

#content {
	width: 600px;
	display: inline;
	float: left;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 48px;
	color: black;
}

#content p {
	float: right;
	margin: 51px 0 0 0;
}

#content img {
	border: none;
}

#content p a {
	text-decoration: none;
	color: white;
	display: block;
	font-size: 35px;
	margin-top: 15px;
}

.logo_link {
	float: left;
	margin-top: 40px;

}

.logo_link span {
	display: block;
	width: 280px;
	height: 153px;
	cursor: pointer;
}

html > body .logo_link span{
	background: url('images/logo.png') no-repeat;
}

#persona1, #persona2, #persona3, #persona4 {
	width: 290px;
	height: 360px;
	float: right;
}

#persona1 {
	background: transparent url('images/persona1.jpg') no-repeat scroll 15px 0px;
}

#persona2 {
	background: transparent url('images/persona2.jpg') no-repeat scroll 5px 0px;
}

#persona3 {
	background: transparent url('images/persona3.jpg') no-repeat scroll 0px 0px;
}

#persona4 {
	background: transparent url('images/persona4.jpg') no-repeat scroll 15px 0px;
}

.zajawka1 {
	display: block;
	margin-top: 32px;
}

.zajawka2 {
	display: block;
	float: right;
	margin-top: 23px;
}

#footer_line {
	width: 100%;
	background: url('images/footer.png') repeat-x 0px 10px;
	padding: 20px 0;
	clear: both;
}

#footer_line a{
	color: #303030;
}

#footer {
	width: 940px;
	height: 15px;
	color: #303030;
	font-size: 12px;
	margin: 0 auto;
	position: relative;
	top: 5px;
}

#copyright {
	float: left;
}

#realizacja {
	float: right;
	margin-right: 15px;
}