@charset "utf-8";
/* CSS Document */

#container {
	width: 968px;
	background: #FFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow:visible;	
}

#banner {
	position: relative;
	background-color:#47882e;
	
}

#background {
	height:580px;
	width:968px;
	background-image:url('back_img.jpg');
	background-repeat:no-repeat;
	}
#panda_menu {
	position: absolute;
	/* [disabled]top: 50px; */
	right: 30px;
	bottom: 0px;
}

#main_image {
	height: 376px;
	width: 968px;
	position: relative;
	margin-top:10px;
}

#item_1, #item_2, #item_3, #item_4,#item_5, #item_6, #item_7, #item_8, #item_9, #item_10 {
	margin-top:10px;
	width: 479px;
	float: left;
	
}

#item_2, #item_4, #item_6 ,#item_8, #item_10 {
  margin-left: 10px;
}

#navigation {
	float: left;
	margin-top:10px;
	width: 968px;
	text-align:center ;
	}
	
#footer img {
	margin-top: 10px;
}


h2 {
	margin-top: 0;
    margin-bottom: 0;

}


#left_column, #center_column, #right_column {
	margin-top:20px;
	width: 316px;
	float: left;
 
}
#center_column, #right_column {
	margin-left: 10px;
}

	
p {
	margin-top: 0;
}


a {
	text-decoration: none;
	color:inherit;
	
}

a:hover {
	 color:#47882e; 
     text-decoration:underline; 
     cursor:pointer;  

}

.search {
	margin-right:10px; 
	float:right;
	margin-top:10px;}
	