body {
   background: #CFCCC7 url(/images/bg.jpg) top repeat-x;
   text-align: center;
   font-size: 8pt;
   font-family: arial, helvetica;
   font-weight: bold;
   color: #000000;
}

.area {
   background: #CFCCC7 url(/images/area_back.jpg) top repeat-y;
   height: 100%;
}

.content {
   padding-left: 10px;
   padding-right: 30px;
   font-size: 10pt;
   font-family: arial, helvetica;
   font-weight: bold;
   line-height: 180%;
   letter-spacing: 0px;
   color: #000000;

}

.menu {
   height: 100%;
   margin-left: 13px;

}

.menuItems {
   background:#85715F url(/images/menu_back.jpg) repeat-y;
   padding-left: 16px;
   padding-bottom: 7px;
   height:200px;
}

.menuItems a {
   color: #37362E;
   font-size: 12pt;
   font-family: arial, helvetica;
   font-weight: bold;
   line-height: 180%;
   letter-spacing: 0px;
   text-decoration: none;
}

.menuitems a:hover {
   text-decoration: underline;
}

.flowers {
   margin-left:2px;
}

