html, body, h1, div, p {margin:0; padding:0;}
body {
    color:#FFFFFF;
    font-family:Times New Roman;
    background-color: #fff;
}

#body #content {
    background: url("/public/images/footer.jpg") no-repeat center bottom #1978BD;
    min-width:1000px;
}
#images {
    width:1000px;
    margin:0 auto;
    margin-top:-30px;
}

#logo {
    background: url("/public/images/depilacj.gif") no-repeat center top transparent;
    width: 365px;
    height: 83px;
    margin-left:20px;
    float:left;
}
#logo span{display:none;}
#harmonia {
    background: url("/public/images/harmonia.gif") no-repeat center top transparent;
    width: 442px;
    height: 62px;
    margin-left:140px;
    float:left;
}


#content div {margin:0; padding:0; width: 960px; margin:0 auto;
color:#fff;
font-size:16px;
line-height: 1.5;
}

#menu {
    clear: both;
    margin: 0 auto;
    text-align: center;
    width:960px;
    padding:0 20px 0 20px;
}

ul.sf-menu{

}
.sf-menu a {
	padding: 		9px 0px;
	text-decoration:none;
        color:#fff;
}
.sf-menu ul {
    margin-left:-20px;
}
.sf-menu ul li ul {
    margin-left:0px;
}
.sf-menu ul a {
    padding-left:10px;
    padding-right:10px;
}
.sf-menu li span {
    
    font-size:13px;
    font-weight: bold;
    display: block;
}
.sf-menu li ul span {
    padding-left: 10px;
    padding-right: 10px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font-size:13px;
        font-weight: bold;
}
.sf-menu li {
	background:		none repeat scroll 0 0 #EC7E2D;
        width:120px;
}
.sf-menu li ul li {
	background:		none repeat scroll 0 0 #F38921;
        border-bottom: 1px solid #EC7E2D;
        text-transform: uppercase;
}
.sf-menu li ul li li {
	background:		none repeat scroll 0 0 #F38921;
        border-bottom: 1px solid #EC7E2D;
        text-transform: uppercase;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		none repeat scroll 0 0 #EC7E2D;
	outline:		0;
}
