body
{
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Arial", "Helvetica", sans-serif;
  padding: 60px 20px;
  font-size: smaller;
}

#page
{
  width: 600px;
  height: 100%;
  margin: 0em auto;
}

#sidebar
{ 
  padding-top: 20px;
  padding-right: 20px;
  width: 175px;
  text-align: right;
  position: absolute;
}

#content
{
  width: 380px;
  position: absolute;
  border-left: 1px solid #ffbf7c;
  margin-left: 195px;
  padding-top: 21px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.front-page #sidebar {
  width: 241px;
}

.front-page #content { 
  width: 319px;
  margin-left: 261px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0.75em;
  line-height: 1em;
  margin-bottom: 0.4em;
  color: #552d0a;
}

h2
{
  margin-top: 1.3em;
  font-size: 1.5em; 
}

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

a:hover {
  color: #384d68;
  text-decoration: underline;
}

a:visited {
  color: #25374f;
}


#sidebar .section {
  padding-top: 15px;
  margin-bottom: 10px;
}

#sidebar ul li
{
  list-style: none;
  list-style-image: none;
}

#sidebar .contact
{
  color: #917257;
  font-size: smaller;
}

#content .page-title
{
  margin-top: 0em;
}
