body, html{
  margin: 0 0 0 0;
}

body {
	background: #C89C52 url("sandpaper_background.gif");
  	font: 18px "Comic Sans MS", serif;
	margin: 0 5px 0 5px;
}

/** layout **/
#container {
	width: auto;
        padding: 0 10px;
}

/** header **/
#pageheader {
	background: url(KidsMadeHdr.jpg) repeat-x;
	height: 89px;
}

#header {
}

#header h1 {
  font: 24px "Comic Sans MS", serif;
  font-weight: normal;
  text-align: center;
  margin: 0 0 0 0;
  padding-bottom: 5px;
  border-top: 4px solid #9E9479;
  border-bottom: 4px solid #9E9479;
}

#main {
  position: relative;
}


#sidebar {
  width: 210px;
}
#content {
  position: absolute;
  top: 10px;
  margin-left: 230px;
}

/* navigation in sidebar */
#navheader {
  position: relative;
  font: 24px "Comic Sans MS", serif;
  font-weight: normal;
  padding-top: 20px;
}
#nav {
  padding-top: 3px;
  position: relative;
}
#nav ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  text-align: left;
  border: 2px solid #9E9479;
  background: url(MenuBGL.gif); 
}
#nav li {
  padding: 0 10px;
}
#nav li:before {
  content: "\00BB \0020";
}
#nav li:hover {
  background: url(MenuBGH.gif);
  background: url(MenuBGH.gif);
}
#nav a {
  font: 16px "Comic Sans MS", serif;
  text-decoration: none;
  color: black;
}
#nav a:hover {
  background: url(MenuBGH.gif);
  color: white;
}

/******************* content *******************/

#content h2 {
  /*font: 24px "Times new roman", serif;*/
  font: 24px "Comic Sans MS", serif;
  /*color: #513408;*/
  color: blue;
  font-weight: normal;
  padding: 1px 1px 1px 1px;
  text-align: center;
}
#content p {
  font: 24px "Comic Sans MS", serif;
  margin-left: 11px;
  line-height: 1.4;
}
#content a {
  color: blue;
  font-weight: normal;
  text-decoration: underline;
}
#content a:hover {
}
#footc {
  height: 10px;
}
#footer {
  background: #735220;
  text-align: center;
  color: #CFB472;
  padding: 14px;
}
