* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
    background: #F6F5F0;
}

body {
  color: #333;
  font: 11px Verdana, sans-serif;
  text-align: center;
}

h1 {
  font: bold 12px Verdana, sans-serif;
}

h2 {
  padding: 1em 0 .2em 0;
  font: normal 18px/1.5em Georgia, serif;
  color: #663333;
}

p {
  margin: 2em 0;
  line-height: 1.5em;
}

a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #663333;
  text-decoration: underline overline;
}

blockquote {
  margin: 1em 2em 1em 2em;
  line-height: 1.5em;
}

#container-page {
  margin: 0 auto;
  width: 750px;
  background: #FFF;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-head {
  background: #EDECE6;
}

#head {
  padding: 1em;
}

#content-nav {
  padding: 1em 0;
  width: 20%;
  float: left;
}
#container-content ul,#container-content ul li {
  list-style: none none; margin-left: 2em; line-height: 1.5em;
}

#container-content pre {
  margin-left:5em; font: Georgia, serif;line-height: 1.5em;
}


#container-content {
  padding: 0 2em 40px 2em;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content{
  width: 100%;
 
}

#container-foot {
  width: 100%;
  background: #ECE9DA;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 40px;
}

#foot {
  padding: 0 1em;
  line-height: 40px;
	}
	
#feedback {
	float: left; 
	padding: 0.2em;
	}
	
	
#copyright {
	font: Georgia, sans-serif; 
	font-style: italic; 
	margin: 0 auto 0 auto; 
	text-align: center;
	}
	
#macmade {
	width: 32px; 
	float: right;
	}
