@charset "UTF-8";
#body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 0px;
	width: 566px;
	height: 400px;
	padding: 10px;
}
#bottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	padding: 0px;
}
#body2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C8DA2E;
	text-align: left;
	text-indent: 0px;
	width: 962px;
	height: 900px;
	padding: 10px;
}
#body3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C8DA2E;
	text-align: left;
	text-indent: 0px;
	width: 962px;
	height: 1380px;
	padding: 10px;
}
#body4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C8DA2E;
	text-align: left;
	text-indent: 0px;
	width: 962px;
	height: 1680px;
	padding: 10px;
}






#gallery {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:320px; 
  height:425px; 
  border:1px solid #888; 
  background:#fff url(windows/win_back.gif);
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:30px;
  width:320px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  width:320px; 
  height:30px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  height:239px;
  }
#gallery li a:hover img {
  height:239px;
  }
