body {
  background: #302010 url(brownbg1.jpg);
  color: #202028;
  font-family: Georgia, Times, serif;
  text-align: center;
  height: 100%;
  margin: 0;
}




          a img {
            border: 0;
          }


a {
  text-decoration: none;
  color: #101014;
}


a:visited {
  color: #30303C;
}


a:hover {
  color: #182030;
}



.label {
  text-align: right;
  min-width:100px;
 }


.textinput {
  text-align: left;
}


.dataform {
  text-align: left;
  padding: 20px;
  margin: 20px;
}


#wrapper {
  width: 960px;
  background: #FFFFFF url(whitebg1.gif);
  margin: 0 auto;
  margin-top: 10px;
  padding: 0;
  height: 100%;
  display: table;
}



#header {
  padding: 20px;
  display: table-row;
}


#nav {
  font-family: Verdana, arial, sans-serif;
  background: #F0E8C0;
  margin: 0;
  padding: 0;
  height: 40px;
  display: table-row;
  clear: both;
}


          #nav ul {
            list-style-type: none;
            margin: 0;
            margin-top: 10px;
            padding: 0;
            }


          #nav ul li {
            display: inline;
            }


          #nav ul li a {
            padding: 0 1em 0 1em;
            text-decoration: none;
            font-weight: bold;
            }



          #nav ul li a:hover {
            background: #E8E0B8;
            }

            



#content {
  clear: both;
  height: 100%;
  display: table-row;
}


#left {
  float: left;
  width: 220px;
  padding: 10px;
  text-align: center;
}


#right {
  float: right;
  width: 220px;
  padding: 10px;
  text-align: center;
}


#center {
  width: 360px;
  padding: 120px 60px 0 60px;
  text-align: left;
  font-family: Times, Georgia, serif;
  margin: 0 auto;
  height: 100%;
}


#center h1, #center h2 {
  text-align: center;
  font-weight: normal;
  font-family: Avant Garde, Century Gothic, Helvetica, Arial, sans-serif;
}



.mysite {
  text-align: center;
  font-family: Verdana, arial, sans-serif;
  min-height: 100px;
  padding-top: 50px;
  border-bottom: 1px #202028 dotted;
}


          .mysite h3, h4 {
            text-align: center;
            font-weight: normal;
            font-family: Avant Garde, Century Gothic, Helvetica, Arial, sans-serif;
          }
