body {
  margin: 0 0 0 0;
  padding: 10px 0px 10px 0px;
  font-family: verdana,helvetica,arial,sans-serif;
}

a {
  color: #1bb;
  text-decoration: none;
}

a:hover {
  color: #1dd;
  text-decoration: underline;
}

#body {
  width: 920px;
  background-color: #f0f6f6;
  margin: 0 auto 0 auto;
  padding: 0 10px 0 10px;
  border-radius: 10px;
  -moz-box-shadow: 1px 1px 7px #bbb;
  -ms-box-shadow: 1px 1px 7px #bbb;
  -webkit-box-shadow: 1px 1px 7px #bbb;
  box-shadow: 1px 1px 7px #bbb;
}

#header,#main,#footer {
  width: 920px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#banner,#menu {
  width: 920px;
  margin: 0 0 0 0;
}

#banner {
/*  color: #5b9; */
  color: #5bb;
  font-size: 1.6em;
  font-weight: bold;
  text-align: right;
  line-height: 50px;
  width: 930px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: url('imgs/bacteria-banner2.png');
  background-color: #345;
  background-repeat: no-repeat;
  height: 100px;
  margin-left: -10px;
  margin-right: -10px;
  padding-right: 10px;
}

#menu {
  width: 930px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
/*  border-bottom: 2px solid #f98; */
  background-color: #e0e6e6;
}

#main {
  min-height: 480px;
}

#footer {
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  text-align: center;

  width: 940px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
/*  background-color: #345; */
  background-color: #e0e6e6;
  margin-left: -10px;
  margin-right: -10px;
}

#rcolumn {
  font-size: 0.8em;
  float: right;
  margin-left: 30px;
  width: 240px;
}

#rcolumn img {
  margin: 0 auto 10px auto;
}

.publications ul {
  list-style-type: none;
  padding-left: 15px;
}

.publications li {
  margin-bottom: 10px; 
  padding-left: 5px;
}

.publications li p {
  font-size: 0.8em;
  margin: 0 0 0 0;
}


.software ul {
  list-style-type: none;
  padding-left: 15px;
}

.software li {
  margin-bottom: 30px; 
  padding-left: 5px;
}

.software li p {
  font-size: 0.8em;
  margin: 0 0 0 0;
}

.software ul li ul {
  list-style-type: circle;
  padding-left: 15px;
}

.research li {
  list-style-type: none;
  font-weight: bold;
  margin-bottom: 30px;
}

ul {
  margin-left: 0px;
  padding-left: 25px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1.6em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 1.2em;
}

.research li p {
  font-weight: normal;
}

.pdate {
  font-size: 0.8em;
  color: #999;
  float: right;
}

.pbody {
  font-weight: normal;
}

.blog ul {
  width: 66%;
}

.blog ul img {
  max-width: 100%;
}

.blog li {
  list-style-type: none;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 30px;
/*  border-bottom: 2px solid #8899ff; */
  border-bottom: 2px solid #f98;
}
