body 	{ background-color: rgb(240,240,250) }

#header { position: relative;
		left: 0;
		top: 0;
		color: rgb(50,50,225); 
		text-align: center }

#columns { position: relative;
		left: 0;
		top: 0;
		height: 100% }

#navbar { float: left; 
		position: absolute;
		top: 0;
		left: 0;
		width: 20%;
		color: rgb(0, 0, 175);
		background-color: rgb(220,220,240);
		border-style: solid;
		border-width: 3px;
		border-color: rgb(175,175,175) }

#navbar ul { list-style: none;
		margin-top: 1em }

#navbar ul li a:hover { color: rgb(200, 0, 0) }
#navbar ul li a:visited { color: rgb(100, 0, 0) }

#content { position: relative;
		top: 0;
		left: 22%;
		width: 75%;
              font-family: "Times New Roman", "serif"}

#hapholi {  text-align: center; }

.acronym { font-weight: bold; 
          font-size: 1.5em; }

.imgleft { float: left;
          clear: left;
          width: 22%;
          margin-top: 1em;
          margin-right: 1em;
          margin-bottom: 1em; }

#imgfamily { width: 30%; }
          
.imgright { float: right;
          width: 22%;
          margin-top: 1em;
          margin-left: 1em;
          margin-bottom: 1em; }

#outtakes li { list-style: none; 
          margin-bottom: 1em; }

.action { text-align: center; }

.credits { margin-bottom: 0; }

.credits + p { margin-top: 0;
          margin-left: 2em; }

