/********************************
	Deklaracje ogólne
********************************/
div#root { 
	text-align: left;
	margin: 20px auto 0;
	width:767px;
	background: url(../images/grid/middle.gif) repeat-y;

}
	div#header {
		background: url(../images/grid/top.gif) top left no-repeat;
		padding: 16px 0 0 14px;
		height: 93px;
		heig\ht: 110px;
	}
		div#header a {
			background: url(../images/logo.gif) top left no-repeat;
			display: block;
			width: 196px;
			height: 45px;
		}
	#container {
		background: url(../images/grid/bg_line.gif) repeat-x;
		margin: 0 3px;
	}
	#nav {
		float: left;
		width:275px;
	}
	#content {
		float: left;
		padding:0 16px 0 0;
		width:484px;
		widt\h:468px;
	}

	div#footer {
		background: url(../images/grid/bottom.gif) bottom left no-repeat;
		padding: 0 19px 12px 19px;
		font: normal 9px Verdana, Arial, "Tahoma", Helvetica, sans-serif;
		vertical-align: bottom;
		margin: 32px 0 0;
	}
		#back_top {
			float: right;
			text-align: right;
			margin: 0 0 20px 0;
			width:50%;
		}
		a#top,
		a#back{
			padding: 0 0 0 12px;
			display: block;
			float: right;

		}
		a#top {
			margin: 0 25px 0 0;
			background: url(../images/shared/arrow_top.gif) 0px 4px no-repeat;
		}
		a#back {
			background: url(../images/shared/arrow_back.gif) 0px 4px no-repeat;
		}
		div#footer a {
			color: #CC3333;
			text-decoration: none;
		}
		div#footer a:hover {
			text-decoration: underline;
		}
		div#crosslink {
			background: url(../images/crosslink.gif) no-repeat;
			margin-bottom: 5px;
		}
		div#crosslink a {
			width: 172px;
			height: 23px;
			display: block;
		}
		div#crosslink span {
			display: none;
		}
		div#footer1,
		div#footer2{
			float:left;
			width: 364px;
		}
		div#footer2 {
			text-align: right;
		}
