* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	outline: none;
}
img {
	border: none;
}
.logo {
	width: 232px;
	height: 107px;
	margin-bottom: 20px;
	background: transparent url(../images/logo.png) top left no-repeat;
}
.menu {
	margin-top: 60px;
	margin-left: 60px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	background: transparent url(../images/transp.png) top left repeat;
}
.menu ul li {
	display: inline;
	margin-right: 10px;
}
.menu ul li a {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.menu ul li a:hover {
	border-top: solid 2px #fff;
}
.menu ul li.selected {
	border-top: solid 2px #fff;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	cursor: default;
}
.introduction {
	width: 580px;
	height: auto;
	line-height: 18px;
	margin-top: 25px;
	margin-left: 60px;
	font-size: 12px;
	color: #fff;
	background: transparent url(../images/transp.png) top left repeat;
}
.introduction1 {
	width: 580px;
	height: 150px;
	overflow-y: scroll;
	line-height: 18px;
	margin-top: 25px;
	margin-left: 60px;
	font-size: 12px;
	color: #fff;
	background: transparent url(../images/transp.png) top left repeat;
}
.introduction2 {
	width: 580px;
	height: 130px;
	overflow-y: scroll;
	line-height: 18px;
	margin-top: 25px;
	margin-left: 60px;
	font-size: 12px;
	color: #fff;
	background: transparent url(../images/transp.png) top left repeat;
}
.introduction3 {
	width: 580px;
	height: auto;
	line-height: 18px;
	margin-top: 25px;
	margin-left: 60px;
	font-size: 12px;
	color: #fff;
	background: transparent url(../images/transp.png) top left repeat;
}
.introduction p {
	padding: 8px 0 8px 10px;
	color: #F9F9F9;
}
.introduction1 p {
	padding: 8px 6px 8px 10px;
	color: #F9F9F9;
}
.introduction2 p {
	padding: 8px 6px 8px 10px;
	color: #F9F9F9;
}
.introduction3 p {
	padding: 8px 6px 8px 10px;
	color: #F9F9F9;
}
.introduction1 ul {
	width: 530px;
	height: auto;
	padding-left: 25px;
	list-style-image: url(../images/bullet.png);
}
.introduction1 ul li {
	padding-bottom: 4px;
}
.thumbs {
	margin-left: 60px;
	margin-top: 10px;
	height: auto;
	background: transparent url(../images/transp.png) top left repeat;
}
.thumbs ul {
	width: 580px;
	height: auto;
	padding: 6px;
}
.thumbs ul li {
	display: inline;
}
.thumbs2 {
	margin-left: 60px;
	margin-top: 10px;
	background: transparent url(../images/transp.png) top left repeat;
}
.thumbs2 ul {
	width: 580px;
	height: auto;
	padding: 6px;
}
.thumbs2 ul li {
	display: inline;
}