body { background-color: #4F5D4E;}

#header { height: 122px; background-image: url(/images/header.png); }

#title {
  text-indent: -10000px; 
  height: 122px;
}

#menu {
  float: right;
  text-align: center;
  font-size: 24px;
  height: 40px;
  margin-top: 80px;
}

#patterns { margin-top: 7px;}

.pattern { margin-bottom: 16px;}

#main { 
  background-color: #FFF; 
  margin-top: 24px;
  font-family: 'Georgia', 'Lucida Handwriting', 'Times New Roman', serif;
  font-color: #4B1E18;
  font-size: 14px;
}

.box { background-color: #FFF;}

#main h2, h3, p { color: #4B1E18;}

#footer { text-align: right; margin-top: 8px;}

.clickable { cursor: pointer;}



