/*
 *
 * Main styles
 *
 */

/* bleu "medothis": hex:0093DD, rgb: 0 147 221 */

body {
  background: #6699ff url(../img/background.jpg);
}

/*
 *
 * layout
 *
 */

#wrapper {
  width: 800px;                         /* FIXED WIDTH HERE */
  margin: 30px auto 20px auto;
 
  color: #ffffff;
  
  text-align: center;
  padding: 0 10px 10px 10px;
}

#wrapper a {
   color: #ffffff;
}

#header {
  text-align: left;
}

#content, #subcontent, #footer {
  margin: 0px;
  width: 100%;
  
  font-family:"Lucida Grande","Lucida Sans Unicode",helvetica,verdana,arial,sans-serif;
  font-size: 11pt;
  
  text-align: center;
}

#subcontent {
  margin: 10px;
  font-size: 10pt;
}

#footer {
  border-top: solid white 1px;
  margin: 45px 0 0 0;
  padding: 10px 0 0 0;
  font-size: 9pt;
}

/*
 *
 * style reset to make browsers behave the same
 *
 */

h2, h3 {
  margin: 10px 0 10px 0;
}

p {
  margin: 15px 0 15px 0;
}