/* CSS Document */

/*HTML elements*/

body { 
  background-color:#9EBA9E;
  /*background-color: #DDD3BC;*/
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #333333; 
  font-size: 14px;
 }

h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight:normal;
  color: #666666; 
  letter-spacing: 8px;
  text-transform: uppercase;
  padding-top: 0;
  margin-top: 0;
}

h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight:normal;
  color: #555555; 
  letter-spacing: 5px;
  margin-top: 30px;
}

p { padding-left: 4px;}

a, a:link, a:visited { color: #915900; text-decoration: underline;}
a:active, a:hover { color: #B97201; text-decoration: none;}

ul {}

li { list-style:square; margin-bottom: 1em;}

/*Layout Elements*/

#main {width: 760px; margin: auto;}

#header {}

#footer {}

#footer p { border-top: 1px solid #666666; font-size: 12px; text-align: center;}

