body {
  margin:0;
  padding:0;
  background:#D24E16;
}
body,table,input,textarea,select,button {
  font-family:arial,sans-serif;
  font-size:13px;
  line-height:18px;
  color:#000;
}
h1,h2,h3,h4,h5,h6,p {
  margin:0 0 8px 0;
}
h1 {
  font-size:18px;
  color:#D24E16;
  font-style:italic;
  font-family:georgia,serif;
  line-height:24px;
}
h2 {
  font-size:16px;
  color:#D24E16;
  font-style:italic;
  font-weight:normal;
  font-family:georgia,serif;
  line-height:24px;
}
a {
  color:#D24E16;
  text-decoration:none;
}
img {
  border:0;
}

/* clearfix
********************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

#container {
  width:940px;
  margin:20px auto;
  background:#fff url(/assets/images/header-bg.jpg) no-repeat;
  border:solid #B34415 5px;
}
#header {
  padding:170px 0 25px 220px;
}
#header h1,
#header p {
 display:none;
}
#nv1 {
  margin:0;
  padding:0;
  list-style-type:none;
  line-height:30px;
  height:30px;
  font-family:georgia,serif;
  font-style:italic;
}
#nv1 li {
  margin:0 15px 0 0;
  padding:0;
  float:left;
}
#nv1 li.a1 a,
#nv1 li.s1 a {
  color:#000;
}

#main {
  clear:both;
  background:url(/assets/images/main-bg.png);
  padding:0 0 20px 0;
}
#leftbar {
  width:200px;
  float:left;
  margin:0 20px 0 0;
  padding:0 0 30px 0;
}
#nv2 {
  margin:0;
  padding:0;
  list-style-type:none;
  line-height:25px;
  font-family:georgia,serif;
  font-style:italic;
  text-align:right;
  font-size:12px;
}
#nv2 li {
  padding:0 20px;
  border-bottom:solid #EDB8A2 1px;
}
#nv2 li.a1,
#nv2 li.s1 {
  background:url(/assets/images/nv2-a1-bg.png);
}
#nv2 li.a1 a,
#nv2 li.s1 a {
  color:#000;
}
#flower {
  width:120px;
  height:98px;
  background:url(/assets/images/flower.png);
  position:relative;
  left:-16px;
  top:30px;
}
#content {
  float:left;
  width:720px;
  paddig:0 20px 0 0;
}


#footer {
  background:#EDA364;
  color:#fff;
  font-size:10px;
  line-height:20px;
  height:20px;
  clear:both;
}
#footer p.fastlinks {
  float:left;
  width:200px;
  margin:0 20px 0 0;
  text-align:center;
}
#footer p.copyright {
  float:left;
  width:720px;
  margin:0;
}
#footer a {
  color:#fff;
}