* {
  margin: 0;
  padding: 0;
}

body {
  color: #000;	
  font: 80% "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #dedede url(img/bg.gif);
}

a {
  outline: none;
  color: #00345d;
  text-decoration: underline;
}

a:hover {
  color: #141618;
}

a img {
  border: none;
}

#page {
  width: 739px;
  margin: 10px auto;
  padding: 0 0 20px 0;
}

#header {
  width: 739px;
  padding: 0 0 10px 0;
}

#header h1 {
  text-indent: -9999px;
  text-decoration: none;
}

#header h1 a {
  display: block;
  width: 538px;
  height: 65px;
  margin: 20px 0 10px 0;
  background: url(img/hed.png) no-repeat top left;
  text-decoration: none;
}

#header #hello {
  float: right;
  text-align: right;
  margin: 8px 0 0 0;
}

#header #hello div.name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 4px 0;
}


#contenttop {
  height: 27px;
  width: 739px;
  background: transparent url(img/pagetop.gif) no-repeat top;
}

#content {
  width: 685px;
  margin: 0 auto;
  padding: 0 27px;
  background: #fff url(img/page.gif) repeat-y;
  text-align: center;
}

#contentbot {
  height: 27px;
  width: 739px;
  background: transparent url(img/pagebot.gif) no-repeat top;
}

#footer {
  margin: 20px 0 0 0;
  text-align: center;
}





#content h2 {
  margin: 0 0 8px 0;
}

#content p {
  margin: 0 0 12px 0;
}

ul, ol {
  margin: 0.5em 0 1em 1em;
  padding: 0;
}

ul li, ol li {
  margin: 0.4em 0 0.4em .5em;
}


p.postdesc {
  font-size: 16px;
  text-align: center;
}

p.questiontime {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#thepost {
  border: 2px solid #ccc;
  margin: 20px;
  padding: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#thepost h3 {
  margin: 0 0 10px 0;
}

#thepost img {
  border: solid 10px #ddd;
  display: block;
  margin: 0 auto;
}


#theresult {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin: 0 0 40px 0;
}

#theresult a {
  color: #fff;
}

#theresult .correct {
  background-color: green;
}

#theresult .incorrect {
  background-color: red;
}

blockquote {
  margin: 0 0 2em 2em;
  color: #333;
}






#recembed {
  display: block;
  margin: 0 auto;
  width: 685px;
  text-align: center;
}


form label {
  display: block;
  font-size: 16px;
}

form input {
  font-size: 20px;
}




.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}
