
#chapter_title{
	text-align: center;

}

#figure{
	height:auto;
	width:100%;
	/*max-width: 500px;*/
}

/*#border{
	border-style: solid;
	border-width: 1px;
	border-color: pink;
}*/


#figurecaption{
	display: inline;	
	color:skyblue;
	  font-style: italic;
	  border-style: solid;
	  border-width: 1px 1px 1px 1px;
	  border-color: #E7E7E7;
	  padding: 10px;
	  text-align: left;
	  margin: auto;
	  display: block;
	  width: 100%;
	  -moz-box-shadow: 5px 5px 5px 5px #777777;
	  -webkit-box-shadow: 5px 5px 5px 5px #777777;
	  box-shadow: 5px 5px 5px 5px #777777;
	  -moz-border-radius: 10px;
	  -webkit-border-radius: 10px;

}
#navigation{
	padding-left: 5px;
	position: fixed;
	display: block;

}

#navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #DCDCDC;
  border: 1px solid black;
  position: fixed;
/*  overflow: auto;*/
/*  left:0px;*/
/*  bottom: 100px;*/
/*top: 100px	;*/
width: 15%;
}


#navbar li{
  text-align: center;
  border-bottom: 1px solid black;

}

#navbar li a{
  display: block-inline;
  color: #000;
/*  padding:8px 16px;*/
  text-decoration: none;
  border-bottom: none;
}

#navbar li:hover{
  background-color: white;
  color: white;
}


