﻿body#master
{
	background-color: Black;
	font-family: Century Gothic;
	position:relative;
	left:0px;
	top:0px;
	z-index:0;
}
div#mainContainer
{
	width: 930px;
	min-height: 700px;
	background-color: White;
	margin-top: 50px;
	padding: 25px 0px 25px 0px;
}
div#topContainer
{
	width: 860px;
	height: 85px;
}
div#topContainerLeft
{
	width: 658px;
	height: 60px;
	float: left;
	background-color: #004A65;
	background-repeat: no-repeat;
	background-position: top | left;
	text-align: right;
	color: White;
	background-image: url('gfx\thumbs\top_banner_left.jpg');
}
div#topContainerLeft h1
{
	margin-top: 20px;
	margin-right: 30px;
	font-size: 12pt;
}
div#topContainerRight
{
	width: 202px;
	height: 60px;
	float: left;
}
div#topContainerRight img
{
	margin-top: 18px;
}

div#topContainerBottom
{
	clear: both;
	text-align: left;
	padding-left: 20px;
	height: 25px;
}
div#topContainerBottom label
{
	text-transform:uppercase;
	font-size: 8pt;
}

div#menuContainer
{
	clear: both;
}

div#contentContainer
{
	width: 860px;
	margin-top: 20px;
	margin-left: 34px;
	margin-bottom: 0px;
	float: left;
	background-color: White;
	height: 500px;
	overflow:hidden;
}

div#footerContainer
{
	clear: both;
	width: 860px;
	border-top: solid 1px #97969b;
	text-align: left;
}
div#footerContainer p
{
	margin: 10px 0px 0px 340px;
	font-family: Tahoma;
	font-size: 7pt;
	color: #97969b;
}

div#leftBottom
{
	text-align: left;
	margin-top: 30px;
}

/****************** do wyrzucenia ?? *********************/
/*
a.moreLink:active, a.moreLink:link, a.moreLink:visited
{
	text-decoration: none;
	color: Black;
}
a.moreLink:hover
{
	text-decoration: underline;
	color: Black;
}
*/