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
}

#logo {
	display: block;
	margin: 72px auto 24px auto;
}

object {
	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+ */
}

.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;
}
