body
{
	background: #333333; /* ustala kolor tła  dla calej strony*/
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	margin:0;
	padding:0;
	text-align:center;
	color: #fff;
}

div#top
{
	width: 900px;
	margin: auto;	
	padding-top:10px;
	background-color: #bc9959; /* kolor tła TOP */
	text-align:left;
	
	
/*	border-top: 1px dotted #505050;
	border-bottom: 1px dotted #505050; 
	border-left: 1px dotted #505050;
	border-right: 1px dotted #505050;	*/	
}

div#top ul
{
	padding: 0 20px 20px 30px;
}

div#top a
{
	color: #000;
}

div#top a:hover
{
	color: #fff;
}

div#content
{
	width: 900px;
	margin: auto;
	border-left: 1px dotted #505050;
	border-right: 1px dotted #505050;	
	padding-top:50px;
	background-color: #bc9959; /* tło całej zawartości */
} 

div#header
{
	padding:20px;
	text-align:right;
	height: 120px;
/*	border-bottom: 1px dotted #505050;	
	border-bottom: 1px dotted #505050; */
}

div#main
{
	padding:10px;
	text-align:justify;
	background-color: #866339; /* kolor tła tekstu */
	color: #E2E2E2;
}

div#main p
{
	text-align:center;
	width: 100%;
}

div#footer
{
	padding:20px;
	text-align:center;
/*	border-top: 1px dotted #505050;
	border-bottom: 1px dotted #505050; */

}

a
{
	color: #000;
	font-weight: bold;
}

b
{
	font-weight: normal;
}

div#header a
{
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

div#header a:hover
 {
	font-weight:normal;
	text-decoration:none;
	color:#c0c0c0;
}