html {
  background: #7c451e url(../images/fade.jpg) 0 0 no-repeat;
}

body {
  background: transparent url(../images/flower.png) 120px 0 no-repeat;
  font-family: Verdana;
  font-size: 77%;
  line-height: 1.45;
}

p {
  margin: 0 0 20px 0;
}

a {
  color: #000;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

p.intro {
  font-family: Georgia, serif;
  font-size: 146.5%;
  margin-bottom: 10px;
  color: #333;
}

p.image {
  width: 455px;
  overflow: hidden;
  margin-bottom: 10px;
}

h1 {
  font-family: Georgia, serif;
  font-size: 400%;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0;
}

h2 {
  font-family: Georgia, serif;
  font-size: 200%;
  margin: 0 0 15px 0;
  font-weight: normal;
}

h3 {
  font-family: Georgia, serif;
  font-size: 146.5%;
  margin-bottom: 10px;
  color: #666;
}

h4 {
  font-weight: bold;
}

#sidebar h2 {
  color: #fff;
}

div#doc2 {
  padding-top: 25px;
  width: 914px;
  margin: 0 0 0 20px;
}

#hd {
  height: 208px;
  background: transparent url(../images/bg_top.png) 0 100% no-repeat;
}

#hd p,
#hd a {
  display: block;
  width: 265px;
  height: 151px;
}

#hd p {
  margin-left: 27px;
}

#hd a {
  text-indent: -999em;
  background: transparent url(../images/logo.png) 0 0 no-repeat;
}

#bd {
  position: relative;
  min-height: 1000px;
  padding: 0 6px;
}

#bd, #ft {
  background: transparent url(../images/bg_page.png) 0 0 repeat-y;
}

#ft {
  color: #56230d;
  font-size: 85%;
  padding: 0 297px 10px 158px;
}

#ft p {
  border-top: 1px solid #56230d;  
  padding-top: 5px
}
#ft a {
  color: #56230d;
  text-decoration: none;
}

.yui-t1 #yui-main .yui-b {
  margin-left: 158px;
  width: 729px;
}

#main {
  position: relative;
}

#content {
  position: relative;
  margin-top: -50px;
  width: 454px;
}

#sidebar {
  width: 216px;
  padding-right: 14px;
}

#nav {
  width: 128px;
  text-align: right;
  position: relative;
  font-size: 77%;
}

#nav ul {
  text-transform: uppercase;
  text-align: right;
  width: 128px;
  padding: 0;
  margin: 0;
}

#nav li {
  float: right;
  clear: both;
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 14px;
  white-space: nowrap;
}

#nav li a {
  color: #000;
  text-decoration: none;
  padding: 3px 15px;
}

#nav li.active a,
#nav li a:hover {
  color: #fff;
}

#nav .felt {
  position: absolute;
  top: 420px;
  right: 17px;
  color: #b8aaa2;
  text-transform: uppercase;
}

#nav .felt p {
  clear: both;
}

#nav .felt .link {
  float: right;
  width: 48px;
  height: 17px;
  margin-bottom: 13px;
}

#nav .felt .link a {
  display: block;
  width: 48px;
  height: 17px;
  text-indent: -999em;
  background: transparent url(../images/felt.png) 0 0 no-repeat;
  text-align: left;
}

#sidebar, #nav {
  padding-top: 30px;
}


