body {
	margin : 0px;
	background-color : #FFFFCC
}

/* S: Naglówek dokumentu */

table.title_header
{
	border: none;
	width: 100%;
	bgcolor: #FFFFCC;
	height: 110px;
	width: 100%;
	vertical-align: middle;
}

table.title_header td.leftpart
{
	width: 165px;
	white-space: nowrap;
	padding-left: 10px;
}

table.title_header td.leftpart div
{
	background-color: #ffffff;
	padding: 3px 0px 3px 4px;
	border: solid 1px #9F9F9F;
	height: 78px;
	width: 156px;
}

table.title_header td.leftpart img, table.title_header td.centerpart img, table.title_header td.rightpart img
{
	border: none;
	padding-left: 0px;
}

table.title_header td.centerpart
{
	height: 55;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	color: #2d0102;
	font-size: 36px;
}

table.title_header td.rightpart
{
	width: 230px;
	text-align: right;
	padding-right: 10px;
}
/* E: Naglówek dokumentu */

div.spacer
{
	background: url("top-spacer.gif");
	height: 12px;
	border: solid 1px blue;
}

td {
	font:12px Arial, Helvetica, sans-serif;
	color:#FFFF00;
}
	
a {
	color: blue;
}
	
a:hover {
	color: #FF9900;
}

li.main {
	padding-bottom: 8px;
}

/* Menu */

#menu
{
	width: 170px;
	border: none;
}

#menu td {
	border-bottom: 1px solid blue;
	width: 170px;
}

#menu a {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FF9900;
	line-height: 24px;
	letter-spacing: .1em;
	text-decoration: none;
	display:block;
	padding:15px 6px 15px 10px;
}
	
#menu a:hover {
	color:#FFFFCC;
	background: url("bullet.gif") 10px 50% no-repeat;
	font-weight:bold;
}

#foot {
	font:12px Arial, Helvetica, sans-serif;
	color:#FFFF00;
	line-height:18px;
	margin-top:0px;
	letter-spacing:.1em;
	color: black;
	border-top: 1px solid blue;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}	
	
#content {
	font:12px Arial, Helvetica, sans-serif;
	color:#FFFF00;
	line-height:22px;
	margin-top:0px;
	letter-spacing:.1em;
	color:#000000;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #ffffff;
	min-height: 560px;
}
	
.small {
	font:10px Arial, Helvetica, sans-serif;
	color:#333333;
}

#rightbanner
{
	background: dodgerblue url('banner-right.png') no-repeat;
	width: 60px;
	border-top: 1px solid #990000;
}

table.main_template
{
	border-bottom: 1px solid blue;
	width: 100%;
}

table.main_template td.menu_container
{
	padding-top: 4px;
	width: 180px;
	height: 610px;
	background:  gold url('menubg.gif');
	vertical-align: top;
}
