body {	
	margin:5px;
	padding:0;
	border:0;
	background: #111; /*kolor tła strony*/
	color: #666666;		/*kolor czcionki*/
	text-align: center;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
}
#main_wrapper{
	width: 970px;  
	margin: 0 auto;
	text-align: left;
	position: relative;		
	overflow: hidden;
	background-color: #fff;
}	
#main{
	padding: 5px;
}
#header_wrapper{
	clear: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#footer{
	clear: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 15px 0;
	color: #eee;
	background: #111;
}
/*górny obrazek*/
#image_wrapper {
	position: relative;
	width:100%;
	height: 200px;	
	background: #000;
}
/*tytuł i opis strony wyświetlany na górnym obrazku*/
#page_title{
	position: absolute;
	top: 30px;
	right: 10px;
	left: 400px;
	color: #eee;
}
/*wielkość czcionki i kolor czcionki dla tytułu strony*/
#page_title h1 a{
	font-size: 24px;
	color: #eee;
	text-decoration:none;
}
#page_title h1 a:hover{
	color: #eee;
	text-decoration:none;
}
h1,h2{
	padding: 10px; margin: 0;
	
}
h1, h1 a, h1 a:hover{
	font-size: 20px;
	color: #ff7700;
	text-decoration: none;
}
h2{
	font-size: 16px;
	color: #093;
	text-decoration: none;
		clear: left;
}
a{
	color: #CC0000;
}
a:hover{
	color:#0000CC;
}

#content{
	width: 680px;	
	float: left;
	position: relative;
	left: 240px;
	text-align: justify;
	padding: 100px 0 0 0;
}

#left{
	float: left;
	position: relative;
	width: 200px;
	left: -670px;
	padding: 50px 0;
}
#left div{
	line-height: 120%;
}
#left a{
	color: #0083c8;
	font-size: 11px;
	padding-left: 6px;
	font-family: Arial;
	letter-spacing: 0px;
	text-decoration: underline;
}
#left a:hover{
	color: #0083c8;
	text-decoration: underline;
}
ul{
	padding: 5px 20px;
	margin: 0;
}

li{
	padding: 0 ;
	margin: 0;
}
p{
	padding: 5px 0;
	margin: 0;
}

#adv1{
	width: 728px; height: 90px ; position: absolute; top: 10px; right: -40px;
}
#adv2{
	position: relative; z-index: 10;
}
#menu_title{
	position: absolute; width: 200px; height: 20px; background: #fff; z-index: 10000; top: 0px; left: 0; color: #ff7700; padding: 0; margin: 0;
}