#gallery {
  padding:0; 
  margin:0 auto 5em auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:500px; 
  height:800px; 
  border:5px solid #2B341F; 
  background:#2B341F url(images/bk.jpg);
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:30px;
  width:500px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  width:500px; 
  height:30px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  height:240px;
  }
#gallery li a:hover img {
  height:240px;
  }

body {
	text-align:center;
	background:url(images/bg1.jpg) bottom;
}
a {
	text-decoration:none;
	color:#FFFFFF
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width:949px;
	text-align:left;
	margin:0 auto;
}
.float-l {
	float:left
}
.folat-r {
	float:right
}
.clearfix {
	clear:both
}
/* header */
#header {
	height:186px;
	background:url(images/hd.jpg);
	position:relative
}
#nav {
	background:url(images/nav.gif);
	height:43px;
	position:absolute;
	top:148px;
	width:847px;
}
#logo {
	position:absolute;
	top:50px;
	left:100px;
	color:#fff
}
#logo h1 {
	font-size:28px;
}
#logo div {
	padding-left:100px
}
/* content */
#content {
	height:1250px;
	background:#000000;
}
#content .left {
	width:694px;
	height:1250px;
	background:#000000 url(images/main.gif) no-repeat;
	padding:0 50px 0 50px;
}
#content .left h2 {
	color:#608803;
	font-size:34px;
	padding:50px 0 20px 0
}
#content .left p {
	padding: 0 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
#content .left a {
	color:#336633
}
#content .left img {
	float: left;
	padding: 0 20px 0 0
}
#content .right {
	width:255px;
	background:#000000 url(images/side.jpg);
	height:517px;
}
#content .in {
	width:594px;
}
#side {
	margin-left: 45px;
}
#side #top {
	background:url(images/g_top.gif);
	height:237px;
}
#side h2 {
	font-size:22px;
	color:#fff;
	padding:45px 0 13px 0
}
#side li {
	list-style: url(images/img06.jpg) inside;
	line-height:26px
}
#side li a {
	color:#667A1E
}
/* footer */
#footer {
	clear:both
}
#footer {
	height:71px;
	color: #000;
	margin-left: 50px;
	position:relative;
	width: 385px;

}
#xhtml {
	position: absolute;
	top:20px;
	left:650px
}
