html,body {
  height: 100%;
}

div#container, div#container_cushion {
  height: 100%;
}

body {
  margin: 0px 0px;
  padding: 0px;
  text-align: center;
  font-family: Georgia;
  background-color: white;
  background-image: url(/images/img_84.gif);
}

h1 {
  font-size: 1.6em;
  margin-bottom: .8em;
  color: rgb(103, 118, 59);
  text-transform: uppercase;
}

h2 {
  font-size: 1.2em;
  margin-bottom: .6em;
  color: rgb(103, 118, 59);
  text-transform: uppercase;
}

h3, p, ul {
  font-size: .8em;
  margin-bottom: .4em;
}
  
#container {
  width: 550px;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  background-color: rgb(213, 228, 169);
}

#container_cushion {
  display: table;
  width: 570px;
  margin: 0px auto;
  padding: 0px 10px;
  border-left: 2px solid black;
  border-right: 2px solid black;
  background-color: #fff;
}

#header {
  background-color: rgb(213, 228, 169);
  padding: 15px 15px 5px 15px;
  text-align: center;
  border-left: 1px solid rgb(193, 208, 149);
  border-right: 1px solid rgb(193, 208, 149);
  width: 518px;
}

#header h1 {
  margin-bottom: 0px;
}

#name {
  padding: 75px 0px 0px 0px;
  overflow: hidden;
  background-image: url(/images/subpage_h1.gif);
  background-repeat: no-repeat;
    
  height: 0px !important;
  height /**/:75px;
}

#menu {
  text-align: center;
  background-color: white;
  border: 1px solid rgb(193, 208, 149);
  width: 548px;
}

#minitabs {
  margin: 0;
  padding: 0 0 22px 0px;
}

#minitabs li {
  margin: 0; 
  padding: 0;
  display: inline;
  list-style-type: none;
}
  
#minitabs a:link, #minitabs a:visited {
  margin: 0;
  padding: 0; 
  border-bottom: 4px solid white;
  float: left;
  height: 18px;
  width: 109px; /* 548 divided by 5, rounded down */
  color: #AAA;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
  border-bottom: 4px solid rgb(193, 208, 149);
  color: rgb(103, 118, 59);
}

#copy {
  width: 498px;
  background-color: white;
  margin: 0px auto;
  padding: 1em 25px 1em 25px;
  border-left: 1px solid rgb(193, 208, 149);
  border-right: 1px solid rgb(193, 208, 149);
  text-align: left;
}

#copy li {
  list-style-type: circle;
  margin-left: 1.5em;
}

#copy a {
  color: black;
  text-decoration: underline;
}

#footer {
  font-size: 1em;
  background-color: rgb(213, 228, 169);
  text-align: center;
  padding: 15px 10px 25px 10px;
  width: 528px;
  border-top: 1px solid rgb(193, 208, 149);
  border-left: 1px solid rgb(193, 208, 149);
  border-right: 1px solid rgb(193, 208, 149);
}

#footer a {
  color: black;
  text-decoration: underline;
}
