body{
	font-family: Tahoma;
	background-color: #131353;
	color: #000000;
	height: 1100px;
  background: #131353;
  box-shadow: inset 100px 100px 500px -50px #000000, 
              inset -100px 100px 500px -50px #000000;
      
}

div.content {
	width: 950px;
	margin: auto;
	
}

nav {
	background-color:   #cccccc;
	color: #ffffff; /* white */
	padding: 10px;
	text-align: center;
}

div.main {
	background-color: #eaeafa;
	padding: 10px;
}

div.footer {
	background-color:   #cccccc;
	color: #ffffff; /*white*/
	padding: 10px;
	text-align: right;
}

div.center_it{
	text-align: center;
}

div.image_info{
	text-align:center;
	
}

div.cap_pic{
	float:left;
}

div.caption{
	width: 350px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}

.img-circle {
    border-radius: 10%;
}

/* Navigation links */
a.nav{font-weight: bold;}
a.nav:link{color:#ffffff; text-decoration: none;}
a.nav:visited{color:#2B24A0;}
a.nav:hover{color:#ffA340;} /* pale gold */
a.nav:active{color:#2B24A0;}

/* page links */
a{font-weight: bold;}
a:link{color:#2B24A0;} /*Medium blue*/
a:visited{color:#767676;} /*Medium grey8*/
a:hover{color:#ffA340;} /* pale gold */
a:active{color:#ffA340;} /* pale gold*/