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



a {
    color: #666;
}


#container {
    width:980px; 
    margin: 0px auto; 
    padding-left: 10px;
    padding-top: 10px;
    background-color: #D2D3D5;
}

#head {
    width: 1000px;
    height: 125px;
}

#main {
    width: 1000px;
    padding-top: 58px;
}


#nav {
    width: 180px; 
    font-family: Helvetica, Arial, sans-serif;
    margin-left: 40px; 
    padding: 20px;
    float: left; 
    text-align: right;
    background-color: #fff;
    font-size: 13px;
}

.nav-0 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #666;
    font-weight: bold;
    text-decoration: underline;
}
.nav-0 a {
    font-size: 12px;
    text-decoration: none;
    line-height: 18px;
    font-weight: bold;
}
.nav-0 a active {
    color: #111;
}


  
  
.nav-0 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: bold;
    text-decoration: none;
}   
.nav-0b a {
    font-size: 12px;
    text-decoration: none;
    color: #aaa;
    line-height: 18px;
    font-weight: bold;
}
   
.nav-1 a {
    font-size: 12px;
    text-decoration: none;
    color: #333;
    padding-left: 18px; 
    line-height: 16px;
}
 
.nav-2 a {
    font-size: 11px;
    text-decoration: none;
    color: #333;
    padding-left: 40px; 
    line-height: 16px;
}
 
   
.active {
    font-weight: bold;
    color: #333;
}  

#content {
    width: 630px;
    float: left;
    line-height: 14px;
    margin: 0px auto;
}

#content .box {
    width: 590px;
    font-size: 10pt;
    line-height: 14pt;
    background-color: #fff;
    margin-left: 25px;
    padding: 20px 30px 20px 20px;
    text-align: justify;
}

#content h1 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
    
}

#content h2 {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 16px;
    
}

#content .gallery img {
    padding-bottom: 20px;
}
 
 
#content .imgpad {
    padding-left: 25px;
    padding-bottom: 10px;
}
 
#content a {
    font-size: 14px;
    text-decoration: none;
    color: #333;
}

#content a:hover {
    color: #999;
}

#content input {
    border: 1px solid black;
    margin-bottom: 8px;
}


 
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; }


