html {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: serif;
  color: #635;
  background: #fff;
  margin: 0px;
  padding: 0px;
  text-align: justify;
}
a:link {
  text-decoration: none;
  color: #555;
}
a:visited {
  text-decoration: none;
  color: #555;
}
a:hover, a:active {
  text-decoration: underline;
  color: #635;
}
img {
  border: 0px;
  vertical-align: middle;
}
div.hr {
  height: 32px;
  background: #fff url('../images/pinkflowers/hr.png') no-repeat scroll center;
  padding-bottom: 15px;
}
div.hr hr {
  display: none;
}
#mainbody {
  width: 650px;
  margin: auto;
}
#sitetitle {
  clear: left;

}
#sitetitle h1 {
  background: url('../images/pinkflowers/title.png') no-repeat top center;
  width: 500px;
  height: 221px;
  padding: 0px 75px;
  margin: 0px;
}
#sitetitle h1 span {
  display: none;
}
#navigation {
  padding-left: 5px;
  margin: 0px;
  color: #222;
  width: 140px;
  float: right;
  clear: right;
}
#navigation ul {
  margin: 0px;
  padding: 0px;
}
#navigation li {
  font-family: serif;
  font-style: italic;
  list-style: none;
  font-size: 1.1em;
  line-height: 30px;
  margin: 0px;
}
#navigation li li {
  font-size: 1em;
}
#navigation li a {
  width: 121px;
  padding: 0px 0px 0px 19px;
}
#navigation li.mainmenu {
  background: url('../images/pinkflowers/list.png') no-repeat 0px 7px;
}
#navigation li.submenu {
  background: url('../images/pinkflowers/sublist.png') no-repeat 0px 7px;
}
#navigation li.mainselected {
  background: url('../images/pinkflowers/list.png') no-repeat 0px 7px;
}
#navigation li.subselected {
  background: url('../images/pinkflowers/sublist.png') no-repeat 0px 7px;
}
#hnavigation {
  display: none;
}
#hsubnavigation {
  display: none;
}
#search {
  width: 140px;
  text-align: center;
  line-height: 30px;
  border-top: 1px dotted #fae;
  float: right;
  clear: right;
}
#pagecontent {
  width: 500px;
  font-size: 0.8em;
  text-align: justify;
  padding-bottom: 25px;
}
#copyright {
  border-top: 1px solid #fae;
  font-style: italic;
  color: #999;
  margin-top: 10px;
  padding: 10px 10px 0px 10px;
}
#switcher {
  position: relative;
  width: 140px;
  text-align: center;
  line-height: 30px;
  float: right;
  clear: right;
  border-top: 1px dotted #fae;
}
.searchButton {
  font-size: 0.8em;
  color: #635;
  background: #fae;
  border: 1px solid #635;
}
.switcherDrop {
  font-size: 0.8em;
  color: #635;
  background: #fff;
}