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

.content {
	background: url(../images/sue_bg.png) repeat-y;
	display: block;
	margin: 0 auto;
	width: 843px;
	z-index: 999;
}
.column {
	width: 140px;
	float: left;
	margin-right: 90px;
	margin-bottom: 20px;
	text-align: center;
}
.column1 {
	width: 260px;
	float: left;
	margin-right: 90px;
	text-align: center;
}
img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}
img.left {
	float: left;
	margin: 0px 10px 10px 0px;
}
.top {
	display: block;
	float: left;
	margin-left: 120px;
	width: 700px;
	}
.pdf {
	display: block;
	float: left;
	margin-left: 120px;
	width: 680px;
}
.pdf img {
	border: 1px solid #000;
}
.show {
	display: block;
	float: left;
	margin-left: 150px;
	width: 690px;
}
.show img {
	border: 1px solid #000;
}
.showlist {
	background-color: #FAB65B;
	border: 1px solid #000;
	display: block;
	float: right;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-top: 57px;
	padding: 10px;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 180px;
}
.footer {
	background: url(../images/footer_bg.png) repeat-y;
	clear: both;
	color: #fff;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	width: 843px;
	height: 40px;
}
.footer a {
	color: #fff;
}
.head {
	z-index: 1000;
}

