* {
  font-family: "Lucida Sans", "MS Trebuchet", sans-serif;
}

/* begin: Make the page fill the window */
html, body {
  height:100%;
}

#page {
  height: auto;
  min-height: 100%;
}
/* end: Make the page fill the window */

body{
  background-color: #F79321;
}

#page {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  background-color: white;
}

#header {
  
}

#logo {
  margin-left: -0px;
  border: 0;
}

#content{
  margin: 10px;
}

#footer {
  font-size: 75%;
  text-align: center;
  border-top: 1px solid #F79321;
}

#menu {
  float: right;
  background-color: #F79321;
}

#menu li {
  list-style: none inside;
  margin-right: 25px;
}

h1 {
  font-size: 100%;
}

h2 {
  font-size: 90%;
}
