html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #284a9b;
	font-family: 'Trebuchet MS','Lucida Grande', Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	color: #000;
	background-image: url(images/tlo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
} 
 
#page{ 
 width:950px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:490px;
	width:950px;
	background-color:transparent;
	text-align: center;
	vertical-align: top;
	background-position: center top;
} 
#headersub{
	position:relative;
	height:155px;
	width:950px;
	background-color:transparent;
	text-align: center;
	vertical-align: top;
	background-position: center top;
} 
 
#leftcol{
 width:220px; 
 float:left; 
 position:relative; 
}
 
#twocols{
 width:730px; 
 float:right; 
 position:relative; 
}
 
#rightcol{
	width:730px;
	float:none;
	position:relative;
}
 
#maincol{
 background-color:#fff;  
 float: left; 
 display:inline; 
 position: relative; 
 width:0px; 
 }
 
#footer{
	height:75px;
	clear:both;
	color: #fff;
	text-align: center;
	vertical-align: middle;
 } 

/*Menu glówne*/

#menuhor
{
	width: 935px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
}
#menuhor a
{
	padding: 6px;
	border: solid 0px #fff;
	font-weight: normal;
}
#menuhor a:hover
{
	background: #3168ba;
	color: #fff;
	border: solid 0px #3168ba;
	padding: 6px;
	font-weight: normal;
}
#menuhor strong
{
	font-size: 14px;
	color: #fff;
	background: #3168ba;
	border: solid 0px #3168ba;
	padding: 6px;
	font-weight: normal;
}


/*Menu wewnetrzne*/

#menuwew
{
	width: 630px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #f5f5f5;
}
#menuwew a
{
	padding: 3px;
	border: solid 0px #f5f5f5;
	color: #666;
	font-weight: normal;
}
#menuwew a:hover
{
	background: #0064d2;
	color: #fff;
	border: solid 0px #fff;
	padding: 3px;
	font-weight: normal;
}
#menuwew strong
{
	font-size: 14px;
	background: #fff;
	padding: 3px;
	font-weight: normal;
	color: #0064d2;
}

