body {
	text-align: center; /* so content will align center on IE */
	margin: 0 0;
} 

#content { width: 600px; margin: 0 auto; text-align: left; font-family: Verdana, sans-serif; font-size: small; line-height:18px
; z-index: 200; }

#logo {
	display: block;
	margin: 72px auto 24px auto;
}

object {
	display: block;
	margin: 0 auto;
}

#lyric {
	border: 2px dotted;
	border-color: #EEF;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: small; line-height:18px; color: #F00;
	background-color: #FFF;
	display: block;
	margin: 0 auto;
}

p div {
	margin: 0 auto;
}

p, ul, h2, h3 { margin-top: 12px; margin-bottom: 12px }
h2, h3 { font-family: Georgia, serif }
h2 { font-size: 18px; line-height: 22px; margin-top: 18px }
h3 { font-size: 16px; line-height: 18px; margin-top: 16px }

pre {
	font-family: Consolas, "Lucida Console", sans-serif;
	font-size: 12px;
	margin-top: 0 20px 0 18px;
	border: 1px dotted;
	background-color: #EEF;
	padding: 6px 9px 6px 9px;
	white-space: pre-wrap;       /* CSS 3 */
	white-space: -moz-pre-wrap;  /* Mozilla 1999+ */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#titol {
	font-family: Verdana, sans-serif;
	font-size: 16px;
}

.Objecty {display: block; margin: 0 auto }

margin: 12px auto }

.centerImage { display: block; text-align: center; margin: 0 auto; }

a img { border: 0 }

/* Navigation */

#navigation {
	padding-top: 3px;
	background-color: #ccc;
}

#navList {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
	background-color: #ccc;
}

#navList li
{
list-style: none;
margin: 0;
display: inline;
}

#navList li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
}

#navList li a:link { color: #448; }
#navList li a:visited { color: #667; }

#navList li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}

#navList li a#navCurrent
{
background: white;
border-bottom: 1px solid white;
}

/* ------------- Tab Navigation---------------------- */

ul#topnav {
	margin:0 0 100px;
	padding: 0 0 0 12px;
	list-style: none;
	border: none;
} 

#topnav li {
	display: block;
	margin: 0;
	padding: 0;
	float:left;
}
	
#topnav a {
	display:block;
	color:#444;
	text-decoration:none;
	background: url(lia.gif) no-repeat;
	margin:0;
	padding: 0.2em 2.4em 0.2em 36px;
	border-right: 1px solid #aaa;
	position: relative;
	font: bold 11px helvetica, arial, geneva, lucida, sans-serif;
}
#topnav a#a0 { left: 0px;}
#topnav a#a1 { left: -30px;}
#topnav a#a2 { left: -60px;}
#topnav a#a3 { left: -90px;}
#topnav a#a4 { left: -120px;}
#topnav a#a5 { left: -150px;}
#topnav a#a6 { left: -180px;}
#topnav a#a7 { left: -210px;}
#topnav a#a8 { left: -240px;}
	
#topnav a:hover {
	background: url(liahover.gif) no-repeat;
}

#topnav a.here {
	position:relative;
	z-index:102;
	background: url(liahover.gif) no-repeat;
	border-right: 1px solid #777;
	padding: 0.2em 1em 0.2em 35px;
	margin: 0 4px 0 0;
}
	
ul#subnav {
	position:absolute;
	z-index:101;
	margin: -1px 0 0;
	left: 0px;
	padding: 1px 0px 3px 30px;
	background: #bbb;
	border-top:1px solid #fff;
	border-bottom:1px solid #999;
	width: 100%;
	/* -- left: 10px; width: 720px; -- */
}
	
#subnav li {
	position:relative;
	z-index:102;
	display: block;
	margin: 0;
	padding: 0;
	float:left;
}
	
#subnav a {
	color:#fff;
	display:block;
	text-decoration:none;
	margin:0;
	padding: 2px 12px 2px 10px;
	background: transparent;
	background-image: none;
	border: 0 none;
}
	
#subnav a:hover {
	color:#444;
	background: transparent;
	background-image: none;
	border: 0 none;
}

#subnav a.here {
	color:#444;
	background: transparent;
	background-image: none;
	border: 0 none;
	margin:0;
	padding: 2px 12px 2px 10px;
}
	