body{
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Arial, serif, sans-serif;
	font-size: 10pt;
	line-height: 18px;
	text-align: left;
	color: #0f1525;
}

p, div, table, form, img{
	border: 0;
	margin: 0;
}
h1{
	font-family: arial;font-size: 17pt;padding:0;margin:0;
}
h2{
	color: #ffcc00; font-size: 13pt;padding:0;margin:0;
}
a:link 
{
	font-weight: normal;
	color: #2095b8;
	text-decoration: none;
	background: transparent;
}
a:visited 
{
	font-weight: normal;
	color: #2095b8;
	text-decoration: none;
	background: transparent;
 }
a:hover 
{
	font-weight: normal;
	color: #2095b8;
	text-decoration: underline;
	background: transparent;
}
a:active 
{
	font-weight: normal;
	color: #2095b8;
	text-decoration: underline;
	background: transparent;
}

#global{
	width: 100%;
	height: 100%;
}
#content{
	width: 1000px;
	padding: 10px 0 0 20px;
	color: #211720;
}
#menu{
	width: 693px;
	height: 48px;
	background: url(../images/bg-menu.png) no-repeat;
	margin: 10px 0;
}
#menu ul{
	list-style: none;
	padding: 15px 0 0 0;
	margin: 0;
}
#menu ul li{
	height: 48px;
	list-style: none;
	display: inline;
	padding: 0 8px;
	background: url(../images/bg-li.png) no-repeat right;
}
#menu ul li a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
}
#photos{

}
#text{
	padding: 20px 0;
}
#stopka{
	padding: 20px 0;
	border-top: 1px dotted #0f1525;
	margin: 0 20px;
}

