body {
  color: black;
  background: #858585 url(img/bg1.jpg) repeat-x top left;
  margin: 0px;
  padding: 0px;
}


.container {
  width: 800px;
  margin: 0 auto;
}


.header {
  height: 250px;

}

.header img {
  float: left;
  margin-right: 25px;
}

.header h1 {
  font-size:400%;
  color:black;
  text-align:left;
}

.header p {
  font-size:150%; 
  color:black; 
  text-align:left;

}


.contenttop {
  width: 800px;
  height: 20px;
  margin:0px;
  padding:0px;
  /*background: transparent url(img/top.gif) no-repeat top center;*/
  background: transparent;
}
.content {
  width: 780px;
  margin:0px;
  padding:10px;
  /*background: #dedede;*/
  background: transparent;
  /*border-left: solid 3px #00e0d8;
  border-right: solid 3px #00e0d8;*/
}
.contentbottom {
  width: 800px;
  height: 20px;
  margin:0px;
  padding:0px;
  /*background: transparent url(img/bottom.gif) no-repeat top center;*/
  background: transparent;
}

.pubs p{margin-left: 10px;}
.center {margin: 0 auto;}
.justify {text-align:justify;}
.bold {font-weight: bold;}
.f_img {}

