body {
  padding:0; margin:0;
 font-family: Arial, Helvetica, sans-serif;
 background: #BD9C8C;
}

A:link {
  color: brown;
  text-decoration: none;
}

A:visited {
  color: brown;
  text-decoration: none;
}


A:active {
  text-decoration: underline;
}

A:hover {
  text-decoration: underline;
}

h2 {
  color: brown;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 width: 900px;
 color: #333;
 padding: 10px;
 margin: 10px 0px 5px 0px;
 background: #BD9C8C;
 vertical-align: bottom;
}

#homeheader {
  float: left;
}

#homeheader h1 {
  margin-top: 0;
  padding-top: 0;
}

#nav {
  list-style-type: none;
  text-align: right; 
  float: right;
} 

#nav ul {
  margin: 0;
  padding: 0;
}

#nav li {
  display: inline;
}

#content { 
 width: 900px;
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 padding: 10px;
 clear: both;
}

#footer { 
 color: #333;
 width: 900px;
 background: #BD9C8C;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
}

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

#footer li {
  display: inline;
}


.entry {
  border-bottom: 1px solid;
}

#archive-posts {
  list-style-type: none;
}
