/* CSS Document */
img{
	border: 0px;
}
#nav{
	width: 320px;
	height: 30px;
	background: #fff;
	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{
	padding: 3px 3px 0px 3px;
	background: #eee;
}
#nav ul li a:hover{
	background: #ccc;
}
#pic{
	width: 550px;
	padding: 10px;
	margin: 0px;
}
#pic .img{
	border: 1px solid #999;
	padding: 3px;
	background: #eee;
}
#titleSlide{
	width: 550px;
	text-decoration: none;
	font: 16px 'Arial';
	padding: 3px;
	margin: 0px;
	background: #fff;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
}
#titleSlide a{
	text-decoration: none;
	color: #4E8006;
}
#titleSlide a:hover{
	font: 16px 'Arial';
	color: #000000;
}
#textSlide{
	width: 550px;
	padding: 3px;
	margin: 0px;
	font: normal 12px 'Arial';
	background: #fff;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
}
#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;
}
body{
	padding: 0px;
	margin: 0px;
}
#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: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
