body{
	background: #fff url(images/bg.jpg) repeat-x;
	font: 11px Verdana;
	color: #4f4f4f;
	line-height: 20px;
	margin: 0px;
}
img{
	border: 0px none;
}

.prawa{
	float: right;
}
.lewa{
	float: left;
}
.srodek{
	text-align: center;
}
/*************************************************************************/
#top{
	width: 800px;
	padding-top: 15px;
	height: 115px;
	margin: 0px auto;
}
#top p{
	padding: 10px;
	background: #f1f1f1;
	color: #4f4f4f;
	font-weight: bold;
}
#top p a{
	color: #4f4f4f;
}
/*************************************************************************/
#baner{
	background: url(images/baner_bg.jpg);
	width: 820px;
	height: 220px;
	margin: 0px auto;
}
#wrap{
	background: url(images/wrap_bg.jpg) top right no-repeat;
	width: 780px;
	padding-top: 20px;
	margin: 0px auto 20px auto;
	overflow: auto;
}
/*************************************************************************/
#menu{
	width: 180px;
	float: left;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu ul li{
	margin: 0px;
	padding: 7px 10px 7px 0px;
	border-bottom: 1px solid #dadada;
}
#menu ul li a{
	background: red;
	display: block;
	text-indent: -5000px;
	height: 20px;
	width: 160px;
}
#menu .menu_ofirmie{
	background: url(images/menu_ofirmie.gif) no-repeat;
}
#menu .menu_oferta{
	background: url(images/menu_oferta.gif) no-repeat;
}
#menu .menu_uslugi{
	background: url(images/menu_uslugi.gif) no-repeat;
}
#menu .menu_referencje{
	background: url(images/menu_referencje.gif) no-repeat;
}
#menu .menu_galeria{
	background: url(images/menu_galeria.gif) no-repeat;
}
#menu .menu_kontakt{
	background: url(images/menu_kontakt.gif) no-repeat;
}
#menu .menu_biuro{
	background: url(images/menu_biuro.gif) no-repeat;
}
/*************************************************************************/
#content{
	width: 550px;
	float: right;
}
#content b,strong, a{
	color: #dc1f00;
}
#content h1{
	margin: 0px 0px 10px 0px;
	height: 25px;
	text-indent: -5000px;
	border-bottom: 1px solid #dc1f00;
}
#content .ofirmie{
	background: url(images/ofirmie.gif) no-repeat;
}
#content .oferta{
	background: url(images/oferta.gif) no-repeat;
}
#content .uslugi{
	background: url(images/uslugi.gif) no-repeat;
}
#content .referencje{
	background: url(images/referencje.gif) no-repeat;
}
#content .galeria{
	background: url(images/galeria.gif) no-repeat;
}
#content .kontakt{
	background: url(images/kontakt.gif) no-repeat;
}
#content .biuro{
	background: url(images/biuro.gif) no-repeat;
}
#content a img{
	border: 3px solid #dc1f00;
	margin: 5px 8px;
}
/*************************************************************************/
#stopka{
	background: url(images/footer_bg.gif);
	clear: right;
	line-height: 50px;
	width: 820px;
	margin: 0px auto 50px auto;
	height: 50px;
}
#stopka .prawa{
	background: url(images/footer_right.gif) top right no-repeat;
	padding-right: 20px;
}
#stopka strong{
	color: #dc1f00;
}
#stopka a{
	color: #4f4f4f;
	font-weight: bold;
}
#stopka .lewa{
	background: url(images/footer_left.gif) no-repeat;
	padding-left: 20px;
}
