#footer
{
  text-align:center;
  vertical-align:middle;  
  width:70%;    
  border-top: 1px solid #404060;
  padding-top:1em;
}

#header
{
  height:9em;
  text-align:center;
  vertical-align:middle;  
  width:100%;
  margin-bottom:20px;
}

#main
{
  text-align:left;
  margin-left:15%;
  margin-right:15%;
  margin-top:3em;
  margin-bottom:2em;   
  
  overflow:auto;    
}

body
{
  font-family:verdana;
  background-color:#222222;
  color:#EEEEEE;  
}

A, a img {border:0;text-decoration:none; color:#AAAAAA;}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}

A:hover {color: #404060;}

#main_menu
{
  border-bottom: 1px solid #404060;
  width: 70%;
  padding:0;
  overflow:hidden;     
}

#main_menu td
{  
  text-align:center;    
  margin-bottom:0;
  height:2em;
}

#main_menu a
{
  background-color : #303030;
  text-align:center;
  vertical-align:middle;
  padding:0.5em;  
}

#main_menu a:hover, #main_menu td a.selected
{
  text-decoration: none;
  background-color:#404060;
  color:white;
}

p
{
  text-align:justify;
  text-indent:2em;
}

p.question
{  
  font-weight:900;
}

ul.faq
{
  list-style-image: url(res/bonus_random.png);
}