/* Mikael Beckius 2010 */

#container {
  width: 98%;
  min-width: 900px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  position: relative;
  overflow: auto;
  padding:10px;
  /* overflow: hidden; */
}

#title {
  background-color: white;
  float:left;
  width: 69%;
  height: 50px;
  background: white;
}

#search {
  background-color: white;
  float:left;
  width: 29%;
  height: 50px;
  overflow : hidden;
  /*background-color: blue;*/
}

#topMenu {
  background-color: yellow;
  clear: both;
  float:left;
  width: 98%;
  height: 20px;
}

#content { 
  float: left;
  width: 98%;
  display: inline;
}

#left {
  float: left;
  width: 120px;
  height: 100%;
  background: white;
}

#main {
  float:left;
  width: 550px;
  height: 100%;
  padding:10px;
  /* background: blue;*/
}

#ads {
  float:left;
  width: auto;
  height: 100%;
  /*background: white;*/
}

#copyright {
  clear: both;
  float:left;
  background: white;
  width: 100%;
  padding-top :20px;
}
