/* CSS Document */
img
{
	border: 0px;
}

#nav, .nav
{
	width: 20em;
	background-color: #F5F4EF;
	/*height: 25px;
	
	width: 320px;
	height: 30px;
	background: #fff;
	padding: 0px;
	*/
}

#nav ul, .nav ul
{
	padding: 0px;
	margin: 0 0 0 5px;
	/*
	margin: 3px 0px 0px 0px;
	*/
}

#nav ul li, .nav ul li
{
	display: inline;
	float: left;
	list-style-type: none;
	/*width: 25px;*/
	margin: 0px;
	padding: 3px;
}

#nav ul li a, .nav ul li a
{
	/*padding: 3px 3px 0px 3px;
	background: #eee;*/
}

#nav ul li a:hover, .nav ul li a:hover
{
	/*background: #ccc;*/
}

#pic, .pic
{
	width:20em;
	/*width:12.8em;*/
	/*width: 320px;
	padding: 10px;*/
	margin: 0px;
	/*background: #F5F4EF;*/
}

#pic .img, .pic .img
{
	/*
	border: 2px solid #999;
	padding: 3px;
	background: #eee;
	*/
	/*
	height:16em;
	width:20em;
	*/
	/*
	position:relative;
	background-color:#F5F4EF;
	font-size:10px;
	border: 2px solid #15633F;
	*/
}

#titleSlide, .titleSlide
{
	width:20em;
	/*
	width: 320px;
	font: bold 12px 'Verdana';
	*/

	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
	
	padding: 3px;
	margin: 0px;
	background: #fff;
	border: 1px solid #ddd;
	border-width: 0px 1px 0px 1px;
}

#titleSlide a, .titleSlide a
{
	text-decoration: none;
	/*color: #555;*/
}
/*
#titleSlide a:hover, .titleSlide a:hover
{
	border-bottom: 1px dashed #555;
}
*/
#textSlide, .textSlide
{
	width:19em;
	_width:20em;
	/*height: 40px;
	
	width: 320px;
	
	padding: 3px;
	margin: 0px;*/
	/*
	font: normal 12px 'Trebuchet MS';
	*/
	padding: 0 0.5em;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	
	background: #fff;
	/*
	border: 1px solid #ddd;
	border-width: 0px 1px 1px 1px;
	*/
}

#settings, .settings
{
	width: 100px;
}

#settings span, #settings img, .settings span, .settings img
{
	float: left;
}

#settings span, .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
{
	/*background: url(imgs/background.gif);*/
	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:12.8em;
	width:20em;
	/*width: 340px;*/
	margin: 0px auto;
	height:16em;
	width:20em;
	position:relative;
	/*background-color:#F5F4EF;*/
	font-size:10px;
	/*border: 2px solid #15633F;*/
}
