#header {
  background:url("resources/header.gif") repeat-x;
  height:40px;
  min-height:40px;
}
#logo {
  position:absolute;
  left:700px;
  top:5px;
}
#menu {
  position:absolute;
  margin:20px;
  left:0px;
  top:40px;
}
#content {
  width:680px;
  margin:auto;
  padding-top:60px;
}
#content img {
  vertical-align: baseline;
  margin:0px;
  padding:0px;
}
.questions h3 {
  font-size:13pt;
  clear:both;
  padding:30px 0px 0px 0px;  
}
.questions div {
  cursor:pointer;
}
.questions div.left {
  clear:left;
  float:left;
  width:28px;
  height:22px;
  padding:2px 2px;
  margin:2px 0px 0px 50px;
  background:url('resources/answer_left.png');
}
.questions div.checked {
  background:url('resources/answer_left_checked.png');
}
.questions div.good {
  background:url('resources/answer_left_good.png');
}
.questions div.checked_good {
  background:url('resources/answer_left_checked_good.png');
}
.questions div.checked_bad {
  background:url('resources/answer_left_checked_bad.png');
}
.questions div.right {
  font-size:12pt;
  font-weight:bold;
  float:left;
  width:364px;
  height:22px;
  padding:2px 2px;
  margin:2px 0px;
  background:url('resources/answer_right.png');
  overflow: hidden;
}
.questions span.info {
  color:gray;
  font-weight:bold;
  margin-left:20px;
}
.button {
  font-size:11pt;
  font-weight:bold;  
  width:156px;
  height:28px;
  padding:2px 2px;
  margin:2px 150px; 
  background:url('resources/button.png');
  text-align:center;
}
.map {
  float:right;
}
