	html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 60px;
    /* bottom = footer height */
    padding: 0px;
}
	.bg-1 { 
       background-color: #81B9B1; /* Green */
        color: #ffffff;
		padding: 30px 0px 10px 0px;
    }
	.bg-green2 { 
       background-color: #81B9B1; /* Green */
        color: #ffffff;
		padding: 80px 30px 30px 30px;
    }
	.bg-2 { 
       background-color: #ffffff; /* white*/
        color: #7A6E33;
		padding: 50px 30px;
    }
	.bg-3 { 
       background-color: #D4D8A1; /* yellow*/
        color: #458A7F;
		padding: 10px 30px 30px 30px;
		font-size: 16px !important;
		font-family: "Microsoft JhengHei", 微軟正黑體, "Arial", sans-serif;
    }
	.bg-3 a { 
       text-decoration: none;
	   color: #000000;
		font-size: 16px;
		font-family: "Microsoft JhengHei", 微軟正黑體, "Arial", sans-serif;
    }
	.bg-3 a:hover { 
       text-decoration: none;
	   color: #458A7F;
		font-size: 16px;
		font-family: "Microsoft JhengHei", 微軟正黑體, "Arial", sans-serif;
    }
	.bg-4 { 
       background-color: #ffffff; /* white*/
        color: #7A6E33;
		padding: 20px 30px;
    }
	.navbar {
      margin-bottom: 0;
      background-color: #7A6E33;
      z-index: 9999;
      border: 0;
      font-size: 16px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: "Microsoft JhengHei", 微軟正黑體, "Arial", sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #7A6E33 !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  .dropdown-toggle:active, .open .dropdown-toggle {
        background:#FFF !important; 
        color:#7A6E33 !important;
    }
  .dropdown-menu {
      background-color: #7A6E33;
	  color: #fff !important;
  }
  .font01 {
      font-size: 16px !important;
	  letter-spacing: 1px;
	  line-height: 2;
	  color: black !important;
      font-family: "Microsoft JhengHei", 微軟正黑體, "Arial", sans-serif;
  }
    .font02 {
      font-size: 16px !important;
	  letter-spacing: 1px;
	  line-height: 1.4;
	  color: black !important;
      font-family: "Microsoft JhengHei", 微軟正黑體, "Arial", sans-serif;
  }
      .font02 ul li{
      padding: 0px 0px 15px 0px;
  }
  footer {
      background-color: #458A7F;
	  color: #fff !important;
	  font-family: "Microsoft JhengHei", 微軟正黑體, "Arial", sans-serif;
	font-size: 12px;
	position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    overflow: hidden;
    }
	
footer p {
	padding: 10px 0 10px 0;
}
footer p a {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}