
body {background-color: rgb(244,245,246);
}
#wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 0px;
}
#header{color:rgb(62,99,138); 
  margin-left:130px;
  font-family: courier;
  font-weight:bold;
  }
  #header a:visited, #header a:link, #header a:hover{text-decoration: none;
  color: rgb(62,99,138); 
  }
#portfolio{background-color: rgb(67,96,132);
  width: 696px;
  width: "676px";
  height:167px;
  margin-left:145px;
 
}
#portfolio img{vertical-align:top;

}
#container {
  width: 100%;
}
* html #container {height: 1%;}
#container:after {
  /* закрываем плавающие блоки */
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}

#content {text-align:justify;
  padding-left:300px;
  width: 600px;
  width:"900px";
  color:rgb(13,0,76); 
  float: left;
  font-size:14pt;
  margin-right:10px;
 }
#content a:visited, #content a:link, #content a:hover{text-decoration: none;
  color: rgb(55,112,84);
}
#banners{
    width: 390px;
    float: left;
    padding-bottom:20px;
}
#right {color:rgb(62,99,138); 
  float: left;
  width: 280px;
  text-align:right;
  font-family: courier;
  font-weight:bold;
  padding-top:100px;
  }
 #right a:visited, #right a:link, #right a:hover{text-decoration: none;
 font-family: courier;
 color:rgb(62,99,138); 
}
 
#footer{text-align:right;
  padding-top:70px;
  padding-right:30px;
  color:rgb(62,99,138); 
  
}
 img {
   border: none;
   padding: 0px;
   margin: 0px;
   } 
  
  
  
  