* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
  color: #333;
  font: 11px Verdana, sans-serif;
  text-align: center;
  background-color: rgb(166,169,149);
}

h1 {
  font: bold 12px Verdana, sans-serif;
}

h2 {
  padding: 1em 0 .2em 0;
  font: normal 18px/1.5em Georgia, serif;
}

p {
  margin: 2em 0;
  line-height: 1.5em;
}

a {
  color: #666;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
	color: #657EE2;
	text-decoration: underline overline;
	font-weight: bold;
}

#container-page {
  margin: 0 auto;
  width: 700px;
  background: #DDD url(../graphics/background-slice.gif) repeat-y;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-head {
	background: #999 url(../graphics/top-header-slice.gif);
	background-repeat: no-repeat;
	height: 175px;
}

#header {
  padding: 1em;
}

#container-content {
  padding: 0 2em 40px 2em;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
  width: 80%;
  float: right;
}

#menu {
  padding: 1em 0;
  width: 20%;
  float: left;
}

#menu ul,#menu ul li {
	list-style: none none;
	line-height: 200%;
}

#container-foot {
  width: 100%;
  background: #CCC url(../graphics/footer-slice.gif) no-repeat;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 40px;
}

#foot {
  padding: 0 1em;
  line-height: 40px;
}

h1 {
  font: bold 12px Verdana, sans-serif;
  padding-left: 10px;
  padding-top: 10px;
}

h2 {
  padding: 1em 0 .2em 0;
  font: normal 18px/1.5em Georgia, serif;
  text-align: right;
}

p {
	margin: 2em 0;
	padding-left: 1em;
	line-height: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
}
.address {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: bold;
	line-height: 110%;
	letter-spacing: 4px;
	text-align: center;
}
.letters {
	margin: 5px;
	border: 1px dotted #666666;
}

.pictures {
	padding: 5px;
	margin: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}