html,body {
	margin:0;
	padding:0;
	background-color:#000;
	background-image:url(../images/bg.jpg);
	font-family: Tahoma, Sylfaen, "Arial Black";
	font-size:12px;
	color:#666;
}



div#container {
	margin:0 auto; /* center, not in IE5 */
	width:875px;
	height:706px
}

div#header {}
#content{
	width:875px;
	height:706px;
	background-repeat:no-repeat;
}

html>body #content{background:url(../images/ramka.png)}
* html #content {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ramka.png',sizingMethod='scale');
}

div#lewa{ 
	width:600px;
	float:left;
	padding-left:30px;
	padding-top:50px;
}

#pasek{
	width:220px;
	height:693px;
	background-repeat:no-repeat;
}

html>body #pasek{background:url(../images/baner2.png)}
* html #pasek {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/baner2.png',sizingMethod='scale');
}


div#prawa{
	width:150px;
	float: left;
	padding-right:0px;
	padding-top:8px;
}

div#clear{ clear:both;}
hr{
	width:98%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00CC00;
	border-right-color: #00CC00;
	border-bottom-color: #00CC00;
	border-left-color: #00CC00;
}
h1{ font-size:14px;}
a:{color:#9a491f;	text-decoration: none;}
a:link {color:#9a491f;}
a:visited { color:#9a491f;}
a:hover {	color: #FF0000;}

.linkStopka a{
	font-size:10px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.linkStopka a:link {
	color: #FFFFFF;
}
.linkStopka a:visited {
	color: #FFFFFF;
}

.linkStopka a:hover {
	color: #9a491f;
}


