/* CSS Document */
img{
	margin:5px 5px;
	border: 0px;
}
#nav{
	width: 700px;
	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;
}
#pi{
	width: 700px;
	padding: 10px;
	margin: 0px;
}
#pi .img{
	border: 0px solid #999;
	padding: 3px;
	background: #eee;
}
#titleSlide{
	position:absolute;
	width: 200px;
	color: rgb(170, 0, 0);
	font: bold 16px 'Arial';
	padding: 0px 0 0 0px;
	margin: -190px 0 0 470px;
	*margin: 10px 0 0 20px;
}
#titleSlide a{
	text-decoration: none;
	color: rgb(170, 0, 0);
}
#titleSlide a:hover{
	text-decoration:none;
	border-bottom: none;
}
#textSlide{
	width: 200px;
	height: 130px;
	padding: 3px;
	margin: -168px 0 0 470px;
	font: normal 11px 'Arial';
}
#textlink{
	position:absolute;
	margin:7px 0 0 570px;
	color: rgb(170, 0, 0);
	font: normal 11px 'Arial';
	text-decoration:none;
}
#linkSlide{
	width: 25px;
	padding:0px 0 0 0;
	margin:0 0 0 654px;
	color: rgb(170, 0, 0);
}
#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;
}
.center{
	background:rgb(244, 246, 245);
	width: 700px;
	height:200px;
	margin: 0px auto;
}