* {
	margin: 0;
	padding: 0
}

html, body {
	background: #4d391e url(/gfx/bg.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#top {
	height: 150px;
	background: #674d29 url(/gfx/top.png) repeat-x bottom;
}

#topmenu {
	width: 755px;
	height: 150px;
	margin: 0 auto;
	text-align: center
}

#menu li {
	list-style: none;
	display: inline
}
#menu li a, #menu li a:visited {
	color: #9a8968;
	font-weight: bold;
	font-size: 11px;
	padding: 15px;
	background: #674d29 url(/gfx/a.png) repeat-x bottom;
	text-decoration: none
}
#menu li a:hover {
	background: #674d29 url(/gfx/ah.png) repeat-x;
	padding-bottom: 15px;
	border-bottom: 5px double #9a8968
}
#menu {
	margin: 0;
	padding: 0
}

#grafolog {
	position: relative;
	top: 40px;
	left: -377px;
	float: right
}

#pismo {
	position: relative;
	top: 25px;
	left: 387px;
	background: url(/gfx/pismo.gif) no-repeat;
	width: 333px;
	height: 96px;
	float: left
}

#pioro {
	position: absolute;
	top: 40px;
	left: 655px;
	background: url(/gfx/pioro.gif) no-repeat;
	width: 300px;
	height: 144px
}

#content {
	width: 755px;
	margin: 0 auto;
	background: #45321a url(/gfx/cnt.png) repeat-y center;
	padding: 10px 0;
	overflow: hidden
}

#left {
	float: left;
	width: 425px;
	padding: 0 20px
}
#left h1, h2 {
	font-size: 16px;
	color: #bd9c63
}
#left h2 {
	font-size: 14px;
	margin-top: 20px
}
#left p {
	font-size: 12px;
	color: #b09a79;
	margin-top: 10px;
	line-height: 130%;
	letter-spacing: 1px;
	font-family: Trebuchet MS, sans-serif 
}
#left li {
	font-size: 11px;
	color: #b09a79;
	margin: 10px 0 0 20px
}
#left a, #left a:visited {
	font-size: 11px;
	color: #b09a79
}
#left a:hover {
	text-decoration: none
}

#right {
	float: right;
	width: 220px;
	padding: 0;
	height: 350px
}

#footer {
	background: #4e391d url(/gfx/ftr.png) repeat-x top;
	height: 50px;
	padding: 20px;
	color: #fff;
	font-size: 10px;
	font-weight: bold
}
#footerP {
	width: 755px;
	margin: 0 auto
}
#footer a, #footer a:visited {
	color: #9a8968;
	font-size: 10px;
	font-weight: bold
}
img {
	border: 0 none
}

.center {
	text-align: center
}
