* {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}

body {
	background-image: url(img/bg.png);
	text-align: center;
	padding-bottom: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#top_line {
	width: 100%;
	left: 0px;
	height: 165px;
	background-image: url(img/top_line_background.gif);
	position: absolute;
	z-index: -1;
}

#top_line_left_curves {
	width: 6px;
	height: 161px;
	background-image: url(img/top_left_curve.gif);
	position: absolute;
	margin-left: 50%;
	left: -402px;
}

#top_line_right_curves {
	width: 5px;
	height: 161px;
	background-image: url(img/right_top_curve.gif);
	position: absolute;
	margin-left: 50%;
	left: 396px;
}

#page {
	width: 797px;
	margin: 0 auto;
	z-index: 1;
}

#top {
	height: 161px;
	width: 797px;
	background-image: url(img/top_background.gif);
	font-family: verdana;
	font-size: 0.6em;
}

#sidebar {
	overflow: hidden;
}

#sidebar p, #sidebar a {
	color: #fff;
	line-height: 15px;
}

#sidebar a:hover {
	text-decoration: underline;	
}

#sidebar .left, #sidebar .right {
	overflow: hidden;
}

#sidebar .left {
	padding-left: 10px;
	padding-top: 10px;
}

#sidebar .right {
	padding-right: 10px;
	padding-top: 5px;
}

#sidebar .top_box {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	font-size:12px;
  color:#fff; 
	}

#sidebar .left img {
	float: left;
	display: block;
}

#sidebar .left .top_box .left_text {
	float: left;
	padding-top: 5px;
	padding-left: 8px;
}

#sidebar .right .top_box p {
	position: relative;
	top: -5px;
}

#menu {
	font-family: Arial;
	font-size: 1.6em;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}

#menu li  {
	display: block;
	float: left;
}

#menu li a {
	display: inline;
	overflow: hidden;
	float: left;
	color: white;
	margin-left: 8px;
	margin-right: 8px;
	cursor: pointer;
}

#menu li a .left_curve {
	width: 4px;
	height: 47px;
	float: left;
}

#menu li a p {
	float: left;
	line-height: 40px;
	padding-left: 3px;
	padding-right: 3px;
}

#menu li a .right_curve {
	width: 4px;
	height: 47px;
	float: right;
}

#menu ul {
	position: absolute;
	width: 159px;
	padding-top: 34px;
	padding-bottom: 15px;
	background-image: url(img/menu_second_level_background.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#menu ul li {
	float: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.85em;
	padding-left: 3px;
	text-align: left;
}

#menu ul li a {
	display: inline;
	float: none;
	color: black;
	text-align: left;
}

#menu ul li a:hover {
	color: white;
	background: none;
}

#main_image {
	width: 797px;
	height: 381px;
	background-image: url(img/main_image.jpg);
	display: block;
}

#content {
	text-align: left;
	background-color: #efd3b0;
	background-image: url(img/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 21px;
	position: relative;
	top: -40px;
	margin-bottom: -40px;
	color: #090503;
	overflow: hidden;
	height: 100%;
}
#content a{
color:#482215;

}
#content p {
	margin-top: 8px;
	margin-bottom: 8px;
}

#content .left {
	width: 500px;
	padding-right: 30px;
}

#content .separator {
	width: 2px;
	height: 370px;
	background-image: url(img/separator.gif);
	float: left;
}

#content .right {
	width: 200px;
}

#content .right h4 {
	margin-bottom: 10px;
	font-weight: normal;
}

#content .right a img {
	border: 0px;
	margin-bottom: 5px;
}

#content .right a:hover img {
	border: 0px;
}

#footer {
	height: 70px;
	background-image: url(img/footer_background.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 21px;
	line-height: 70px;
	text-align: left;
}

#footer p {
	padding-left: 20px;
	color: #66442f;
}
#footer p a{
	padding-left: 20px;
	color: #a68876;
}


#formularz{
font-family:verdana;
font-size:12px;
}
td{
font-size:12px;
}













