
body
{
  background-color: #FEEAC7;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size: 14px;
  color: #000000;
}

.outershell
{
  border: 1px solid #000000;
  background-color: #FDE5A9;
  width: 680px;
}

.innershell
{
  border: 1px solid #000000;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  background-image: url(tree.gif); 
  background-repeat: no-repeat; 
  background-position: bottom right;
}

.title
{
  font-size: 42px;
}

.caption
{
  font-weight: bold;
}

.wrap
{
  clear: both; 
  float: left; 
  margin-right: 10px;
  margin-bottom: 10px;
}

.floatright
{
  clear: both; 
  float: right; 
  margin-left: 10px;
  padding-top: 10px;
}

