body {
	font: 12px/16px "Times New Roman", Times, serif;
	background: #fff url(/images/bg.gif);
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}
#doc {
	text-align: center;
}
#info {
	text-align:center;
	width:800px;
	margin:0 auto;
/*	border:1px solid #ccc; */
	overflow:hidden;
	padding:20px 35px;
	position:relative;
}
#info a {
	color:#333;
	display:block;
	position:absolute;
	text-decoration:none;
	top:50px;
	z-index:100;
}
	#info a#move-left {
		left:0px;
	}
	#info a#move-right {
		right:0px;
	}
	#info .mod {
		overflow:hidden;
	}
#themes {
	width:80000px;
}
.mod {
	width:785px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	zoom:1;
}
#themes, #themes li {
	margin:0;
	overflow:hidden;
	padding:0;
	list-style:none;
	list-style-type:none;
}
#themes li {
	float:left;
	height:3000px;
	margin:0 20px 0 0;
	width:780px;
	padding:0;
}
li img {
	border:1px solid #fff;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 10px;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover, #navlist li#current a
{
color: #fff;
background-color: #369;
text-decoration: none;
}