@import url(nav.css);@charset "utf-8";
/* Linvers Liu */
*{ margin:0px;padding:0px;}
h2{margin:0;padding:0;}
body {
	background:#000;
	text-align:center;
}
#wrapper {	
	margin:0 auto;
	text-align:left;	
	color:#FFF;	
}
/*
header 
include  logo,menu;
*/
#header
{ 
  position:relative;
  width:969px;
  height:96px;
  margin:0 auto;
  text-align:left; 
  z-index:100000; 
}
.logo{
  position:absolute;
  height:106px;
  width:202px;
  z-index:9999;
  overflow:hidden;
  outline: none;
}
/* menu */
#menu{
  float:left;
  position:absolute;
  top:73px;
  right:0;
  z-index:999px;
}
#menu li
{
   float:left;
   display:block;
   list-style:none;
   margin-right:25px;
}
#menu li a{
   font:12px Calibri,"Courier New", Courier, monospace;
   color:#747474;
   text-decoration:none;
}
#menu .link{
  margin-right:0px;
}
/*end menu*/

#content
{
  margin:0 auto;
  height:440px;
  width:969px; 
  text-align:left;;
  background:url(../images/content_BG1.png) no-repeat left top;
}
.snav{	
	height:440px;
}
#nav li.hover ul{display:block; position:absolute;left:134px; top:2px;z-indenx:9999; font-size:12px;width:160px;}

/*info*/

/*change button is <ul> tag*/
#changeBtn{
  position:absolute;
  margin-left:150px; 
 *margin-left:14px; 
   margin-top:7px;
  padding-left:3px;
  padding-top:5px;  
  text-align:center;
  width:28px;
  height:22px;
  margin-bottom:2px;  
  background:#fff;
  border:1px solid #9cdfa7;
}
#changeBtn li
{
  float:left;
  display:block;
  width:7px;
  height:8px;
  margin-right:2px;
  margin-bottom:3px;
  background:#398f47;
  list-style:none;
  overflow:hidden;
  cursor:pointer;
}
#changeBtn .active
{
  background:#c81b24;
}
/**/
#info
{  margin-top:338px;
	margin-left:136px;
	*margin-left:0;
  float:left;
  position:absolute;
  height:91px;
  width:793px;
  padding:6px 20px;
  background:#19af32;
  z-index:100px;
}

#info .event
{  
  width:346px;
  float:left;
  overflow:hidden;
  margin-right:20px;
}
.event h2
{
  width:346px;
  height:20px; 
  line-height:20px;
}
.event h2 a{ 
   display:block;
   float:right;
   font:10px Arial, Helvetica, sans-serif;
   font-weight:bold;
   text-decoration:none;
   color:#fff; 
   height:20px;
   line-height:20px;   
   width:41px;
   background:url(../images/more.gif) no-repeat  right center;
   
 }
.event .eventTxt{
  padding-top:14px;
  width:346px;
  float:left;
  overflow:hidden;
}
.eventTxt a 
{ 
  font:10px Arial, Helvetica, sans-serif;
  color:#fff
}
.eventTxt .right{ 
 float:right;
 padding-top:4px;
 padding-left:10px; 
 overflow:hidden;
 width:290px;
}
.eventTxt dl
{
  width:40px;
  height:25px;
  padding:5px 0px;
  text-align:center;
  background-image:url(../images/btn_bg1.png);
  overflow:hidden;
}
.eventTxt dt
{
  font:12px Arial, Helvetica, sans-serif;
/*  height:20px;
  line-height:20px;
*/}
.eventTxt dd
{
  color:#828282;
  font:10px Arial, Helvetica, sans-serif;
}

#info .photo
{
  float:left;
  width:422px;
}
.photo h2
{	
  width:423px;
  height:20px;
  line-height:20px;
}
.photo h2 a{ 
   display:block;
   float:right;
   font:10px Arial, Helvetica, sans-serif;
   text-decoration:none;
   color:#fff; 
   height:20px;
   width:43px;
   background:url(../images/more.gif) no-repeat  right center;
   line-height:20px;
 }

.photo ul{ float:left; margin-top:5px; overflow:hidden;}
.photo ul li{
  float:left;
  list-style:none;
  display:block;
  padding-right:16px;
}
.photo ul li img{
	border:0;
}
.photo .last
{
  padding-right:0px;
} 
/*footer*/
#footer{ margin:0 auto;width:969px;clear:both;padding-top:17px;}
#footer p{ font:10px Arial, Helvetica, sans-serif;color:#434242;}
