/* CSS Document */
html, body {
  height: 100%;
  margin: -5px 0 0 -5px;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-align: center;
  background-image: url(../images/body_background.png);
  background-repeat: repeat-x;
  background-color: #fff;
  color: #443b3a;
}
#container {
  position: relative;
  min-height: 100%;
  margin: -1px auto 2% auto;
  padding: 0 0 0 0;
  height: auto;
  width: 741px;
  text-align: left;
  background-image: url(../images/container_bg_repeat.png);
  background-repeat: repeat-y;
}

#content {
	margin: 5% auto 0 auto;
	width: 80%;
	height: 100%;
	padding: 0 0 5% 0;
	/*background-color: #009933;*/
}

#container_header {
	background-image: url(../images/Alexandra-Banner.jpg);
	background-repeat: no-repeat;
	height: 205px;
	width: inherit;
}

#navigation {
	margin: 10px 0px 30px 0px;
	padding: 0 0 10px 0;
	width: 100%;
	height: auto;
}

#navigation a {
	float: right;
	margin: 0px 10px 0px 10px;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #333333;
}

#navigation a:hover, #navigation a:active, #navigation a:focus, #navigation .active a:link, #navigation .active a:visited  {
  color: #406884;
  text-decoration: underline;
}

#pageInformation ul li a{
	color:#333333;
	text-decoration: none;
}

#pageInformation a:hover, #pageInformation a:active, #pageInformation a:focus, #pageInformation .active a:link, #pageInformation .active a:visited  {
  color: #406884;
  text-decoration: underline;
}

.poem {
	line-height: 1.9em;
	letter-spacing: .02em;
}

