body {
	text-align: center;
	margin: 0px auto;
	font-family: Arial, Verdana, Tahoma;
	background-image: url(../include/bg-site.png);
	background-position: 0px 0px;	
	background-repeat: repeat-x;
	background-color: #7f7f7f;
}

#site {
	width: 100%;
}

  #top {
  	width: 100%;
  }
  
    #header {
    	width: 950px;
    	height: 114px;
    	background-image: url(../include/header.png);
    	background-position: 0px 0px;	
    	background-repeat: no-repeat;
    	margin-left: auto;
    	margin-right: auto;
    	text-align: left;
    }
    
      #header a {
      	position: relative;
        width: 0px;
      	display: block;
      	height: 114px;
      	padding-left: 240px;
      	overflow: hidden;
        top: 0px;
      }
      
      #header h1 {
      	margin: 0px;
      	padding: 0px;
      }
      
    #guidezl {
    	width: 950px;
    	height: 104px;
    	background-image: url(../include/guidezl.png);
    	background-position: 0px 0px;	
    	background-repeat: no-repeat;
    	margin-left: auto;
    	margin-right: auto;
    	text-align: left;
    }
    
      #guidezl a {
        width: 0px;
      	display: block;
      	height: 104px;
      	padding-left: 240px;
      	overflow: hidden;
      }
      
      #guidezl h2 {
      	margin: 0px;
      	padding: 0px;
      }
      
    #guidekm {
    	width: 950px;
    	height: 103px;
    	background-image: url(../include/guidekm.png);
    	background-position: 0px 0px;	
    	background-repeat: no-repeat;
    	margin-left: auto;
    	margin-right: auto;
    	text-align: left;
    }
    
      #guidekm a {
        width: 0px;
      	display: block;
      	height: 103px;
      	padding-left: 240px;
      	overflow: hidden;
      }
      
      #guidekm h2 {
      	margin: 0px;
      	padding: 0px;
      }            
      
    #spacer-top {
    	width: 950px;
    	height: 1px;
      background-color: white;
     	margin-left: auto;
    	margin-right: auto;
    }

    #menu {
    	width: 950px;
    	height: 47px;
    	background-image: url(../include/menu.png);
    	background-position: 0px 0px;	
    	background-repeat: no-repeat;
     	margin-left: auto;
    	margin-right: auto;
    	text-align: left;
    }
    
      #menu ul {
      	margin: 0px;
      	padding: 0px 0px 0px 9px;
      	list-style-type: none;
      }
      
      #menu li {
      	display: block;
      	margin: 0px 0px 0px 1px;
      	float: left;
      	text-align: center;
      	height: 34px;
        padding-top: 12px;
      }      
      
      #menu .li1 {
      	width: 131px;
      }

      #menu .li2 {
      	width: 107px;
      }
      
      #menu .li3 {
      	width: 223px;
      }
      
      #menu .li4 {
      	width: 153px;
      }
      
      #menu .li5 {
      	width: 85px;
      }
      
      #menu .li6 {
      	width: 95px;
      }
      
      #menu .li7 {
      	width: 130px;
      }                                   
      
      #menu .selected {
      	background-image: url(../include/hover.png);
      	background-position: 50% 0%;	
      	background-repeat: no-repeat;
      }
      
      #menu a {
      	color: white;
        text-decoration: none;
      	font-weight: bold;
      	font-size: 13px;
      }
      
      #menu a:hover {
        text-decoration: none;
      }    
    
  #middle {
  	width: 100%;
  }
  
    #content {
    	width: 950px;
    	min-height: 200px;
      background-color: white;
    	margin-left: auto;
    	margin-right: auto;
    	text-align: left;
    }
    
      #left {
        width: 236px;
        margin: 10px 10px 0px 10px;
        padding: 0px;
        float: left;
      }
      
        .box {
          width: 100%;
          margin: 0px 0px 3px 0px;
          padding-bottom: 25px;
          background-color: #eaeaea;
        }
        
        .box h3 {
          display: block;
          margin: 0px 0px 0px 0px;
          padding: 25px 0px 0px 25px;
          text-transform: uppercase;
          color: #666666;
          font-size: 10pt;
          font-weight: bold;
        	background-image: url(../include/arrow.png);
        	background-position: 0% 100%;	
        	background-repeat: no-repeat;
        }
        
        .box h4 {
          padding: 0px 25px 0px 25px;
          color: #a5334d;
          font-size: 8pt;
          font-weight: bold;
        }        
        
        .box p {
          padding: 0px 25px 0px 25px;
          margin-bottom: 0px;
          color: #1b1b1b;
          font-size: 8pt;
          font-weight: normal;
        }
        
        .box img {
          border: 0px;
          margin: 0px 4px 4px 0px;
        }
        
        .box a {
          color: #a5334d;
          text-decoration: none;
        }
        
        .box a:hover {
          text-decoration: underline;
        }
        
        .box table {
          margin: 25px 25px 0px 25px;
        }                                 
      
      #right {
        width: 655px;
        margin: 10px 10px 0px 10px;
        padding: 0px;
        float: left;               
      }
      
        #text h3 {
          color: #a5334d;
          font-size: 13pt;
          font-weight: bold;
          text-transform: uppercase;
          margin-top: 0px;
          padding-top: 0px;
        }
        
        #text h4 {
          color: #a5334d;
          font-size: 11pt;
          font-weight: bold;
          display: block;
          border-bottom: 1px solid #a5334d;
          clear: both;
        }
        
        #text img {
          border: 2px solid #a5334d;
          padding: 4px;
          margin: 0px 6px 18px 6px;
        }        
        
        #text h5 {
          color: #1b1b1b;
          font-size: 10pt;
          font-weight: bold;
        }                       
        
        #text p {
          color: #1b1b1b;
          font-size: 9pt;
          font-weight: normal;
        }  
        
        #text li {
          color: #1b1b1b;
          font-size: 9pt;
          font-weight: normal;
        }    
        
        #text a {
          color: #a5334d;
          text-decoration: none;
        }
        
        #text a:hover {
          text-decoration: underline;
        }
        
        #text table {
          color: #1b1b1b;
          font-size: 9pt;
        }        
        
        #text td, th {
          border-bottom: 1px solid gray;         
        }                            
      
      #content-clear {
        clear: left;
      }             
  
  #bottom {
  	width: 100%;
  }
  
    #footer {
    	width: 950px;
    	height: 108px;
    	background-image: url(../include/footer.png);
    	background-position: 0px 0px;	
    	background-repeat: no-repeat;
    	margin-left: auto;
    	margin-right: auto;
    	text-align: left;
    }
    
      #footer p {
      	width: 550px;
      	margin: 0px 0px 0px 260px;
      	padding: 40px 0px 0px 0px;
      	text-align: left;
      	font-size: 8pt;
      	color: #8f8f8f;
      } 
      
      #footer a {
      	font-size: 8pt;
      	color: #a5334d;
      	text-decoration: none;
      }
      
      #footer a:hover {
        text-decoration: underline;
      }           
      
    #spacer-bottom {
    	width: 950px;
    	height: 50px;
     	margin-left: auto;
    	margin-right: auto;
    }      
      
