/* CSS Document */
img{
	border: 0px;
}
#nav{
	width: 464px;
	background: #;
}
#nav ul{

}
#nav ul li{
	display: inline;
	float: left;
	list-style-type: none;
}
#nav ul li a{
	background: #eeeeee;
}
#nav ul li a:hover{
	background: #cccccc;
}
#pic{
	width: 464px;
}
#pic .img{
}
#titleSlide{
	width: 450px;
	padding: 3px;
	font: bold 18px 'Arial';
	background: #000000;
    text-align: center;
    text-decoration: none;
	color: #ffffff;
	text-align: center;
}
#titleSlide a{
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}
#titleSlide a:hover{
	border-bottom: 0px dashed #555555;
}
#textSlide{
	width: 453px;
	font: normal 12px 'Trebuchet MS';
	background: #ffffff;
}
#settings{
	width: 100px;
}
#settings span, #settings img{
	float: left;
}
#settings span{
	font: bold 11px 'Arial';
	text-align: center;
	background: #eeeeee;
}

#manual{
  	width: 464px;
	background: #000000;
}
#manual h3{
	font: bold 18px Arial;
	background: #f5f5f5;
	text-align: center;
}
#manual a.link{
	font: italic 12px Trebuchet MS;
	color: #666666;
	text-decoration: underline;
}
#manual a.link:hover{
	text-decoration: none;
}
#manual h5{
	font: bold 14px Arial;
	text-align: center;
}
#manual pre{
	background: #efefef;
	color: #555555;
}
.center{
	width: 464px;
	margin: 0px auto;
}
