/* CSS Document */
body {
	background-color:#F8F8F5;
	font-family:Geneva,Tahoma,sans-serif;
	font-size:12px;
	line-height:1.4em;
	color:#333333;
}

#wrap {
	width:962px;
	overflow:hidden;
	margin:auto;
	background:url(../img/bgg.png) repeat-y top center;	
	border-bottom:1px solid #E7E7E4; 
}
#logo{
	margin:50px 0 54px 93px;
	clear:both;
}
#container, #footer{
	overflow:hidden;
	width:900px;
	margin:0 auto;
}
#container{
	border-top:2px solid #000;
	background:url(../img/bgg_sidebar.png) repeat-y left top;
}
#sidebar{
	float:left;
	width:251px;
}
#content{
	float:left;
	width:649px;
}
.text-box{
	padding: 23px 55px 30px 25px;
}

	
/**************NAWIGACJA*************/
ul.nav,
ul.nav li{list-style:none;}

.nav{
	margin:30px 31px 30px 13px;
}
.nav li{
	padding:10px 0;
	background:url(../img/spacer_dot.png) repeat-x left bottom;
	text-align:right;
}
.nav a{
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	cursor:pointer;
	}
.nav a.active,
.nav a:hover.active{
	color:#663300;
	text-decoration:none;
}



/*************FOOTER****************/
#footer{
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
}
#footer p{
	margin-bottom:2px;
	font-size:0.9em;
	display:inline;
	margin-left:13px;
}
#footer .copyright{
	float:right;
	clear:both;
	padding-right:55px;
	padding-top:10px;
}
#footer .copyright a{text-decoration:none;}
#footer .copyright img{
	vertical-align:middle;
}
#footer .foot-links{
	float:right;
	clear:right;
	padding-right:55px;
}
#footer .foot-links a{
	padding:0 2px;
}
#footer .foot-links a.active{
	font-weight: bold;
}
