body, h1, h2, h3, h4, h5, p, dl, dt, dd, cite, address, form, fieldset, hr, blockquote, img, div, p, table, ul, li
{
	margin: 0; 
	padding: 0; 
	border: none; 
	font-family: Tahoma,Verdana;
}

body 
{
	font: 12px/16px Tahoma, sans-serif;
	color: #6F4B4D;
	background: #FEEDF6 url(/img/bg-1.jpg) repeat-x;
}

#container
{
	width: 880px;
	margin: 0 auto;
}

#header
{
	/*background: url(/img/artcom.gif) no-repeat left top;*/
	margin-left: 150px;
	height: 82px;
	text-align: right;
	color: white;
	font-weight: bold;
	position: relative;
	top: 0;
	left: 0;
}

#header img.logo
{
	position: relative;
	top: 8px;
	left: -410px;
}

#logo
{
	background: url(/img/logo.gif) no-repeat top left;
	width: 609px;
	height: 278px;
	float: left;
	position: relative;
	overflow: hidden;
}

#logo div.rings
{
	/*background: url(/img/obraczki2.png);*/
	width: 119px;
	height: 69px;
	position: absolute;
	top: 179px;
	left: 473px;
	z-index: 2;
}

#menu
{
	border: none;
	border-bottom: 1px solid #CEA5BD;
	border-right: 1px solid #CEA5BD;
	background: #F8EDF3;
	width: 583px;
	overflow: hidden;
	position: absolute;
	top: 232px;
	left: 26px;
	height: 45px;
}
#logo ul
{
	list-style: none;
	width: 100%;
	margin-left: 8px;
}

#logo ul li.link
{
	float: left;
	/*margin: 15px 7px 3px 7px;*/
}

#logo ul li.break
{
	float: left;
	background: url(/img/break.gif) repeat-y;
	width: 2px;
	height: 30px;
}

#logo ul li a
{

	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #8E5873;
	display: block;
	padding: 15px 7px 15px 7px;
}
#logo ul li a:hover
{
	color: #444;
	background: url(/img/menu_link.gif) repeat-x;
}

div.boxesRight
{
	float: right;
	width: 261px;
	overflow: hidden;
	margin: 0 0 0 10px;
}

#footer
{
	background: #FEEDF6;
	padding-top: 5px;
	margin: 10px 0 0 25px;
	width: 100%;
	overflow: hidden;	
}

#footer address 
{
	font-style: normal;
	background: url(/img/koperta.jpg) no-repeat left center;
	padding: 0 8px 0 82px;
	width: 156px;
	float: right;
}

#footer p
{
	text-align: right;
	color: #8D6A6C;
	background: #FBE8F2;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #CEA5BD;
	padding: 16px 18px;
	margin-bottom: 0;
	width: 546px;
	float: left;	
}