body { background-color: #e2bc9b; }
.body {
  width: 747px;
  margin: auto;
  border-left: 2px solid #bb6f2b;
  border-right: 2px solid #bb6f2b;
  border-bottom: 2px solid #bb6f2b;
  background-color: white;
  text-align: left;
}
* {font-family: Verdana, sans-serif, Arial, Helvetica; color: black; font-size: 10pt;}
b {font-size: 12pt; font-weight: bold;}
strong {font-size: 14pt; font-weight: bold;}
h1 { text-align: center; font-size: 14pt; font-weight: bold; font-variant: small-caps; }

.top_menu {
  background-color: #bb6f2b; 
  color: white;
  text-align: center;
  width: 747px;
  font-size: 12pt;
  font-weight: bold;
}
.top_menu span {
  color: white;
  font-size: 12pt;
  font-weight: bold;
}
.top_menu a{
  font-size: 12pt;
  font-weight: bold;
  padding: 4px 10px;
  display: inline;
  line-height: 130%;
  text-decoration: none;
  color: white;
}
.top_menu a:hover,a:active	{
  color: black;
}
.side_menu {
  background-color: #e2bc9b;
  border: 2px solid #bb6f2b;
  width: 158px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.side_menu a{
  font-size: 10pt;
  padding: 3px;
  display: block;
  color: black;
  background-color: transparent;
}
.side_menu a:hover,a:active	{
  color: #bb6f2b;
  background-color: white;
}
.content {
  padding: 8px;
  background-color: #fff;
  color: black;
}
.bottom_menu {
  margin: 10px auto;
  padding-top: 4px;
  color: black;
  text-align: center;
  clear: both;
}
.with_border { border: 2px #bb6f2b solid; margin: 4px 2px;}  

.img_quote {
  width: 400px; 
  text-align: center;  
  font-style: italic;  
  float: right;  
  padding-right: 30px;
  padding-bottom: 5px;
}
.img_quote img { padding: 0px 5px; }