body	{
	background: url(img/bg.gif) repeat-x #d7d7d7;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

a {
	color: #e27c1a;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.orange {
	color: #ff8a00;
}

.ah2 {
	color: #2c343c;
}

.back{
	color: #2c343c;
	font-size: 11px;
}

#page {
	width: 930px;
	min-height: 750px;
	background: url(img/world.jpg) no-repeat;
	margin: 0px auto;
	text-align: left; 
}

/*NAGLOWEK*/
#page_header {
	position: relative;
	width: 930px;
	height: 98px;
	overflow: hidden; 
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(img/logo.jpg) no-repeat;
	width: 389px;
	height: 85px;
}

#page_header h1 {
	position: absolute;
	bottom: 13px;
	right: 30px;
	color: #2c343c;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana;
}

#page_banner {
	position: relative;
	width: 930px;
	height: 274px;
	background: url(img/baner.jpg) no-repeat;
}
/*KONIEC NAGLOWEK*/

/*MENU GORA*/
#top_menu {
	float: left;
	padding: 0; 
	margin: 45px 0 0 55px;
	text-align: left;
	list-style: none inside;
}

#top_menu li.menu {
	color: #4a5055;
	padding: 0;
	margin: 0 0 30px 0;
	font-weight: none;
	font-size: 18px;
	font-family: Verdana;
}

#top_menu li.menu a.menu:link, #top_menu li.menu a.menu:visited {
	color: #4a5055;
	font-family: Verdana;
	text-decoration: none;
	font-size: 18px;
	font-weight: none;
}
#top_menu li.menu a.menu:hover {
	color: #4a5055;
	font-family: Verdana;
	text-decoration: underline;
	font-size: 18px;
	font-weight: none;
}
/*KONIEC MENU GORNE*/


/*SRODEK*/
#page_content {
	position: relative;
	width: 930px;
	overflow: hidden; 
	text-align: left;
	margin: 0;
	
}
/*KONIEC SRODEK*/

/*STOPKA*/
#page_copyright {
	position: relative;
	width: 930px;
	height: 52px;
	background: url(img/footer.png) no-repeat;
	overflow: hidden; 
	text-align: left;
	margin: 20px 0 0 0;
}
#copyright {
	margin: 19px 0 10px 63px;
	color: #d8d8d8;
	font-size: 11px;
	font-family: Verdana;
}

#page_copyright  h2{
	margin: 0;
	color: #d8d8d8;
	font-size: 11px;
	font-family: Verdana;
	position: absolute;
	top: 19px;
	right: 30px;
}
/*KONIEC STOPKA*/


/*GLOWNA*/
#lewa {
	float: left;
	overflow: hidden; 
	width: 580px;
	text-align: left;
	margin: 20px 0 0 20px;
	padding: 0;
	color: #2c343c;
	font-weight: none;
	font-size: 12px;
	font-family: Verdana;
	line-height: 20px;
	border-right: 2px dotted #cccccc;
}

#lewa h1 {
	display: inline;
	color: #e27c1a;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana;
}

#lewa h2 {
	display: inline;
	color: #2c343c;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}

#lewa li {
	color: #e1751b;
}

#prawa {
	float: right;
	overflow: hidden; 
	width: 290px;
	text-align: left;
	margin: 20px 20px 0 0;
	padding: 0;
	color: #2c343c;
	font-weight: none;
	font-size: 12px;
	font-family: Verdana;
	line-height: 20px;
}

/*KONIEC GLOWNA*/


