body {
	background: #3b2100;
	margin: 0;
	padding: 0;	
	font-family: Verdana, Tahoma, Arial;
}

.clear { 
	clear: both;
  	line-height: 0px; 
	height: 0px;
}

#border {
	background: url('img/bg.png') no-repeat;
	width: 980px;
	height: 660px;
	margin: 20px auto 0 auto;
	padding-top: 30px;
}

#page {
	background: #3c2100;
	width: 900px;
	height: 599px;
	margin: auto;
	border: 1px solid #000000;
	color: #ffffff;
}

#left, #right {
	float: left;
	width: 200px;
	height: 599px;
}

#left {
 	background: url('img/left.jpg') no-repeat;
}
 
#right {
 	background: url('img/right.jpg') no-repeat;
}

#center {
	float: left;
	width: 498px;
	height: 598px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}	

#top {
	background: url('img/top.jpg') no-repeat;
	width: 498px;
	height: 143px;
}

#menu {
	background: url('img/bg_menu.jpg') no-repeat;
	width: 478px;
	height: 76px;
	padding: 17px 10px 0 10px;
	text-align: center;
	line-height: 18px;
}

#menu a.menu {
	font-size: 13px; 
	color: #ffffff;
	text-decoration: none;
}

#menu a.menu:hover {
	color: #ee8700;
}

#content, #content2 {
	width: 500px;
	height: 273px;
	margin: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	color: #ffffff;
	line-height: 18px;
	padding: 0px 5px 0px 0px;
}

#content2 {
	height: 358px;
	font-size: 13px;
}
	
#content2 a.content2 {
   font-size: 13px; 
	color: #ffffff;
	text-decoration: none;
}

#content2 a.content2:hover {
color: #ee8700;
}

#przewijarka {
	background: url('img/bg_przewijarka.jpg') no-repeat;
	width: 498px;
	height: 78px;
	padding-top: 12px;
}

#przewijarka .prev {
	float: left;
	background: url('img/prev.jpg') no-repeat;
	width: 18px;
	height: 78px;
	cursor: pointer;
}

#przewijarka .cnt {
	float: left;
	display: block;
	width: 460px;
	height: 78px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	overflow: hidden;
	position: relative;
}

#przewijarka .box {
	position: absolute;
	top: 3px;
	left: 0px;
}

#przewijarka .box img {
	float: left;
	margin-left: 35px;
	margin-bottom: 5px;
	border: 0px;
}

#przewijarka .next {
	float: left;
	background: url('img/next.jpg') no-repeat;
	width: 18px;
	height: 78px;
	cursor: pointer;
}
#adres {
   
	background: url('img/bg_menu.jpg') no-repeat;
	width: 500px;
	height: 76px;
	padding: 17px 10px 0 10px;
	text-align: center;
	line-height: 18px;
}

