body {
	outline:none;
	margin: 0;
	padding: 0; 
	background-color: white;
}
#body_div {	
	padding: 0px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}
#header {
	height: 185px;
	width:1024px;
	background-image: url(../img/top.jpg);
}
#header_right {
	float: right;
	text-align: right;
}

#menu {
	position: absolute;
	top: 147px;
	margin-left: 60px;
	z-index: 100;
	height:30px;
}
#menu ul {
	padding:0px;
	margin:0px;
}
#menu ul li{
	padding-right:8px;
	padding-left:8px;
	float: left;
	list-style:none;
}

#menu ul li a img {
	border: 0px;
	padding:4px;
}

#search_box {
	position: relative;
	width:220px;
	top: 5px;
	height: 22px;
}
#s {
	height: 22px;
	width: 180px;
	text-align:left;
	border:1px #e5b220 solid;
	vertical-align:top;
}
#go {
	vertical-align:top;
}

#mailing_list {
	width:182px;
	height:38px;
	background-image:url(../img/newsletter_button.gif);
	margin-bottom:10px;
}
#mail_s {
	font-size:10px;
	height: 18px;
	width: 130px;
	border: 1px gray solid;
	vertical-align:top;
	border:1px #e5b220 solid;
}
#mail_go {
	vertical-align:middle;
}

#szklanka {
	height:472px;
	width: 240px;
	float:left;
	background-image: url(../img/szklanka.jpg); 
	background-repeat:no-repeat; 
}
#left_panel {
	padding-top: 0px;
	float: left;
	width:250px;
}

#left_panel_container {
	padding-top: 10px;
	width:180px;
	float: right;
	margin-right: 34px;
}

#body_content {
	padding-top:40px;
	float: left;
	width:570px;
}
#language {
	position: relative;
	font-weight: bold;
	color:#C00000;
	font-size: 14px;
	float: right;
	margin-right: 10px;
	top: 120px;
}
#right_panel {
	padding-top: 0px;
	vertical-align: top;
	float: right;
}
#right_panel_container {
	width:180px;
	float: left;
}

#footer {
	padding-left: 28px;
	padding-top:50px;
	padding-bottom: 10px;
	float: left;
	vertical-align: bottom;
	text-align: center;
}
#footer_bg {
	padding-top:18px;
	width:1024px;
	background-image: url(../img/footer_bg.jpg); 
	background-repeat:no-repeat;
	text-align: center;
}
#extra_links {
	text-align: center;
}
#copyright {
	text-align: center;
	padding-top:10px;
	font-size: 10px;
}
