body {	
	margin:10px;
	background: #F0F0FF;
	color: #222;
	text-align: center;
	line-height: 2em;
	font-family: Georgia;
	font-size: 13px;
}
#main_wrapper{
	width: 960px;  
	margin: 0 auto;
	text-align: left;
	position: relative;		
	overflow: hidden;
}	
#header_wrapper{
	clear: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#footer{
	clear: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 5px 0;
	color: #603;
	border-top: 2px solid #69F;
}
/*górny obrazek*/
#image_wrapper {
	position: relative;
	width:100%;
	height: 206px;	
}
/*tytuł i opis strony wyświetlany na górnym obrazku*/
#page_title{
	position: absolute;
	top: 20px;
	right: 20px;
	left: 450px;
	color: #f0f0f0;
}
/*wielkość czcionki i kolor czcionki dla tytułu strony*/
#page_title h1 a{
	font-size: 22px;
	color: #ccc;
	text-decoration:none;
}
#page_title h1 a:hover{
	color: #eee;
	text-decoration:none;
}
h1,h2{
	padding: 5px; margin: 0;
	
}
h1, h1 a, h1 a:hover{
	font-size: 20px;
	color: #00C;
	text-decoration: none;
}
h2{
	font-size: 16px;
	color: #636;
	text-decoration: none;
}
a{
	color: #966;
}
a:hover{
	color:#606;
}

#content{
	width: 680px;	
	float: left;
	position: relative;
	left: 240px;
	text-align: justify;
	padding: 10px 0;
}

#left{
	float: left;
	position: relative;
	width: 200px;
	left: -670px;
	padding: 20px 0;
}
#left div{
	line-height: 120%;
}
#left a{
	color: #60F;
	font-size: 12px;
	padding-left: 6px;
	text-decoration: underline;
}
#left a:hover{
	color: #366;
	text-decoration: underline;
}

p{
	padding: 5px 0;
	margin: 0;
}
