* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial;
  font-size: 70%;
  background: #f5e5b1;
  text-align: center;
  color: #b0874f;
}
a {
  color: #000;
}
#header {
  background: #fff url(header-bg.png) repeat-y right;
  margin-bottom: 12px;
}
#header-bottom {
  position: relative;
  background: url(header-bottom.png) repeat-x;
  height: 7px;
  overflow: hidden;
}
#header-corner {
  position: absolute;
  background: url(header-corner.png) no-repeat;
  width: 10px;
  height: 7px;
  top: 0;
  right: 0;
}
#languages {
  text-align: right;
  margin: 12px 22px 12px 0;
}
#languages a {
  font-weight: bold;
}
.center {
  width: 939px;
	margin: auto;
	text-align: left;
}
#main-wrap {
  position: relative;
  margin-right: 9px;
  background: #f7f9e1;
  padding: 16px;
}
#flower {
  position: absolute;
  background: url(flower.png) no-repeat;
  width: 89px;
  height: 68px;
  top: -15px;
  left: -17px;
}
#main {
  background: #f6f1ce url(inner-bg.png) repeat-y right;
  width: 100%;
}
#main-bottom {
  position: relative;
  background: url(inner-bottom.png) repeat-x;
  height: 8px;
  overflow: hidden;
}
#main-corner {
  position: absolute;
  background: url(inner-corner.png) no-repeat;
  width: 5px;
  height: 8px;
  top: 0;
  right: 0;
}
#rotator {
  position: relative;
  width: 871px;
  padding: 16px 0;
  margin: auto;
  text-align: center;
}
#rotator ul {
  list-style-type: none;
}
#logo {
  background: url(logo.png);
  z-index: 2;
  width: 166px;
  height: 54px;
  position: absolute;
  bottom: 26px;
  left: 0;
}
#navigation {
  float: left;
  width: 167px;
  background: #ede4a6 url(navigation-bg.png) repeat-y right;
}
#navigation ul {
  margin-top: 37px;
  margin-left: 20px;
  list-style-type: square;
  line-height: 160%;
}
#navigation ul li ul {
  margin-top: 0;
}
#navigation-bottom {
  margin-top: 8px;
  background: url(navigation-bottom.png) no-repeat;
  width: 167px;
  height: 8px;
  overflow: hidden;
}
#navigation-top {
  background: url(navigation-top.png) no-repeat;
  width: 167px;
  height: 8px;
}
#content {
  margin-left: 210px;
}
.clear {
  clear: both;
}
h1, h3, #content {
  color: #424242;
}
h1 {
  margin-bottom: 22px;
}
h2 {
  color: #a46c2e;
  margin-bottom: 15px;
}
h3 {
  margin-bottom: 15px;
  font-size: 100%;
}
p {
  margin-bottom: 25px;
}