body {
  background-color : #eeeeee;
  margin : 10px;
  text-align: center;
}


div {
  font-family : arial, sans-serif;
  font-size : small;
  color : #333333
}

div.main {
  border : solid 1px #333333;
  width : 850px;
  height : 600px;
  background-color: #ffffff;
  background-image : url("/image/headers/floatercross.png");
  background-repeat: no-repeat;
  margin : auto auto;  
  text-align : left;
}

div.top {
  width : 850px;
  height : 250px;
  margin : 0px;
}

div.left {
  height : 350px;
  left:0;
  width : 200px;
  margin : 0px;
}

div.right {
  width : 650px;
  height : 375px;
  margin-left: 200px;
  margin-top : -375px;
  margin-right: 0px;
  overflow: auto;
}

div.bottom {
  font-size : x-small;
  text-align : center;
  margin-top : 5px;
  margin-bottom : 1px;
}



div.item  {
  margin-bottom : 20px;
  width : 620px;
  border-top : solid 1px #555555;
  border-bottom : solid 1px #555555;
}

div.item.bless  {
  border-top : 2px;
  border-bottom : 2px;
}

div.news {
  width : 500px;
}

div.galleryleft {
  width : 140px;
  height : 97px;
}

div.galleryright {
  width : 440px;
  height : 125px;
  margin-left: 140px;
  margin-top : -97px;
}

div.galleryrightcommittee {
  width : 440px;
  height : 250px;
  margin-left: 140px;
  margin-top : -97px;
}

div.inforight {
  width : 460px;
  margin-left: 140px;
  margin-top : -97px;
}

div.formleft {
  width : 140px;
  height : 40px;
}

div.formright {
  width : 460px;
  margin-left: 140px;
  margin-top : -40px;
}

img {
  border : 0px;
}