html, body
{
  font-family:Tahoma;
  font-size:11px;
  margin:0px auto;
  text-align:center;
  color:#999999;
  background-color:#fff;
}

#lay-main
{
	background:#fff;
	width:950px;
	margin:0px auto;
	min-height:200px;
	position:relative;
	background-image:url(../../gfx/main_bg.gif);
	background-repeat: repeat-y;
}

* html #lay-main
{
	height:200px;
}
/*TOP*/
#lay-top
{
	min-height:200px;
	width:100%;
	text-align:center;
	background-color:#fff;
	position:relative;
}

#lay-top-logo
{
	height:279px;
	width:950px;
	position: relative;
}

#lay-left{
	width:205px;
	float:left;
	min-height:400px;
	background-color: #8b0918;
	background-image:url(../../gfx/left_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

* html #lay-left{
	height:400px;
}

#lay-footer{
	width:950px;
	clear:both;
	height:57px;
	position:relative;
	background-image:url(../../gfx/footer_bg.jpg);
}
.lay-menu-left{
	margin-top:5px;
}

.lay-menu-left-item{
	width:205px;
	clear:both;
	position:relative;
	background-image:url(../../gfx/separator.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height:130px;
}

.lay-menu-left-item a{
	color:#ffbc02;
	line-height:25px;
	height: 25px;
	font-size: 13px;
	font-weight: bold;
}

#lay-content{
	width:745px;
	float:left;
	background-color:#fff;
	background-image:url(../../gfx/content_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#lay-content-in{
	width:745px;
	height:100%;
	background-image:url(../../gfx/right_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float:left;
	text-align:center;
	position:relative;
}

.contentTextDiv{
	padding-top:30px;
	padding-left:50px;
	padding-right: 30px;
	padding-bottom:140px;
	font-family: Arial;
	font-size: 14px;
	color:#3d3d3d;
	background-image:url(../../gfx/content_in_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	float:left;
	min-height:440px;
	heighT:100%;
	width: 665px;
}

* html  .contentTextDiv{
	padding-left:50px;
	padding-right:30px;
	
	height:580px;
}

.contentTextDiv p{
	width:95%;
}

.contentTextDiv li{
	list-style-image: url(../../gfx/li.gif);
}

.e4ContentCenter{
	height:100%;
	float:left;
}

#lay-left-bottom{
	position: absolute;
	width:204px;
	height:18px;
	background-image:url(../../gfx/left_bottom.jpg);
	position:absolute;
	left:0px;
	top:-18px;
}
#menu-top{
	height:15px;
	position:absolute;
	bottom:10px;
	right:50px;
	text-align:left;
}

.menu-top-item{
	text-align:center;
	float:left;
	height:15px;
}

.menu-top-separator{
	float:left;
	width:20px;
	text-align:center;
}

.lay-top-phone{
	position: absolute;
	top:170px;
	left:70px;
	font-weight: normal;
	color: #ffbc02;
	font-size: 28px;
}

.page-title{
	height:30px;
	line-height: 30px;
	text-align:center;
	font-size:14px;
	width:204px;
	margin:0px;
	color: #BFBFBF;
}

a
{
	color:#999999;
	text-decoration:none;
}

img{
	border:0;	
}

.naglowek a{
    color: #b90707;
}
