/* CSS Document */
#nav{
	width: 130px;
	height: 20px;
	background: #004F79;
	padding: 0px;
	z-index:1000;
}
#nav ul{
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#nav ul li{
	display: inline;
	float: left;
	list-style-type: none;
	width: 15px;
	margin: 0px;
	padding: 0px 25px;
}
#nav ul li a{
	font-size:20px;
	color:#FFF;
	padding: 0px 0px 0px 0px;
	background: #004F79;
	text-decoration:none;
	display:block;
	font-weight:bold;
	width:30px;
}
#nav ul li a:hover{
	background: #004F79;
	font-size:20px;
	color:#FFF;
	text-decoration:underline;
	display:block;
	font-weight:bold;
}

#pic{
	width: 130px;
	padding: 0px;
	margin: 0px;
}

#pic .img{
	border: 0px solid #999;
	padding: 0px;
	background: #FFF;
}

#titleSlide{
	width: 100px;
	height:1px;
	background: #004F79;
}
#titleSlide a{
	text-decoration: none;
	color: #555;
}
#titleSlide a:hover{
	border-bottom: 0px dashed #555;
}
#textSlide{
	width: 130px;
	height:1px;
	background: #004F79;
}
#settings{
	width: 130px;
}
#settings span, #settings img{
	float: left;
}
#settings span{
	font: bold 11px 'Arial';
	width: 20px;
	text-align: center;
	line-height: 10px;
	background: #eee;
	height: 16px;
	margin: 0px 2px;
}

.center{
	width: 130px;
	margin-left:10px;
}
