html,body {
  height: 100%;
  margin: 0;
  padding: 0;
}

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

h1 {
  font-size: 4em;
  margin-bottom: .5em;
}

h2 {
  font-size: 2em;
  margin-bottom: .5em;
}

h3, p, ul {
  font-size: 1em;
  margin-bottom: .5em;
}
  
#container_cushion {
  width: 570px;
  margin: 0px auto;
  padding: 0px 10px;
  border-left: 2px solid black;
  border-right: 2px solid black;
  background-color: #fff;

  height: auto !important; /* real browsers */
  height: 101%; /* IE6: treaded as min-height*/
  min-height: 101%; /* real browsers */
}

#container {
  width: 550px;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  background-color: rgb(213, 228, 169);
}

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

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

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

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

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

#minitabs li {
  margin: 0; 
  padding: 0;
  display: inline;
  list-style-type: none;
}
  
#minitabs a:link, #minitabs a:visited {
  margin: 0; 
  padding-bottom: 6px;
  float: left;
  height: 20px;
  width: 25%;
  color: #AAA;
  font-size: 14px;
  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);
  padding-bottom: 2px;
  background: #fff;
  color: rgb(103, 118, 59);
}

#copy {
  background-color: white;
  padding: 1em 50px 1em 50px;
  border-left: 1px solid rgb(193, 208, 149);
  border-right: 1px solid rgb(193, 208, 149);
  text-align: left;
}

#copy_mission {
  margin-bottom: 1em;
}

#copy_recent_work {
  margin-bottom: 1em;
}

#copy_client_list {
  margin-bottom: 1em;
}

#copy_resume {
  margin-bottom: 1em;
}

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

#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);
  height: 100%;
}

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