/* CSS Document */
img{
	border: 0px;
}
#nav{
	width: auto;
	height: 30px;
	padding: 0px;
}
#nav ul{
	padding: 0px;
	margin: 3px 0px 0px 0px;
}
#nav ul li{
	display: inline;
	float: left;
	list-style-type: none;
	width: 25px;
	margin: 0px;
	padding: 3px;
}
#nav ul li a{
	border:1px solid #FFF;
}
#nav ul li a:hover{
	text-decoration:none;
}
#pic{
	width: auto;
	margin: 0px;
}
#pic .img{
	border: 2px solid #999;
	
	background-color: #999;
}
#titleSlide{
	width: auto;
	font: bold 18px 'Arial';
	padding: 3px;
	margin: 0px;
	background-color:#999;
	color:#FFF
}
#titleSlide a{
	text-decoration: none;
	background-color:#999;
	color:#FFF
}
#titleSlide a:hover{
	text-decoration:underline;	
}
#textSlide{
	width: auto;
	padding: 3px;
	margin: 0px;
	font: normal 12px 'Trebuchet MS';
	border-bottom:1px solid #999;
	background-color:#999;
	color:#FFF;
}
#settings{
	width: 100px;
}
#settings span, #settings img{
	float: left;
}
#settings span{
	font: bold 11px 'Arial';
	width: 20px;
	text-align: center;
	line-height: 19px;
	border: 1px dashed #ccc;
	background: #eee;
	height: 16px;
	margin: 0px 2px;
}

#manual{
	font: normal 12px Trebuchet MS;
	width: 400px;
	margin: 0px auto;
	background: #fff;
	padding: 10px;
	text-align: justify;
}
#manual h3{
	font: bold 18px Arial;
	padding: 3px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	background: #f5f5f5;
}
#manual a.link{
	font: italic 12px Trebuchet MS;
	color: #666;
	text-decoration: underline;
}
#manual a.link:hover{
	text-decoration: none;
}
#manual h5{
	font: bold 14px Arial;
	padding: 0px;
	margin: 50px 0px 0px 0px;
}
#manual pre{
	border-top: 1px dashed #777;
	border-bottom: 1px dashed #777;
	background: #efefef;
	padding: 10px;
	color: #555;
}
.center{
	width: auto;
	margin: 0px auto;
}