body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #111; 
	background: #E7DAAE;
} 
div, img {
	margin: 0;
	padding: 0;
	border: 0;
}
table, td {
    border: 1px solid #6089A8;
}
a, a:active {
	color: #6089A8;
	text-decoration: none;	
}
a:hover {
    color: black;
	text-decoration: underline;
}
#main_container {
    width: 910px;
    min-width: 910px;
    text-align: center;
    margin: 15px auto 15px auto;
}
#top_container {
    height: 215px;
    width: 910px;
    background: #fff url('../images/foda_top_bcg.jpg') no-repeat; 
}
#top_container h1, #top_container h2 {
    display: none;
}

/* definicja glownego menu */
.main_menu {
    height: 24px;
    margin-left: 180px;
    margin-top: 14px;
    margin-bottom: 7px;
	white-space: nowrap;
	float: left;
}
.main_menu ul {
	padding: 0;
	margin: 0;
}
.main_menu li {
	list-style: none;
    height: 24px;
    width: 100px;        
	padding-right: 0px;
	padding-left: 0px;
	background: url('../images/button_bcg.png') no-repeat; 
	float: left;
}
.main_menu li:hover {
    height: 24px;
    width: 100px;
    margin-top:0px;
	float: left;
}
.main_menu a {
	display: block;
	font-size: 12px;
	padding: 5px 0px 0px 0px;
	color: #ddd;
}
.main_menu a:hover {
	color: #DCBE69;
	text-decoration: none;
}
.main_menu .current {
    height: 24px;
    margin-top:0px;
	float: left;
	list-style: none;
}
.main_menu .current p{
    color: #f9c739;
    margin: 0;
    padding: 0;
    font-size: 12px;
    padding-top: 5px;
}
/* koniec opisu glownego menu */


/* glowna zawartosc strony */
#main_content_container {
	background: url('../images/page_bcg.png') repeat-y;     
    width: 910px;
}
#content {
	background: url('../images/content_middle.png') repeat-y;     
	width: 910px;
}
#content_bottom {
	background: url('../images/content_bottom.png') no-repeat;     
	width: 910px;
	height: 14px;
}

/* ============== lewa kolumna =============== */
#left_menu_container {
    width: 200px;
    float: left;
    margin: 0px auto auto 22px;
}

/* tytul lewego menu */
#left_menu_title_container {
    width: 200px;
    height: 24px;
    margin: 10px 0 10px 0;    
	color: #777;    
}
#left_menu_title_container p{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #5E7830;
    margin-top: 4px;
}

/* poczatek opisu lewego menu*/
#left_menu {
	width: 200px;
	font-weight: bold;
	text-align: left;
}

#left_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#left_menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}
	
#left_menu li a:link, #left_menu li a:visited {
	color: #777;
	display: block;
	background: url(../images/menu4.gif);
	padding: 8px 0 0 20px;
}
	
#left_menu li a:hover {
	color: #257EB7;
	background: url(../images/menu4.gif) 0 -32px;
	padding: 8px 0 0 25px;
}
	
#left_menu li.current {
	color: #fff;
	background: url(../images/menu4.gif) 0 -64px;
	padding: 8px 0 0 25px;
}

#left_menu li.current p{
	padding: 0 0 8px 0;
	margin: 0;
}
/* koniec opisu dla lewego menu */

#left_box {
	width: 194px;
	height: 149px;
	margin: 30px auto 30px 4px;
	padding: 15px 0px 10px 0px;
	color: #eeeeff;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	background: url(../images/box_baranek.jpg) no-repeat;
}

/* ====== koniec opisu zawartosci lewej kolumny ======= */

#content_msg {
  width: 640px;
  margin-left: 20px;
  margin-top: 10px;
  text-align: justify;
  float: left;
}
#content_both {
  width: 910px;
  height: 1px;
  clear: both;
}

/* opis galerii zdjec */
.gallery_picture_container {
	float:left;
	width: 106px;
	height: 81px;
	margin: 10px;
    background: #b5edFF;	
    text-align: center;
    border: 1px solid #257EB7;
}
.gallery_picture_container a {
	margin: 0px;
}
.gallery_picture_container:hover, .gallery_picture_container:active{
    background: #81ABCA;	
}
.gallery_picture_horizontal, .gallery_picture_vertical {
	border: 0;
	width:100px;
	height:75px;
	margin: 3px auto 3px auto;
}
.gallery_picture_vertical {
	width:56px;
	height:75px;
}
/* koniec opisu dla galerii zdjec */

/* opis dla newsow */
.news_title {
    background: #fff url('../images/news_top.png') no-repeat;
    width: 637px;
    height: 23px;
    margin-top: 10px;
    margin-left: 0px;
}
.news_title p {
    margin: 0;
    padding: 3px 0px 2px 10px;
}
.news_body {
    background: #fff url('../images/news_body.png') repeat-y;
    width: 637px;
    margin-left: 0px;
}
.news_body div {
    padding: 10px;
    margin-right: 5px;
}
.edition_date {
    text-align: right;
    font-size: 9px;
    margin: 0px 10px 1px auto;
    padding: 0;
}
.news_bottom {
    background: #fff url('../images/news_bottom.png') no-repeat;
    width: 637px;
    height: 13px;
    margin-bottom: 10px;
    margin-left: 0px;
}
/* koniec opisu dla newsow*/

/* galeria tytul */
#gallery_title {
    margin: 0px 0px 0px 20px;
    font-weight: bold;
}

/* stopka */
#bottom_container {
/*	clear: both;*/
	width: 910px;
	height: 30px;
}
#stat_container {
    float: left;
    margin: 5px auto 5px 20px;
}
#bottom_container p {
	color: white;
	margin: 0px auto 0px 200px;
    padding-top: 10px;
    font-size: 10px;
}
#bottom {
    height: 19px;
    width: 910px;
	background: url('../images/page_bottom.png') no-repeat;     
}

#imieniny, #slowo {
	clear: both;
	width: 300px;
	height: 40px;
	margin: auto auto auto 573px;
	padding: 2px;
	border: 1px solid #DDF2F3;
	background: #93D6F3;
	filter: alpha(opacity=60); -moz-opacity:.6; opacity:.6;
	color: #1C5976;
	font-size: 10px;
	font-weight: bold;
}
#slowo {
	width: 190px;
	height: 95px;
	margin: 20px auto 20px auto;
	padding: 2px;
	color: #091532;
	background: #60A3C0;
	filter: alpha(opacity=50); -moz-opacity:.5; opacity:.5;
}
#slowo a {
	text-decoration: none;
	color: #fff;
}
#slowo a:hover {
	text-decoration: underline;
}
.swieta, .sylwek {
	width: 500px;
	height: 380px;
	margin-top: 40px;
	border: 1px solid white;
	background: url('../images/swieta_tlo.jpg') no-repeat;
	filter: alpha(opacity=60); -moz-opacity:.6; opacity:.6;
}
.sylwek {
	width: 450px;
	height: 365px;
	background: url('../images/sylwester.jpg') no-repeat;
	filter: alpha(opacity=80); -moz-opacity:.8; opacity:.8;
}