#navbar{
	display: block;
	font-family: Arial;
	z-index: 1;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid rgb(213, 219, 225);
	padding-left: 10px;
	background-color: rgb(213, 219, 225);
}

#navbar li{
	display: inline;
	overflow; hidden;
	list-style-type: none;
}

#navbar a, a.active {
	text-decoration:none;
	padding: 5px 5px 0px 5px;
	margin: 2px;
	color: black;
	border-bottom: 2px solid rgb(213, 219, 225);
}

#navbar a.active {
	background: rgb(118,160,140);
	border-bottom: 2px solid rgb(118,160,140);
	font: bold 16px;
}

#tablet {
	font-size: 0.75em;
	color: rgb(30,30,0);
}

#figure {
  float: right;
  width: 255;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
  background-color: #F5FFC6;
  text-align: center;
}

#figure a {
  text-align: center;
  font-style: italic;
  font-size: 1.2em;
  text-indent: 0;
}

img.long {
  width: 200px;
  height: 300px;
}

img.scaled {
  width: 200px;
  height: 200px;
}

#container {
	width: 760px;
	border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#banner {
	padding: 1px;
	background-color: rgb(213, 219, 225);
}

#content {
	padding: 15px;
	background-color: rgb(118,160,140);
	color: black;
	font-family: Arial;
	text-align: justify;
	z-index:2;
	border-top:none;
}

#content a {
	text-decoration: none;
	color: rgb(150,10,10);
}

#content a:hover {
	background: rgb(255,255,0);
}

#footer {
	clear: both;
	padding: 5px;
	margin-top: ;
	background-color: rgb(213, 219, 225);
}
