 body {
     background: #FFF;
     color: #000;
     font-family: Arial, sans-serif;
     font-size: 14px;
}

#header {
     background: #eee;	padding-top:2px;
     width: 100%;
     height: 105px;
  background-image: url('./img/phone4.jpg'); 
  background-size: cover; 
  background-repeat: no-repeat; 	 text-align: center;
}

#navigation {
	 text-align: center;
	 background: #148e96;
     width: 100%;
     height: 30px;
}

#sidebar {
   //  background: #e0E0e0;
  //  border-right:3px solid #89e; /* Ширина вид и цвет рамки */
     float: left;
     width: 20%;
     height: 100vh; 
	 margin-top: 20px;
	 font-family: Times, sans-serif;
     font-size: 12px;
	 text-align:  left;
     //border:3px solid #89e; /* Ширина вид и цвет рамки */
   //  border-radius:30px; /* Радиус скругления углов*/
}

.menu-link {
  display: block;
  height: 100%;
  border-bottom: 3px solid #879596;
  //border-top: 1px solid #879596;
  border-right: 4px solid #879596;
  //border-left: 1px solid #879596;
  padding: 7px;
  text-decoration: none;
  font-size: 16px;
  color: #e0e0e0;
  transition: 0.25s;
    background-color: #c9d0d1;
        background-color: #07434f;
}

.menu-link:hover {
  color: #444;
  background-color: #eee;
}

#container {
     background: #fefefe;
     margin: auto auto;
     text-align: center;
     width: 98%;
     height: 100%;
}

#forsale {
     text-align: left;
     width: 90%;
     height: 100%;
	 	padding:20px;
		margin: 10px;
		margin-top: 20px;
    background: #eee; /* Фоновый цвет блока */
    border:3px solid #89e; /* Ширина вид и цвет рамки */
    border-radius:30px; /* Радиус скругления углов*/
    -webkit-border-radius:20px; /* Safari, Chrome */
    -moz-border-radius:30px; /* Firefox */
    box-shadow: 0 0 10px 2px #1A3457; /* Тень*/
    -webkit-box-shadow: 0 0 10px 2px #1A3457; /* Safari, Chrome */
    -moz-box-shadow: 0 0 10px 2px #1A3457; /* Firefox */}
 
li {
 	 font-family: Times, sans-serif;
     font-size: 15px;
	 padding-top:7px;
    //height: 280px;
}
#content {
  border-left:3px solid #fff; /* Ширина вид и цвет рамки */
         background: #fff;
     float: right;
	 text-align:  justify;
	padding-left:15px;
     width: 77%;
     height: 100%;
}
 
#clear {
     clear: both;
}
 
#footer {
    background: #00BFFF;
	width: 100%;
	//height: 40px;
}

