body { 
	background:#FFFFFF;
	color:#4E4D5B;
	padding:0;
	margin:0 auto;
	text-align:center;
	width:768px;
	font-family:Arial,Helvetica CE,Helvetica,sans-serif;font-size:12px;
}

img	{
	border:0;
	margin:10px;
	padding:0;
	float:left;
}

.prawa img	{
	border:0;
	margin:0;
	padding:0;
	float: inherit;
}

.info img	{
	margin:10px;
	float:left;
}

form {
	padding:0;
	margin:0;
}

a:link,a:visited { 
	color:#8D3853;
	text-decoration:none;
}

a:hover {
	color:#002442;
	text-decoration:none;
}

h1, h2, h3 {
	color:#252525;
	font:12px;
	font-family:Arial,Helvetica CE,Helvetica,sans-serif;
	margin:0;
	padding:10px 15px;
	letter-spacing:1px;
	font-weight:bold;
	text-align:left;
}

#prawa h2 {
	font:12px;
	
}

p {
	color:#252525;
	padding:10px 15px;
	margin:0 auto;
	text-align:justify;
	font:11px Verdana,Tahoma,Arial,Sans-serif;
	line-height:18px;
}

p.stopka {
	padding:6px;
	text-align:center;
	line-height:17px;
}

p.lewa {
	padding:4px;
	text-align:left;
	line-height:17px;
}

p.link {
	padding:5px 5px;
	text-align:right;
	line-height:5px;
}

#site {
	border-bottom:2px solid #fffff;
	background:#fffff;
	margin:0 auto;
	text-align:center;
	width:768px;
}

#logo {
	background-color:#ECECEC;
	margin:0 auto;
	text-align:center;
	height:242px;
	width:768px;
}

#stopka	{
	border-top:2px solid #DCDCDE;
	margin:auto;
}

#menu {
	width:218px;
	margin:0;
	float:left;
}

.stopka a {
	color:#FFFFFF;
}

#lewa {
	background-image: url(img/diety_05.jpg);
	background-repeat:repeat-x;
	width:217px;
	margin:0;
	float:left;
}

#prawa {
	background-image: url(img/diety_05.jpg);
	background-repeat:repeat-x;
	width:551px;
	margin:0;
	float:left;
}

#zobacz {
	width:551px;
	margin:0;
	float:right;
}

#stopka	{
	width:768px;
	height:30px;
	float:left;
	color:#fff;
}

#prawa li{
	list-style-position: inside;
	padding: 0px;
	list-style-image: url(img/list_a.gif);
}

#prawa ul{
	text-align:left;
	float:left;
	padding: 15px;
	margin-left: 225px;
}

#lewa ul{
	text-align:left;
	float:left;
	padding: 12px;
	margin-left: 30px;
}

li{
	list-style-position: inherit;
	padding: 0px;
	list-style-image: url(img/list_a.gif);
}

#navigation
{
	font-size:11px;
	margin:0 auto;
	top:3px;
	left:5%;
	width:768px;
	background: #431726;
}

/* styles for all UL's in the list */
#nav, #nav ul
{
	width: 60px; 
	margin: 0;
	padding: 0;
}

/* float the menu left with overall width X.  Note: this style declaration must go here (after the above #nav, #nav ul) */	
#nav
{
	border-left: 1px solid #F3AD16;
	float: left;
	width: 768px;
}

#nav ul
{
	border-bottom: 1px solid #F3AD16;
}

/* styles for all LI's in the list */
#nav li
{
	background:#431726;
	position: relative;
	list-style: none;
	float: left;
	width: 128px; /* Width of Menu Items */
}

/* styles for all UL's/LI's in the list below the top level - can overwride here if you want second level to be wider*/
#nav li ul, #nav li li
{
	color:fff;
	width:190px; 
	background: #431726;
}

#nav li a
{
	display: block;
	text-decoration: none;
	color: #FFFFF;
	padding: 5px;
	border-right: 1px solid #F3AD16;
	border-top: 0;
	border-bottom: 0;
	border-left:0;
}

#nav li li a
{
	display: block;
	text-decoration: none;
	color: #fffff;
	padding: 5px;
	border: 1px solid #FFB200;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav li { float: left; height: 1%; }
* html #nav li a { height: 1%; }
/* End */

#nav ul
{
	position: absolute;
	margin-left:-1px; /* Lines the secondondary nav up */
	display: none;
}
	
#nav ul ul
{
	left: 190px; /* should be the same width as '#nav li li' width */
	top: 0;
}

#nav li a
{
	padding: 22px 8px 5px 8px;
	border-bottom:1px solid #F3AD16;
}

#nav li ul li a
{
	padding: 3px 8px;
	border-bottom: 0;
}


#nav #current .currentitem
{
	background:#431726;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.over ul ul, #nav li.over ul ul ul
{ 
	display: none;
}

#nav li:focus ul, #nav li li:focus ul, #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.over ul, #nav li li.over ul, #nav li li li.over ul
{
	display: block;
}

#nav li.menuparent
{
	/* Can add drop down arrow/image here by uncommenting line below */
	/* background: transparent url("/images/arrow-down.gif") right center no-repeat; */
}


#nav li.menuparent:hover, #nav li.over
{
	background: #FFB200 !important;
}

#nav li li.menuparent:hover, #nav li li.over
{
	background: #FFB200 !important;
	background-image:none;
}

#nav li a:hover
{
	color: #FFFFF;
	background:#FFB200;
	border-bottom:1px solid #FCCF1D;
}

#nav li ul li a:hover, #nav #current .currentitem:hover
{
	color: #33333;
	background:#FFB200;
	border-bottom: 0;
}

