* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

body {
	background-color: #E4E4E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-position: -10px 220px;
	/*margin-left: 290px;*/
}
#scrollInner{
	padding-left: 290px;
	padding-top: 30px;
	padding-bottom: 50px;
}
#person {
	position: fixed;
	left: -5px;
	top: 240px;
	width: 290px;
	height: 400px;
	background-repeat: no-repeat;
}
#navi {
	position: fixed;
	left: 48px;
	top: 30px;
	background-color: #FFFFFF;
	width: 139px;
	height: 189px;
	border: 1px solid #000000;
	padding-left: 20px;
	padding-top: 19px;
	font-weight: bold;
	letter-spacing: 1px;
}

#navi ul {
	list-style-type: none;
	line-height: 20px;
}

#navi ul ul{
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 11px;
	display: none;
	font-weight: normal;
}

#navi .active ul{
	display: block;
}
#navi ul .active a{
	color: #FF0099;
}
#navi .active li a{
	color: #000000;
}
#navi .active li.active a{
	color: #FF0099;
}
#main {
}

h1 {
	margin-bottom: 40px;
}

h1 span {
	display: none;
}
#english {
	margin-left: -60px;
}
#chinese {
	margin-left: 120px;
}
h2 {
	font-size: 14px;
}

.lk{
	margin-top: 200px;
	margin-bottom: 40px;
}

.lk a{
	background-color: transparent;
	padding: 0px;
	border: none;
}

p {
	margin-top: 10px;
	width: 500px;
	line-height: 20px;
	text-align: justify;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

table.realizationTable {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 500px;
}

table.realizationTable td {
	font-size: 11px;
	padding-top: 10px;
	text-align: center;
}

a {
	color: #000000;
}

#gallery {
	margin-left: 230px;
	width: 600px;
	text-align: center;
}

#gSignage {
	position: fixed;
	left: 850px;
	top: 0px;
	background-color: #FFFFFF;
	width: 98px;
	height: 159px;
	border-width: 1px;
	border-color: #000000;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
}
#gSignage p{
	height: 105px;
	width: 103px;
}
#gSignage td{
    width: 20px;
	margin-left: -5px;
}

#thumbs{
	position: fixed;
	left: 850px;
	top: 190px;
	background-color: #FFFFFF;
	width: 118px;
	height: 388px;
	padding-left: 20px;
	padding-top: 20px;
	overflow: auto;
	border: 1px solid #000000;
}
#thumbs div{
	margin-bottom: 10px;
	width: 67px;
	height: 67px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.source {
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 20px;
}
#scrollInner a {
	color: #FF0099;
}
