* {
	font-family:verdana;
	font-size:12px;
	color:#3A311A;
}
body {
	margin:0px; padding:0px;
	background-color:#E4E1E1;
	text-align:center;
}
#page {
	width:1000px;
	margin:auto;
}
	#top {
		width:1000px; height:402px;
		background-image:url('gfx/bg_top.jpg');
		position:relative;
	}
		#top #menu {
			position:absolute; top:293px; left:27px;
			width:626px; height:24px;
		}
		
	a.m01, a.m02, a.m03, a.m04, a.m05, a.m06 {
		width:104px; height:23px;
		background-image:url('gfx/btn_o_nas.jpg');
		position:absolute; left:0px; top:0px;
	}
	
	a.m02 {	width:116px; background-image:url('gfx/btn_oferta.jpg');				left:104px;	}
	a.m03 {	width:294px; background-image:url('gfx/btn_scenariusze.jpg');			left:220px;	}
	a.m04 {	width:138px; background-image:url('gfx/btn_partnerzy.jpg');				left:504px;	}
	a.m05 {	width:122px; background-image:url('gfx/btn_kontakt.jpg');				left:652px;	}
	
	a.m01:hover {	background-image:url('gfx/btn_o_nas_.jpg');					}
	a.m02:hover {	background-image:url('gfx/btn_oferta_.jpg');				}
	a.m03:hover {	background-image:url('gfx/btn_scenariusze_.jpg');			}
	a.m04:hover {	background-image:url('gfx/btn_partnerzy_.jpg');				}
	a.m05:hover {	background-image:url('gfx/btn_kontakt_.jpg');				}
	
	#content {
		width:1000px;
		background-image:url('gfx/bg_content.jpg');
		text-align:center;
	}
	
	#footer {
		width:1000px; height:181;
		background-image:url('gfx/bg_bottom.jpg');
		position:relative;
	}
	
	
	
	#l_col {
		width:287px; 
		float:left;
		margin:auto;
	}
	#m_col {
		width:33px;
		float:left;
	}
	#r_col {
		width:650px;
		float:left;
		margin:auto;
		text-align:justify;
	}
	
	
.clear {
	clear:both;
}
.heder {
	font-weight:bold;
	font-size:18px;
	color:#AA0000;
	margin-bottom:20px;
}


.news {
	margin-bottom:25px;
}
.news_title {
	font-weight:bold;
}
.news_desc {
	margin:15px 0px;
	margin-bottom:8px;
}
.news_dodano {
	font-size:11px;
	margin-bottom:10px;
}

	a.submenu {
		text-decoration:none;
		display:block;
		height:20px;
		font-weight:bold;
		text-align:left;
		padding-left:20px;
		color:#AA0000;
	}
	a.submenu:hover {
		background-color:#CCCCCC;
	}
