body {	
background-color: #B2CC7F;
margin:0;
}
a { 
  color: #600;
}
a:hover {
  color: #060;
}
#sidebar {
  width: 180px;
  float: left;
  padding: 0.25em;
}	
#sidebar  ul.menu{
  margin-left:0;
  padding-left:0;
  list-style: none;
}
#sidebar ul.menu li {
  margin-bottom: 1em;
  font-weight: bold;
}
#sidebar ul.menu li a {
  color: #000;
  text-decoration: none;
  margin-left: 10px;
  padding-left: 18px;
  background: url(/css/images/inactive-bullet.gif) no-repeat;
}
#sidebar ul.menu li a:hover {
  color: #600;
  background: url(/css/images/active-bullet.gif) no-repeat;
}
#footer ul.menu {
  margin: 0;
  margin-top: 0.5em;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
#footer ul.menu li {
  display: inline;
}
#footer ul.menu li a {
  padding: 0.2em 0.5em;
}
#content {
  margin-left: 184px;
  width: 576px;
  border-bottom: 2px solid #990;
  padding-left: 1em;
}
#content img{
  padding: 4px;
}
#comments p {
  margin: 1em;
}
div.photoFrame {
  width: 280px;
  height: 255px;
  float: left;
  text-align: center;
}
div.photoFrame img {
  border: 0px;
}
#footer {
  width: 794px;
}
hr {
  clear: both;
  border-bottom: 1px solid #990;
}
