/* CSS Document */

#body {
	text-align: center;
}

#main_container {
	width: 800px;
	height: auto;
	
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
	
	background: url('images/main_bg.jpg') repeat-y;
}

/* Logo oraz nazwa strony: */
#main_top {
	width: 800px;
}

#main_top_title {
	width: 800px;
	height: 58px;
	
	background: url('images/main_top_title.gif') no-repeat;
}

#main_top_logo {
	width: 800px;
	height: 171px;
	
	background: url('images/main_top_logo.jpg') no-repeat;
}

#main_top_menu {
	width: 800px;
	height: 51px;
	
	background: url('images/main_top_menu.gif') no-repeat;
}

/* Wolna przestrzeń między górą, a główną zawartością strony: */
#main_space_1 {
	width: 800px;
	height: 20px;
	
	background: url('images/main_space_1.gif') no-repeat;
}

/* Główna zawartość strony: */
#main_content {
	width: 800px;
	height: auto;
}

/* Lewa strona, gdzie zamieszczane będą treści: */
#main_content_left {
	width: 591px;
	height: auto;
	
	float: left;
	display: inline;
}

#main_content_left_header {
	width: 591px;
	height: 11px;
	
	font-size: 0;
	
	background: url('images/main_content_left_header.gif') no-repeat;
}

#main_content_left_content {
	width: 591px;
	
	height: auto !important;
	height: 493px;
	min-height: 493px;
	
	background: url('images/main_content_left_content.gif') repeat-y;
}

#main_content_left_content_main {
	padding: 30px 20px 30px 20px;
}

/* Przestrzeń pomiędzy miejscem na treści, a reklamy: */
#main_content_lf {
	width: 19px;
	height: 515px;
	
	background: url('images/main_content_lf.gif') no-repeat;
	
	float: left;
	display: inline;
}

/* Prawa strona, przewidziana na banery reklamowe: */
#main_content_right {
	width: 190px;
	height: auto;
	
	float: left;
	display: inline;
}

#main_content_right_header {
	width: 190px;
	height: 11px;
	
	font-size: 0;
	
	background: url('images/main_content_right_header.gif') no-repeat;
}

#main_content_right_content {
	width: 190px;
	
	height: auto !important;
	height: 493px;
	min-height: 493px;
	
	background: url('images/main_content_right_content.gif') repeat-y;
}

/* Dól: */
#main_content_bottom_left {
	width: 591px;
	height: 11px; 
	
	font-size: 0;
	
	background: url('images/main_content_left_bottom.gif') no-repeat;
	
	float: left;
	display: inline;
}

#main_content_bottom_right {
	width: 190px;
	height: 11px; 
	
	font-size: 0;
	
	background: url('images/main_content_right_bottom.gif') no-repeat;
	
	float: left;
	display: inline;
	
	margin: 0 0 0 19px;
}

/* Przestrzeń pomiędzy środkiem a dołem: */
#main_space_2 {
	width: 800px;
	height: 20px;
	
	background: url('images/main_space_2.gif') no-repeat;
}

/* Sekcja bottom: */
#main_bottom {
	width: 800px;
	height: auto;
}

#main_bottom_header {
	width: 800px;
	height: 11px;
	
	font-size: 0;
	
	background: url('images/main_bottom_header.gif') no-repeat;
}

#main_bottom_content {
	width: 800px;
	height: auto !important;
	height: 20px;
	min-height: 20px;
	
	background: url('images/main_bottom_content.gif') repeat-y;
}

#main_bottom_bottom {
	width: 800px;
	height: 11px;
	
	font-size: 0;
	
	background: url('images/main_bottom_bottom.gif') no-repeat;
}

#main_copyright {
	padding-top: 5px;

	background-color: #FFFFFF;
	
	text-align: center;
	
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
