	@import "http://synergia.org.pl/themes/css/menu.css";
	@import "http://synergia.org.pl/themes/css/sort.css";
	@import "http://synergia.org.pl/themes/css/website.css";
	
	html,body {
		width:100%;
		height:100%;
		margin:0;
		padding:0;
	  font-family: "Trebuchet MS",Georgia, Sans-serif;
		font-size: 11pt;
		color: black;
	}
	
	img {
		margin:0;
		padding:0;
		border:0;
	}
	
	a {
		cursor: pointer;
		text-decoration:none;
	}

	a:hover {
		cursor: pointer;
		border-bottom: 1px dashed;
	}
	
	div.line {
    position: absolute;
		left:0;
		right:0;
    top: 15px;
    width: 100%;
    height: 23px;
    background: url('../images/top_line.png');
	}
	
	div#main {
		position:relative;
		width: 917px;
		margin:0 auto 0 auto;
		background:url('../images/middle.png');
	}
	
	div#main div.top {
		width:100%;
		height:15px;
		background:url('../images/top.png');
	}
	
	div#main div.logo {
		width:100%;
		height:110px;
		background:url('../images/logo.gif');
	}
	
	div#main div.content {
		width:880px;
		overflow:hidden;
		margin:0 auto 0 auto;
		padding: 10px 0 10px 0;
	}
	
	div#main div.content div.left {
		width:540px;
		float:left;
	}
	
	div#main div.content div.right {
		width:340px;
		float:right;
	}
	
	div#main div.footer {
		width:100%;
		height:76px;
		background:url('../images/bottom.png');
		clear:both;
		font-size:8pt;
	}
	
	div#main div.footer a {
		color:white;
	}
	
	div#main div.footer div.footer_left {
		float:left; color:white; padding-left:12px;
	}
	
	div#main div.footer div.footer_right {
		float:right; color:white;padding-right:12px;
	}
	
	div#main div.wyszukiwarka {
		position:absolute;
		top:97px;
		left:130px;
	}
