* {
  margin: 0;
  padding: 0;
}

body {
  background: url(../images/bg-page.gif);
  background-repeat: repeat-x;
  background-color: #7E796B;
  text-align: center;
	font-family: arial, helvetica, sans-serif;
}

li {
  margin: 10px 20px 10px 60px;
  font-size: 14px;
  color: #2B2820;
  line-height: 1.4em;
}

a {
  color: #922A0E;
}

.clearfloat {
  clear: both;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 777px;
  background: url(../images/bg-wrapper.gif);
  background-repeat: repeat-y;
  text-align: left;
}

#header {
  width: 777px;
  height: 214px;
  position: relative;
  background-color: transparent;
}
#headertext1 {
  position: absolute;
  top: 70px;
  right: 54px;
  width: 154px;
  font-size: 13px;
  font-weight: bold;
  color: #1E1202;
  line-height: 20px;
}
#mainimage {
  position: absolute;
  top: 0px;
  left: 0px;
}

#main {
  width: 648px;
  margin-left: 69px;
  background: url(../images/bg-main.gif);
  background-repeat: repeat-y;
  background-color: transparent;
}
#main-top {
  width: 648px;
  background: url(../images/bg-main-top.gif);
  background-position: top;
  background-repeat :no-repeat;
  background-color: transparent;
}
#main-bottom {
  width: 648px;
  background: url(../images/bg-main-bottom.gif);
  background-position: bottom;
  background-repeat:no-repeat;
  background-color: transparent;
  text-align: left;
}

#menu1 {
  width: 648px;
  text-align: center;
  font-family: Times, 'Times New Roman', sans-serif;
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

#columnB {
  width: 568px;
  margin-left: 39px;
  border: 1px solid #7E796B;
  background-color: #F2ECDC;
}


#menu1 a {
  color: #fff;
  text-decoration: none;
}

#menu1 a:hover {
  color: #966416;
}

#content {
  width: 500px;
  margin-left: 35px;
  padding-bottom: 25px;
}

#content #signup {
  float: right;
  background-color: #E2DAC4;
  text-align: center;
  width: 197px;
  margin: 25px 0 25px 25px;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 8px;
  color: #2B2820;
}
#instructions {
  text-align: left;
}
#content #signup #instructions p {
  margin-left: 2.5em;
  margin-bottom: 0.5em;
  width: 130px;
  font-weight: normal;
  color: #000;
}
input.submit {
  margin-top: 3px;
}

h1 {
  width: 100%;
  margin: 0;
  padding-top: 11px;
  padding-bottom: 10px;
  background-color: #E2DAC4;
  border-bottom: 1px solid #BAB4A1;
  text-align: center;
  font-family: Times, 'Times New Roman', sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #5A483B;
}

#content h2 {
  width: 100%;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-family: Times, 'Times New Roman', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #498284;
  color: #3C7375;
  border-bottom: 10px solid #7BAFB1;
}

#content h3 {
  margin-top:20px;
  font-size: 14px;
  font-weight: bold;
  color: #AF8856;
}

#content h4 {
  margin-top:20px;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  color: #6D634B;
}

#content p {
  margin-top:10px;
  margin-bottom: 14px;
  font-size: 12px;
  color: #2B2820;
  line-height: 18px;
}

#footer {
  width: 648px;
  margin-left: 69px;
  text-align: center;
  color: #1E1202;
  background-color: transparent;
  height: 3em;
}

#fmenu {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 12px;
}

#fmenu a {
  color: #1E1202;
  text-decoration: none;
}
#fmenu a:hover {
  color: #fff;
  text-decoration: underline;
}

span.copyright {
  float: left;
  margin-left: 10px;
  font-size: 10px;
  color: #412D13;
}

span.credit {
  float: right;
  margin-right: 10px;
  font-size: 10px;
}
span.credit a {
  text-decoration: none;
  color: #412D13;
}
span.credit a:hover {
  text-decoration: underline;
}
img.floatright {
  float: right;
  margin: 20px;
  margin-right: 0;
}
img.floatleft {
  float: left;
  margin: 20px 20px 15px 0;
}

