html, body {     
    background-repeat: no-repeat;
    background-color: #fff;
    height: 100%;
    margin: 0px auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    line-height: 16px;
    overflow: auto;
    text-align: left;
}

strong {
    font-weight: normal;
    color: #ff823a;
}
a:hover {
    color: #ff823a;
}

ul {
    margin-left: 20px;
}

#container {
    margin: 0px auto; 
    width: 870px; 
    padding-top: 50px;
}

#head {
    width: 870px;
    height: 35px;
}

#main {
    width: 880px;
    padding-top: 58px;
}
#nav {
    width: 200px; 
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-top: -8px; 
    float: left; 
}

.nav-0 {
    width: 190px;
    border-bottom: 1px solid #4B4B4D;
    margin-top: 8px;
    margin-bottom: 8px;
}
.nav-0 a {
    font-size: 11px;
    text-decoration: none;
    color: #4B4B4D;
    line-height: 18px;
}
   
.nav-1 a {
    font-size: 11px;
    text-decoration: none;
    color: #9C9D9F;
    padding-left: 18px; 
    line-height: 16px;
}
   
.nav-2 a {
    font-size: 11px;
    text-decoration: none;
    color: #9C9D9F;
    padding-left: 32px; 
    line-height: 14px;
}
   
.active {
    font-weight: bold;
}  

#content {
    width: 680px;
    float: left;
    line-height: 18px;
    color: #4B4B4D;
}


#middle {
    width: 450px;
    padding-left: 15px;
    float: left;
}      
#middle h1 {
    width: 450px;
    border-bottom: 1px solid #4B4B4D;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4B4B4D;
    margin-bottom: 17px;
}
 
#right {
    width: 200px;
    float: left;
    padding-left: 15px; 
}
#right h2 {
    width: 200px;
    border-bottom: 1px solid #4B4B4D;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4B4B4D;
    margin-bottom: 17px;
}
 
 
p {
    padding-bottom: 8px;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1px; }
.clearfix { display: block; }