/*
#bottom {
	width: 834px;
	margin-left: auto;
	margin-right: auto;
}

#left {
	width: 215px;
	height: 233px;
  float: left;
	background-image: url(../include/left.png);
	background-position: 0px 0px;	
	background-repeat: no-repeat;
  text-align: left;  
}

#left ul {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	list-style-type: none;
}

#left li {
	display: block;
	height: 34px;
	width: 160px;
	padding: 0px 0px 0px 24px;
}

#left .selected {
	background-image: url(../include/li.png);
	background-position: left center;	
	background-repeat: no-repeat;
}

#left a {
	color: white;
  text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}

#left a:hover {
  text-decoration: underline;
}

#center {
	width: 600px;
  min-height: 233px;
  float: left;
	background-image: url(../include/center.png);
	background-position: 0px 0px;	
	background-repeat: no-repeat;
	background-color: #ffffff;	
}

#right {
	width: 19px;
  min-height: 233px;
  float: left;
	background-image: url(../include/right.png);
	background-position: 0px 0px;	
	background-repeat: no-repeat;  
}

#content {
  min-height: 269px;
  text-align: left;
  margin: 20px;
}

#content h2 {
	color: #b42d2b;
  text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
}

#content h3 {
	color: #b42d2b;
  text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}

#content h4 {
	color: #b42d2b;
  text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}

#content p {
	color: #717171;
  text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
	line-height: 1.4em;
}

#content table {
	color: #717171;
  text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
}

#content td {
  border-bottom: 1px solid #d5d5d5;
  margin: 0px;
  padding: 4px;
}

#content li {
	color: #717171;
  text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
}

#content a {
	color: #b42d2b;
  text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
}

#content a:hover {
  text-decoration: underline;
}

#copyright {
	width: 600px;
  height: 36px;
	background-image: url(../include/copyright.png);
	background-position: 0px 0px;	
	background-repeat: no-repeat;  
}

#copyright p {
	color: #717171;
  text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
  padding-top: 12px;
}

#copyright a {
	color: #b42d2b;
  text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
}

#copyright a:hover {
  text-decoration: underline;
}

#spacer {
  height: 40px;
  clear: left;
}
