#container {
	width: 95%;
}
#introtext {
	margin-top:20px;
	margin-bottom: 20px;
}
#speechboxes {
	float:left;
	/*font-size:.9em;*/
	width: 600px;
  margin-bottom: 30px;
}
#speechboxes a {
	display: block;
	text-decoration: none;
	color: #00F;
}
#speechnav {
	clear:both;
  width: 600px;
	margin-top: 10px;
	/*border: 1px solid #3668AF;*/
}
#speechnavreg {
	margin-bottom: 10px;
}
#speechnavbox {
	background: #FFF;
	text-align: center;
}
#speechnavhead {
  text-align: left;
}
#speechnavbox div:last-child {
  /*border-bottom: 0;*/
}
#speechnavhead {
	font-weight: bold;
  padding: 3px 0px 10px 0px;
}
.speechlink {
	border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
	padding: 5px 0;
	/*height: 20px;*/
  font-size: 11px;
  width: 99px;
  float: left;
}
.speechlink:last-child {
  border-right: 1px solid #999;
  width: 98px;
}
#speechnavcurrent {
	background: #DFE4EE;
}
#guidelist {
	width: 75%;
}
#guidelist a {
	display: block;
}
#guidelist div {
	margin: 5px 0px;
}

#guide {
  float: right;
  text-align: left;
  width: 125px;
  margin-top: 15px;
  margin-right: 5%;
}

#guide img {
  float: left;
}

#guide div {
  font-size: 0.8em;
  margin-left: 5px;
  margin-top: 2px;
  float: left;
}