body { 
  margin: 0;
  padding: 0;
  border: 0;

  /* center wrapper hack for IE5.x */
  text-align: center;
  /* Prevent body becoming narrower than wrapper - keeps the content from disappearing off the left edge with Gecko browsers */ 
  min-width: 770px;   
  
}

#wrapper {
  margin: 0px auto;
  border: 0;
  position: relative; 
  text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
}

#content { 
  width:790px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

#titles {  }
div#contacts { 
	display: none;
	clear: both;
}

div.contacts div#contacts {
	display:block
}

#navbar { 
	clear: both;
}
#maintext {
	padding: 10px;
	clear: both;
}

div#telephone,
div#email {
	min-height: 100px;
	width: 250px;
	float:left;
}

#sidebar {
  float: right;
}

#sidebar img,
#sidebar a
 {
  display:block;
}

div.pubs ul {
  padding: 0 1em;
}
div.pubs li {
  text-align: justify;
  list-style-type: none;
  padding: 0.5em 0;
}

div#footer { 
	clear: both;
	padding: 5px 0 0 0;
}
#technologies { 
	float: left;
}
#otherinfo {
	text-align: right;
}
