#banner { 
	background: black; 
	color: white; 
}
#main {
	float: left;
}
#right {
	float: right;
}
.caption {
  font-weight: bold;
  font-size: small;
}
.sidenote {
  font-size: small;
  background-color: #C0C0C0;
}

/*
#menu {
  font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
  font-size: 92%;
}

#menu {
  margin: 0;
  padding: 0;
  background: #6F6146;
  list-style-type: none;
  width: 640px;
  float: left;
}

#menu span  {
  margin: 0;
  padding: 0;
  float: left;
}

#menu a {
  float: left;
  width: 127px;
  color: #FFF;
  text-decoration: none;
  line-height: 2.5;
  text-align: center;
  border-right: 1px solid #FFF;
  background: url(tab.gif) no-repeat;
}

#menu a:hover {
  background-color: #4F4532;
  background-position: -127px 0;
}

#body_home #home a, #body_articles #articles a, #body_implementingssl #implementingssl a, #body_aboutme #aboutme a, #body_rss #rss a  {
  background-position: -254px 0;
  background-color: #BEB06F;
  color: #1A1303;
  font-weight: bold;
}
*/

.comment	{
	margin-left: 2em;
}

p.aside {
  background: #BBBBBB;
  font-size: small;
}
