html {
  height: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}

body {
  margin: 0;
  height: 100%;
  background-color: #aaa;
}

a:link, a:active, a:visited {
  color: #004488;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: white;
  background-color: #004488;
  text-decoration: none;
  font-weight: bold;
}

.clear {
  clear: both;
}

#wrapper {
  width: 760px;
  margin: 0 auto 0 auto;
}

#header {
  background-color: #3a6c8f;
  height: 140px;
  color: white;
}

#header h1 {
  margin: 0;
  text-align: center;
  font-size: 120%;
}

#main_content {
  background-color: white;
  color: #1a4d6d;
}

#main_content h2 {
  color: black;
  font-size: 120%;
}

#left_content {
  width: 310px;
  float: left;
  padding: 30px;
}

#left_content img {
  vertical-align: middle;
  margin-right: 10px;
}

#right_content {
  width: 340px;
  float: right;
  padding: 20px;
}

.box_shadow,
.box_content {
  position: relative;
  bottom: 2px;
  right: 2px;
}

.box_shadow {
  background-color: #666; /*shadow color*/
  color: inherit;
}

.box_content {
  background-color: #fff; /*background color of content*/
  color: #000; /*text color of content*/
  border: 1px solid #000; /*border color*/
}

.box_content div {
  clear: left;
  width: 330px;
}

.box_content div div {
  float: left;
  width: 150px;
  margin: 8px;
}

.box_content img {
  margin: 0 auto;
  display: block;
  border: 1px #1a4d6d solid;
}

.box_content p {
  padding: 16px;
  font-weight: bold;
  color: #900;
  font-style: italic;
}

#footer {
  text-align: center;
  clear: both;
  height: 32px;
  width: 760px;
  padding: 2px;
  color: white;
  background-color: #3a6c8f;
}

.big {
  font-weight: bold;
  font-size: 120%;
}

address {
  font-style: normal;
  font-weight: bold;
}