/* CSS Document */

/* zielony  #74ba55 */

body {
	width:780px;
	margin: 0 auto;
	margin-top:15px;
	background-image:url(../_images/layout/background.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#000000;
	font-family: "luxi sans", arial ,sans-serif;
	font-size:12px;

}

a {
	text-decoration:none;
	color:#263505;
}

a:hover {
	color:#FF9900;
}

a img {
	border:0px;
}

#top {
	width:100%;
	height:115px;
	background-image:url(../_images/layout/top.jpg);
	clear:both;
}

#fade {
	width:780px;
	height:215px;
	background-image:url(../_images/layout/fade.jpg);
	clear:both;
}

#left {
	width:19px;
	height:auto !important;
	height:290px;
	min-height:290px;
	display:inline;
	float:left;
	background-image:url(../_images/layout/left.jpg);
}

#strapTop {
	width:89px;
	height:215px;
	position:absolute;
	z-index:100;
	margin-left:19px;
}


#strap {
	width:89px;
	height:auto !important;
	height:290px;
	min-height:290px;
	display:inline;
	float:left;
	background-image:url(../_images/layout/bottom_strap.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fd9a01;
}

#main {
	width:653px;
	height:auto !important;
	height:290px;
	min-height:290px;
	display:inline;
	float:left;
	background-image:url(../_images/layout/bg_main.jpg);
}

div#menu {
	width:100%;
	word-spacing:120px;
	text-align:center;
	color:#263505;
}

#menu a {
	text-decoration:none;
	color:#263505;
	font-size:17px;
	font-family: "luxi sans", arial ,sans-serif;
	font-weight:bold;
}

#menu a:hover {
	color:#FF9900;
}


#right {
	width:19px;
	height:auto !important;
	height:290px;
	min-height:290px;
	display:inline;
	float:right;
	background-image:url(../_images/layout/right.jpg);
}

#bottom {
	width:100%;
	height:19px;
	background-image:url(../_images/layout/bottom.jpg);
	clear:both;
	margin-bottom:20px;
}
