body {
  width: 700px;
  font-family: arial;
  margin-left: auto;
  margin-right: auto;
/*  background-image: url(http://jmac.org/images/jmac_org_bg.png); */
  background-repeat: repeat-x;
  background-color: #EDDAB5;
  color: #5D5349;
  position: relative;
  top: 0;
}

a:link, a:visited {
/*  color: #A0B147;*/
  color: #88943B;
  text-decoration: none;
}

a:hover {
  color: green;
}

body p {
  font-size: 0.85em;
  line-height: 20px;
}

#header {
  text-align: center;
  position: absolute;
  top: 0;
  margin-left: 155px;
}

#header a:link, #header a:visited {
  color: black;
}

#header h1 {
  font-family: Georgia;
  font-size: 60px;
  font-weight: normal;
  margin: 2px 0 0 0;
}

#header h2 {
  font-family: Georgia;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}

#content {
  position: relative;
  top: 150px;
  width: 540px;
  padding-right: 10px;
}

#content h2 {
  border-top: 1px dashed green;
  padding: 5px;
}

#side_nav {
  width: 130px;
  position: absolute;
  top: 150px;
  left: 550px;
  font-family: Arial;
  border-left: 1px solid green;
  padding-left: 10px;
  text-align: center;
  font-size: 0.85em;
}

#side_nav div {
  margin-bottom: 20px;
}

#side_nav p {
  font-size: 1em;
}

#internal_links {
  position: absolute;
  left: -572px;
  top: -55px;
  font-family: Arial;
  font-weight: bold;
}

#internal_links ul {
  list-style-type: none;
}                

#internal_links li {
  display: inline;
  padding-right: 10px;
}

#internal_links a:link, #internal_links a:visited {
  display: inline;
  padding-right: 20px;
  color: green;
  text-decoration: none;
}

#internal_links a:hover {
  color: black;
}


#search p {
margin:3px;
}

/* Book hype!! */
#books, #podcasts {
padding: 0.25em;
margin-bottom: 5px;
}

#books img {
width: 95%;
align: center;
margin-bottom: 0.5em;
display: block;
}

#other_writings {
height: 140px;
width: 50%;
float: right;

}

#books a:link {
text-decoration: none;
}

img { border: 0 }

#side_nav h1 {
font-size: medium;
margin: 0;
}

#side_nav h2 {
font-size: small;
margin: 0;
}

#footer {
  position: relative;
  top: 150px;
  width: 540px;
  padding-right: 10px;
  border-top: 1px solid green;
  font-family: Georgia;
  clear: both;
}
