/* Screen layout stylesheet for greengrid.com */
/* Copyright (c) 2006 greengrid.com */
/* Please encourage the author(s) to change to a less restrictive license */


/* a basic screen layout:
      .-------------------.
      |       title       |
      |-------------------|
      |       image       |
      |                   |
      |                   |
      |___________________|
*/

html {
  margin: 0;
  padding: 0;
}

/* body: should be global and simple */
body {
  background: #eee;
  /* color: #afafaf;*/
  color: #254117;
  font-family: Palantino, Georgia, serif;
  margin: 0;
  padding: 0;
}

#header h1 {
  #text-align: center;
  font-size: 2.0em;
  /* font-family: arial, sans-serif; */
  padding-left: 2em;
}

#content {
  #text-align: center;
  margin: 2em;
  padding: 0;
}

#content p {
  margin: 0;
  padding: 1em;
}

