body {
	font-family: "Palatino Linotype";
	font-size: 11pt;
	text-align: center;
	background-image: url(../images/menu/bg.jpg);
	background-repeat: repeat-x;
	color: white;
	background-color: #543f2e;
	margin: 0px;
	
}

#wrapper 
{
    margin: 0px auto;
    text-align: left;
    width: 990px;
}

#header 
{
	height: 480px;
	width: 990px;
	background-image: url(../images/menu/header.jpg);
}


#header .topmenu
{
	padding-top: 446px;
	padding-left: 630px;
}

#header .topmenu li
{
	float: left;
	list-style: none;
	font-size: 14pt;
	padding: 0px 18px;
}

#header .topmenu li a
{
	color: white;
	text-decoration: none;
}

#header .topmenu li a:hover
{
	color: white;
	text-decoration: underline;
}

#middle_top
{
	width: 990px;
	height: 10px;
	background-image: url(../images/menu/middle_top.gif);
}

#middle
{
	width: 980px;
	background-image: url(../images/menu/middle.gif);
	clear: both;
	padding: 5px;
}

#middle_left
{
	float: left;
	background-color: #d6c18e;
	color: #3d0a00;
	width: 650px;
	text-align: left;
	padding: 5px 25px;
}

#middle_right
{
	float: right;
	padding: 5px 25px;
	width: 225px;
	text-align: center;
}

#middle_right img
{
	padding: 2px;
	border: 2px solid #bc7f4a;
	margin-bottom: 20px;
}

#middle_left h1
{
	font-size: 14pt;
	line-height: 1.3;
	margin-top: 0px;
	margin-bottom: 10px;
}

#middle_left h2
{
	font-size: 13pt;
	margin-top: 0px;
	margin-bottom: 10px;
	font-style: italic;
}

#middle_left p
{
	text-align: justify;
	margin: 10px 0px;
}

#middle_left p.podpis
{
	font-style: italic;
	text-align: right;
}

#middle .clearboth
{
	clear: both;
} 


#middle_bottom
{
	width: 990px;
	height: 10px;
	background-image: url(../images/menu/middle_bottom.gif);
}





#footer
{

	height: 100px;
}
