@charset "utf-8";
* {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}
#page_container {
	width: 950px;/* IE8\FF居中 */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header #top {
	text-align: right;
}
#header #logo {
	background-image: url(imgs/eglogo.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 950px;
}
#main {
	clear: left;
	float: left;
	width: 525px;
}
#intro {
	float: right;
	width: 395px;
	clear: right;
	padding: 10px;
	background-color: #F9F9F9;
}
#i-example img {
	height: 55px;
	width: 78px;
}
.showimg_list li {
	float: left;
	padding: 5px;
}
.showimg_list li img{
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #ececeb;
}

.showimg_list li a:hover img {
	border: 1px solid #FFCC00;
	background-color: #FFFFFF;
}
#footer {
	padding: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
}
