/*-------------------------General------------------------------*/
html{
  height: 100%;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  background: #f1dda0;
  height: 100%;
}
body,table,input,textarea,select,button {
  font-family:tahoma,arial,sans-serif;
  font-size:12px;
  color:#664b0e;
  line-height:1.4em;
}
img{
  border: none;
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6,p {
  margin:0 0 .5em 0;
}
h1 {
  font-size:16px;
}
#header h1{
  display: none;
}
h2 {
  font-size:14px;
  color: #92972a;
}
h3, h4, h5, h6 {
  font-size:12px;
  color: #664b0e;
}
#content h3{
  text-transform: uppercase;
}
.right{
  float: right;
}
.left{
  float: left;
}
.clear{
  clear: both;
}
a {
  color:#92972a;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
/* 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%;
}
/*-------------------------Master------------------------------*/
#overall{
  min-height: 100%;
  width: 910px;
  background: #fff;
  margin: 0 auto;
}
#header{
  height: 120px;
  margin: 0 0 1px 0;
}
#nv-shadow{
  background: url(/assets/images/nv-shadow.jpg) no-repeat;
  width: 910px;
  height: 14px;
}
/*---------Navigation-----------*/
#nv1{
  height: 28px;
  background: #ad9358;
}
#nv1 ul{
  line-height: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#nv1 ul li{
  float: left;
}
#nv1 ul li a{
  color: #fff;
  display: block;
  padding: 0 13px;
  font-size: 14px;
  font-weight: bold;
}
#nv1 ul li a:hover, #nv1 ul li a.a1, #nv1 ul li a.s1{
  background: #f1dda0;
  color: #628fb0;
  text-decoration: none;
}
#nv2 ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#nv2 ul li{
  border-bottom: 1px solid #FFF;
}
#nv2 ul li a{
  display: block;
  line-height: 24px;
  background: #92972a;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 0 20px;
}
#nv2 ul li a:hover, #nv2 ul li a.a1{
  background: #f1dda1;
  color: #628fb0;
  text-decoration: none;
}
/*---------Content-----------*/
#main{
 margin: 12px 0 0 0;
}
#main-left{
  float: left;
  width: 150px;
  padding: 0 0 0 10px;
}
#main-right{
  float: left;
  width: 710px;
  padding: 0 20px 20px;
}
#jiggys-left{
  margin: 25px 0 0 0;
}
