body {
	text-align: center;
}

div#content h1 {
    font-size: 107%;
    font-weight: bold;
}

div#main {
	width: 1000px;
	margin: 0 auto;

	background-image: url(top_en.png);
	background-repeat: no-repeat;
	text-align: left;

	padding-top: 199px; /* odsunięcie div#sub_main w dół */
}

div#main a#home_url {
	position: absolute;
	display: block;
	left:630px;
	top:10px;
	width: 360px;
	height: 150px;
}

div#sub_main {
	position: relative;

	background-image: url(001-v003.png);  /* .css is static so no {{MEDIA_URL}} here - so keep urls relative */
	background-repeat: no-repeat;

	/* potrzebujemy min-height, ale IE6 nie rozpoznaje min-height,
		za to traktuje tak height - więc oszukujemy - !important przeważa
		dla "normalnych" przeglądarek, a dla IE6 ma swoje (min-)height */
	min-height: 356px;
  	height:auto !important;
	height: 356px;
}

div#last_update {
	position: absolute;
	width: 970px;
	padding-right: 30px;
	top: -14px; /* 185px; */
	font-size: 100%;
	text-align: right;
}

ul#menu {
	position: absolute;
	left: 32px; /*45px;*/
	width: 138px;  /* lepiej stracić synchronizację z grafiką niż wyjechać za obszar menu */
	top: 95px; /*294px;*/
	display: block;
	font-size: 120%;
	text-align: left;
}

li.menu_opt {
	height: 30px;
	list-style: none;
	text-align: left;
}

h4#content_caption {
	position: absolute;
	left: 216px;
	top: 21px; /*220px;*/
	width: 340px;

	color:gray;
	text-align: right;
	font-size: 180%;
}

div#mini_about {
	position: absolute;
	left: 620px;
	top: 26px; /*225px;*/
	width: 355px;
}

div#mini_about div#picture {
	float: left;
	/*width:100px;*/
	border: 1px solid gray;
}

div#mini_about div#picture img {
	display: block;
	margin: 1px;
}

div#mini_about div#table_wrapper {
	float: left;
	width: 235px;
	font-size: 80%;
}

div#content {
	float: left;
	display: inline; /* killer double-margin buga w IE6 */
	margin-left: 216px;
	margin-top: 63px; /*262px;*/
	width: 340px;
	text-align: justify;
	font-size: 120%;
	min-height: 670px; /* hack, but has to work until next major update */
}

ul#footer_menu {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;

    list-style-type: none;
    margin: 0px;
}

ul#footer_menu li {
	font-size: 85%;
	text-align: left;
}

div#footer {
	clear: left;

	width:1000px;
	margin:0 auto;
	padding: 20px 0px 1px 0px;

	background-image: url(bottom_bar.png);
	background-repeat:repeat-x;
	background-color: #d2d2d2;

	text-align: left;
}

p#footer_text {
	font-size: 80%;
	margin-left: 216px;
}

div#content div.container {
    margin-bottom: 20px;
}

span.expl-note {
    font-size: 70%;
}

blockquote#ganal {
    font-size: 80%;
}

hr {
    color: #d2d2d2;
    height: 1px;
}

