body {
	background-color: #fff;
}
body, td, th {
	font-family: sans-serif;
	font-size: 12px;
	color: #000;
}
img { border: 0; }
a:focus { outline: none; }
#nav {
	position: absolute;
	top: 20px;
	right: 10px;
	padding: 0 40px 20px 40px;
}
#nav .sub {
	padding: 20px 0 5px 0;
}
#nav a img {
	padding: 5px 0 5px 0;
}

#sig {
	font-size: 10px;
	color: #ccc;
}

#main {
	padding: 20px;
	margin-right: 130px;
}
#main_center {
	margin: 0 auto 0 auto;
	text-align: center;
}

#slideshow {
	position: relative;
	top: 10px;
}
#slideshow div {
	text-align: center;
	width: 100%;
}
#slideshow img {
	width: 100%;
}

#thumbs {
	margin: 0;
	padding: 0;
}
#thumbs li { float: left; list-style: none; margin: 4px; }
#thumbs a { padding: 3px; display: block; border: 1px solid #ccc; background: #fff; }
#thumbs a:focus { outline: none; }
#thumbs a.activeSlide { background: #ddd; }
#thumbs img { display: block; height: 50px; }
