div#index_container { width: 100%; height: 100%;position: absolute; top: 0px;left: 0px;  margin: auto; text-align: center;} /*potrzebny dla opery*/
table#index_table_container {width: 100%; height: 80%;}
td#index_td_container {vertical-align: middle;height: 100%; width: 100%; text-align: center;}/*tabela potrzebna do wysrodkowania w pionie*/
body#index {background: rgb(0,48,0);}
body#popup {text-align: left;}

/* poczatek ustawiania layoutu*/

/* mac hide\*/
html, body {height:100.02%}
/* end hide */
html,body {
	padding:0;
	margin:0;
}
body {	
	text-align:center;
	min-width:805px;/* for mozilla*/
	background: url("../img/bg_pattern.gif");
	color:  rgb(184,157,116);
	font-family: verdana, sans-serif;
	font-size: 9px;
}

#outer{
	height:99.9%;
	min-height:100%;
	width:802px;
	text-align:left;
	margin:auto;
	position:relative;
	background: url("../img/bg_shadow_both1.gif") repeat-y;
}


html>body #outer {height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:16px;
	width:770px;
	height:280px;
	background:rgb(0,48,0);
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:272px;
	float:left;
	padding-top:280px;/*needed to make room for header*/
}

#left div {
padding-left:16px;
padding-right: 5px;
padding-top: 3px;
}

#footer {
	width:770px;
	clear:both;
	height:80px;
	background: url("../img/bg_bottom1.gif");
	color: #000000;
	text-align:center;
	left:16;
	bottom:0;
	position: absolute;
}

div,p  {margin-top:0; padding: 0;}/*clear top margin for mozilla*/
#centrecontent {
	width:520px;
	float:right;
	padding-top:280px;/*make room for header*/
	color: #B89D74;
}
#centrecontent div {
	padding-right: 16px;
}

#clearfooter {width:100%;height:80px;clear:both; } /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-80px;} /*safari wrapper */
/*koniec zasadniczej czesci layoutu*/
img { border: 0px;}


.navigator_top, .navigator_bottom, .navigator_top a, .navigator_bottom a {
	color: rgb(123,151,123);
}

.navigator_top{
	margin-bottom: 15px;	
}

.navigator_bottom {
	clear:both;
	height:15px;;
	background: transparent;
	text-align:center;
	bottom:78px;
	position: absolute;
}

a.navigator_current_page {
	color: rgb(180,225,176);
}

* html .navigator_bottom {margin-bottom:-1px}/* ie rounding bug*/

#clearnavigator_bottom {width:100%;height:15px;clear:both;} /* to clear footer */


.p_content, .p_marked {
	width: 350px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.p_text, h3.song_title {
	width: 350px;
	text-align: center;
}

h3, h4, h5 { 
	font-weight: normal;
	color: rgb(255,255,255);
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	width: 350px;
}

div#left h3, div#left p {
	clear: both;
	width: auto;
	text-align: right;
	margin-bottom: 0px;
}

div#left h3, .p_marked { 
	padding-top: 10px;
}
div#left p { 
	padding-top: 9px;
}

div#left img {
	float: right;
	margin-right: 1px;
	margin-top: 9px;
	clear: both;
}

div#left img#site_image { margin-top: 0px; margin-bottom: 2px;}
div#left div#download { padding-right: 11px; }

h3, h4 {	
	text-transform: uppercase;
	font-size: 12px; 
}

h5 {
	font-size: 9px;	
}

h3, h5 { 
	margin-bottom: 7px;
}


h3.song_title img{
	vertical-align: middle;
}

h3.old_concerts {
	color: #B89D74;
}

img.separator { 
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

#menu_bottom {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 0px;
	color: #FFFFFF;
}

a {
	color: #E7DBB9;
	text-decoration: none;
}

#menu_bottom a {
	color: #FFFFFF;
}

div#header div {
	display: block;
}

div#header img {
	display: inline;
}

b, .p_marked {
	font-weight: normal;
	color: #FFFFFF;
}


div#photos {
	width: auto;
	height: auto;
}

div#photos img {
	border: 1px solid rgb(210,186,148);
	display: inline;
	margin: 2px;
}

div#photos div {
	display: block;
}

ul { 
padding: 0px;
margin: 0px;
list-style-type: none;
}

ul.interlinia li, ol li {
padding: 0px;
margin: 0px;
line-height: 16px;
}

ol {
	padding: 0px;
	padding-left: 26px;
	margin: 0px;
	list-style-type: decimal;
	width: 350px;
}

table#guestbook {
	width: 350px;
	color: rgb(184,157,116);
	font-family: verdana, sans-serif;
	font-size: 9px;
}


input, textarea {
	font-size: 9px;
	color: rgb(184,157,116);
	font-family: verdana, sans-serif;
	border: 1px solid rgb(123,151,123);
	background: rgb(0,48,0);
}

textarea {
	overflow: auto;
}

div.paginator {
	text-align: center;
	padding: 0 0 10px 0;
}