/* CSS Document */

html,body {
  background:#22220e url('images/bg.png') repeat-x;
}
#hd {
  height:245px;
  background:url('images/hd.png') no-repeat center;
}
#nav {
  float:right;
  margin-right:30px;
  margin-top:-15px;
}
#nav a {
  color:#e2bd03;
  text-decoration:none;
  position:relative;
  top:10px;
  left:35px;
  font-size:.9em;
  font-family:arial;
}
#nav a:hover {
  color:#fff;
}
#nav ul li {
  height:36px;
  width:222px;
  margin:1px 0;
  background:url('images/nav-bg.png') no-repeat;
}
#nav ul li#daily {
  height:176px;
  width:222px;
  margin:1px 0;
  background:url('images/nav-bg-daily.png') no-repeat;
}
#nav ul li ul {
  margin-left:15px;
  margin-top:5px;
  list-style-type:cirlce;  
}
#nav ul li ul li {
  height:1.3em;
  background:none;
}
#bd {
  color:#978243;
  font-size:1.1em;
}
#bd h1 {
  color:#d26700;
  font-size:2em;
  margin:10px 0px;
}
#bd a {
  color:#e2bd03;
  text-decoration:none;
}
#bd a:hover {
  color:#fff;
}
#bd p {
  margin-bottom:1em;
}
#ft {
  background:url('images/ftbg.png') repeat-x;
  padding:25px 0;
  text-align:center;
  color:#c3a302;
  width:100%;
  font-size:.9em;
  font-weight:bold;
  line-height:1.5em;
}
#ft a {
  color:#c3a302;
  text-decoration:none;
}
#ft a:hover {
  color:#fff;
}
#contactus fieldset {
  border:1px solid #c3a302;
  padding:10px;
  width:448px;
}
#contactus legend {
  padding:10px;
  color:#c3a302;
}
#contactus input,textarea {
  width:438px;
  font-size:1.1em;
  height:1.5em;
  margin:5px 0;
  background:#736332;
  border:1px solid #c3a302;
  padding:5px;
}
#contactus textarea {
  height:125px;
}

#contactus .send {
  width:100px;
  padding:0px;
  height:33px;
}