a {
	color: #252729;
	text-decoration: none;
}

a:hover {
	color: #feae31;
	text-decoration: underline;
}

body {
	font-family: Arial;
	font-size: 12px;
	color: #252729;
	text-align: center;
	background: url(../images/bg_body.png) repeat-x;
}

#container {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

img {
	border: none;
}

#header_logo {
	float: left;
}

#header_logo h1 {
	display: block;
	margin: 7px 5px 0px 10px;
}

#header_box {
	width: 920px;
	height: 45px;
	float: left;
	margin-top: 15px;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#45494d', endColorstr='#000000');
	background: -webkit-gradient(linear, left top, left bottom, from(#45494d), to(#000000));
	background: -moz-linear-gradient(bottom,  #000000,  #45494d);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#45494d', endColorstr='#000000')";
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#header_menu {
	float: right;
}

#header_menu ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	margin-right: 10px;
}

#header_menu li {
	display: block;
	float: left;
	background: url(../images/menu_separator.png) no-repeat left;
	padding-left: 3px;
}

#header_menu a {
	padding: 15px 15px 15px 15px;
	color: #feae31;
	display: block;
	text-decoration: none;
}

#header_menu a:hover {
	color: #45494d;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#45494d', endColorstr='#000000');
	background: -webkit-gradient(linear, left top, left bottom, from(#efe457), to(#feae31));
	background: -moz-linear-gradient(bottom,  #feae31,  #efe457);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#efe457', endColorstr='#feae31')";
}

#header_slider img {
	padding-top: 15px;
	padding-bottom: 15px;
}

#header_main {
	width: 920px;
	margin-top: 1px;
	float: left;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(../images/bg_header.png);
}

#header_main_text {
	width: 320px;
	padding: 15px;
	float: left;
	text-shadow: #000 0px 1px 0px;
}

#header_main_text h2 {
	color: #feae31;
}

#header_main_text p {
	color: #ffffff;
	line-height: 20px;
}

#header_main_text a {
	color: #feae31;
	text-decoration: none;
	padding-left: 5px;
}

#header_main_text a:hover {
	text-decoration: underline;
}

#header_main_image {
	float: right;
}

#boxy {
	margin-top: 1px;
	float: left;
}

#boxy_navig {
	width: 215px;
	float: right;
	background: url(../images/boxy_separator.png) no-repeat left;
}

#boxy_navig ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 20px;
	margin-right: 10px;
}

#boxy_navig h3 {
	list-style: none;
	margin: 0;
	padding: 10px 0px 0px 40px;
	margin-right: 10px;
}

#boxy_navig li {
	display: block;
	padding: 10px 0px 5px 20px;
}

#boxy_navig a {
	color: #45494d;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#boxy_navig a:hover {
	text-decoration: underline;
}

#boxy_content {
	width: 670px;
	float: left;
	padding: 10px;
	line-height: 20px;
}

#boxy_content a{
	color: #252729;
}

#boxy_content a:hover{
	color: #FEAE31;
}

#boxy_content ul {
	list-style: circle;
	margin: 0;
	padding: 0px 0px 0px 30px;
	margin-right: 10px;
}

#footer {
	width: 920px;
	float: left;
	margin-top: 30px;
	background: url(../images/footer_seperator.png) no-repeat top;
	padding-top: 10px;
}

.lewaStopka {
	float: left;
}

.prawaStopka {
	float: right;
}

.leftCol {
    float: left;
    width: 45%;
}

.rightCol {
    float: right;
    width: 45%;
	padding: 10px;
}