* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: helvetical, arial, sans-serif;
  font-size: 62.5%;	 /* Align pixels with ems - http://www.clagnut.com/blog/348/ */
  text-align: center;
  background-color: #272526;
  line-height: 1.9em;
}
#wrapper {
  position: relative;
  text-align: left;
  width: 760px;
  margin-right: auto;
  margin-left: auto;
}
#header {
  height: 175px;
  background-image: url(../images/header2.png);
  background-repeat: no-repeat;
  padding-bottom: 10px;
}
#main {
  display: table;
  border-collapse: collapse;
}
#main .inner {
  display: table-row;
}
#nav {
  display: table-cell;
  font-size: 1.7em;
  width: 180px;
  background-color: #595656;
  padding-top: 20px;
}
#content {
  display: table-cell;
  background-color: #ffffff;
  font-size: 2em;
  width: 570px;
  padding-left: 10px;
  padding-top: 20px;
}

#content a:link, #content a:visited {
color: blue;
}

#content a:hover {
color: gray;
}

#content ul{
line-height: 1.2em;
list-style-type:disc;
list-style-position:inside;
font-size: .6em;
text-indent: 25px;
font-weight: bold;
}

#form td tr{
width: 500px;
background-color: #d3d3d3;
}

#footer {
  border-top: 2px solid #ffffff;
  background-color: #595656;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 0.2em 1em 0.2em 0;
  text-align: right;
  color: #fff;
}

#footer a:link, #footer a:visited {
color: #bababa;
}

#footer a:hover {
color: #ffffff;
}


h1 {
  font-size:1em;
  font-weight: normal;
  padding-bottom: 1em;
  color: #272526; 
}

h4 {
font-size: .8em;
color: #595656;
font-weight: bold;
padding-bottom: .5em;
padding-top: .5em;
}

p {
  font-size: .7em;
  line-height: 1.2em; 
  padding-bottom: .5em;
} 

#nav ul {
  list-style: none;
}
#nav li {
  font-size: .9em;
}
#nav a:link, #nav a:visited {
  text-decoration: none;
  color: #bababa;
  background-color: transparent;
  display: block;
  padding: 0.3em 10px 0.3em 10px;
  border-bottom: 4px solid #d7c9b9;
}
#nav a:hover {
  border-bottom: 4px solid #fff;
  color: white;
}

.thanks {
font-size: 1em;
}