/************* OGOLNE *************/
body {
	background: #c8c5be url(/img/back.gif) top center repeat-x;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#wrap {
	width: 984px;
	margin: 0 auto;
	text-align: left;
	background-color: #e3e0d9;
	border: 0 solid #fff;
	border-width: 0 1px 1px;
}
#wrap a {
	outline: none;
}
#sidebar img {
	border: 0;
}
#sidebar {
	background: #ededed ;
	margin-right: 750px;
	border-right: 1px solid #fff;
	text-align: center;
}
#container {
	float: right;
	background-color: #e3e0d9;
	width: 750px;
}
#list {
	background-color: #c8c5be;
	border-bottom: 1px solid #fff;
	padding: 10px;
	text-align: center;
}
#list ul {
	margin: 0;
	padding: 0;
	list-style: url(list.gif);
	color: white;
	line-height: 1.8em;
}
#list ul li {
	display: inline;
	background: transparent url(list.gif) left center no-repeat;
	padding-left: 15px;
	margin: 0 6px;
}
#list ul li a {
	color: white;
	text-decoration: none;
}
.spacer {
	clear: both;
}
hr {
    height: 0;
    width: 700px;
	margin: 0 auto;
	text-align: center;
    border-width: 0;
	border-top: 1px solid #b7b4ad;
	border-bottom: 1px solid white;
}
#news, #content {
	padding: 20px;
}
#content h1, #news h1, #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: normal;
	color: #4e483c;
	letter-spacing: 2px;
	margin: 0 4px;
	line-height: 1.2em;
}
#content h2 {
	font-size: 1em;
	letter-spacing: 0;
}
#content p, #content ul, #news ul, #content table {
	margin: 5px 0 0;
	color: #4e483c;
	font-size: 1em;
	letter-spacing: 0;
	word-spacing: 1px;
}
#content p a, #content ul a, #news ul a:hover, #content ul#lists a:hover, #content table a {
	color: #4e483c;
	text-decoration: underline;
}
#content p a:hover, #content ul a:hover, #news ul a, #content ul#lists a, #content table a:hover {
	color: #4e483c;
	text-decoration: none;
}
#news ul, #content ul {
	padding: 0 30px;
}
#content p { 
	padding: 0 10px;
}
#nav {
	text-align: left;
}
#nav ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
#nav ul li {
	background: transparent url(nav.gif) center center repeat-x;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
}
#nav ul li a {
	display: block;
	color: #676767;
	text-decoration: none;
}
#info {
	text-align: left;
	padding: 0 20px;
	color: #4e483c;
	padding-bottom: 10px;
}
#info h1 {
	font-size: 1em;
	margin: 0;
}
#info p {
	margin: 5px 0 0;
	padding: 0;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}