html {
  background-color: #4e2b31; /* Site Background color */
  background-image: url(bg-textsite.gif);
  background-repeat: repeat-x;
  background-position: top;
  }
.clear {
  clear: both;
  }
#doc2 {
  color: #414c44; /* Site Font Color */
  background-color: #d0a47f; /* Content Background Color */
  padding: 10px;

  border-style: solid;
  border-width: 0.3em;
  border-color: #414c44; /* Border around content color */
  }
a {
  color: #414c44; /* Link Color */
  }
#logo {
  float:left;  
  margin: 5px;
}
h1#header {
  float:right;  
}
#search {
  float:right;  
}
h1 {
  font-size: 160%;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  }
h2 {
  font-size: 140%;
  margin-top: 5px;
  margin-bottom: 5px;
  }
#hd {
  text-align: center;
  }
#ft {
  text-align: center;
  }
#bd {
  text-align: left;
  }


#description {
  font-size: 90%;
  padding: 10px;
  }

#copyright {
  padding: 5px;
  }



#make {
  font-size: 100%; 
  }

#make .float {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 0;
  }

#make .element {
  padding-bottom: 5px;
  }
span.label {
  font-weight: bold;
  }
#FormButton {
  text-align: center;
  }
#FormButton input {
  font-size: 200%;
  }


.user_links {
  padding: 5px;
  margin: 5px;
  }
label span.user_links_desc {
  float: left;
  width: 12em;
  text-align: right;
  margin-right: 5px;
  } 
.gigya {
  margin: 20px;
  margin-left:175px;
  }

