* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #CBF073;
	font: 11px Verdana, Tahoma;
	text-align: center;
}

#main {
	margin: 20px auto 20px auto;
	width: 780px;
	background: repeat-y url(main-bg.gif);
	text-align: left;

}
	#main-top {
		width: 780px;
		height: 83px;
		background-image: url(main-top.gif);
		text-align: right;
	}
	#main-left {
		float: left;
		width: 30px;
		padding-top: 15px;

	}

	#main-right {
		float: right;
		position: relative;
			right: 10px;
		width: 740px;
	}
		#main-right-logo {
			width: 740px;
			height: 222px;
			font-size: 0;
		}
		#main-right-pakiety {
			width: 740px;
			height: 258px;
		}
			#main-right-pakiety img {
				float: left;
			}

		#main-right-content {
			float: right;
			padding: 20px;
			width: 455px;
		}
	#main-bottom {
		clear: both;
		width: 780px;
		height: 63px;
		background-image: url(main-bottom.gif);
	}

/****************************************************
                       TOP
****************************************************/		
#main-top {
	line-height: 25px;
}

#main-top .home {
	position: relative;
		top: 20px;
		right: 65px;
}
#main-top .mail {
	position: relative;
		top: 20px;
		right: 45px;
}

#main-top img {
	position: relative;
		top: 4px;
}
#main-top a {
	color: #5C8424;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
#main-top a:hover {
	color: #88C92C;
}


/****************************************************
                   RIGHT MENU
****************************************************/	
#main-right-menu p {
	color: White;
	padding: 10px 0;
}

	#main-right-menu {
	float: left;
	padding: 20px 15px;
	width: 215px;
	}

	#main-right-menu h3 {
	color: #CBF073;
	font: 12px Arial, Helvetica, sans-serif;
	}

	#main-right-menu a {
	color: #CBF073;
	text-decoration: none;
	font-weight: normal;
	}

	#main-right-menu a:hover {
	color: #88C92C;
	}
/****************************************************
                   CONTENT
****************************************************/	
#main-right-content h1 {
	color: #5C8424;
	font: 16px Georgia, Helvetica, sans-serif;
	margin-bottom: 1.5em;
}
	#main-right-content h1 span {
		font-size: 20px;
	}

#main-right-content h2 {
	color: #5C8424;
	font: 14px Georgia, Helvetica, sans-serif;
	font-weight: bold;
	margin: 2.5em 0 1.4em 0;
}

#main-right-content p {
	margin: 5px 0 20px 0;
}


ul {
	padding-left: 25px;
	margin-top: 2em;
}

#main-right-content a {
	color: #5C8424;
	text-decoration: none;
	font-weight: bold;
}
#main-right-content a:hover {
	color: #88C92C;
}

/* right floating image */
img.right {
	float: right;
	margin: 0 5px 0 10px;
}

/****************************************************
                   STOPKA
****************************************************/	
.copyright {
	float: left;
	position: relative;
		left: 30px;
		top: 12px;
	width: 245px;
	color: #3C5617;
	text-align: center;
}
.linki {
	float: right;
	position: relative;
		right: 10px;
		top: 13px;
	width: 495px;
	text-align: center;
	color: #AFD556;
}
	.linki a:link, a:visited, a:active  {
		text-decoration: none;
		color: #CBF073;
		font-weight: bold;
	}
	.linki a:hover {
		color: #99AC6C;		
	}
/****************************************************
                   THEPIXERS
****************************************************/
#pixers {

/*	float: left;
	position: relative;
		left: 380px;
		top: 45px;
*/
	margin-top: -10px;
	text-align: center;


	color: #3C5617;

}
#pixers a:link, #pixers a:visited, #pixers a:active {
		text-decoration: none;
		color: #3C5617;
		font-weight: normal;
	}
#pixers a:hover {
		color: #99AC6C;		
	}
