/* Global styles */
body
{
	background-color:#C5B39F;
	margin:auto;
	text-align:center;
	font-family: "Tahoma";
	font-size:10pt;
}
a
{
	text-decoration:none;
	color:White;
}
a:hover
{
	text-decoration:underline;
	color:Yellow;
}

/* Page layout */
#banner
{
	margin:auto;
	position:relative;
	background-image:url("../images/top_banner.jpg");
	width:790px;
	height:300px;
}
a.index
{
	position:absolute;
	left:74px;
	bottom:12px;
	font-size: 12px;
	font-weight:bolder;
}
#copyright
{
	position:absolute;
	bottom:6px;
	left:154px;
	color:rgb(220,220,220);
	font-style:italic;
	font-size:7pt;
}
/* Main menu */
#main_menu
{
	position:absolute;
	bottom:12px;
	right:60px;
	padding:0;
	margin:0;
	list-style-type:none;
}
#main_menu li
{
	float:left;
}
#main_menu a
{
	text-align:center;
	padding-top:64px;
	display:block;
	float:left;
	width:104px;
	height:11px;
	font-size: 12px;
	font-weight:bolder;
}
#main_menu a.selected
{
	text-decoration:underline;
	color:Yellow;
}
#main_menu a.home {	background:url("../images/fran_o_mnie.gif") no-repeat top center;}
#main_menu a.galery {	background:url("../images/fran_galeria.gif") no-repeat top center;}
#main_menu a.akt {	background:url("../images/fran_aktualnosci.gif") no-repeat top center;}
#main_menu a.gbk {	background:url("../images/fran_guestbook.gif") no-repeat top center;}
#middle
{
	width:700px;
	font-family: Arial;
	font-weight:normal;
	font-size:10pt;
	text-align:justify;
	margin:auto;
}
#footer
{
	margin:auto;
	position:relative;
	width:700px;
	height:30px;
	border-top:solid 2px silver;
	padding-top:4px;
	margin-top:8px;
}
#footer a
{
}
#footer img.copyright
{
	margin:auto;
	border:none;
}
hr.bottom
{
	margin:auto;
	height:2px;
	width:600px;
}
ul#licznik
{
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	top:8px;
	list-style-type:none;
}
#licznik li
{
	float:left;
}
