body#top {
	background: #fff url(../img/top-bg.jpg) no-repeat  fixed;
}

.main-body {
}

.main-body:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.main-left {
	width:385px;
	float:left;
}

.main-right {
	width:200px;
	float:right;
}

.main-left2 {
	width:200px;
	float:left;
	margin-top:5px;
}

.main-right2 {
	width:385px;
	float:right;
}

.staff {
	margin-bottom:20px;
}

.photo-gallery {
	width:605px;
}
.photo-gallery a {
	display:block;
	width:78px;
	height:78px;
	background-color:#fff;
	margin-right:9px;
	margin-bottom:9px;
	float:left;
}

.photo-gallery a.last {
	margin-right:0px;
}

.photo-gallery a:hover {
	background-color:#aeaeae;
}

.photo-gallery a img {
	margin-top:3px;
	margin-left:3px;
	width:72px;
	height:72px;
}

.photo-gallery:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
