html,
body, form {
  height: 100%;
  margin:0;
  font-family: 'Microsoft JhengHei';
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	*display: table; /* For IE7 Hack */
	*height: 100%; /* For IE7 Hack */
}

#main {
	overflow: auto;
	padding-bottom: 30px;
}


/* Set the fixed height of the footer here */
#footer {
    position: relative;
    height: 36px; /*border-top: 1px solid #C0C0C0;*/
    margin-top: -36px;
    clear: both;

    background-color: #CCCC00; /* #FFFFAA;*/
}

#head-main {
    /* background-color: #FFFACD; #FFF8DC*/
    background-color: #FFFFFF;
    height: 100px;
    /*background-image: url('../Images/A60-4.jpg');
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFF99;*/
}

#bs-example-navbar-collapse-1 {
    margin-top:50px;
}

    #bs-example-navbar-collapse-1 > ul > li > a {
    font-size: 1.2em;
    font-family: 'Microsoft JhengHei';
    color: #CC9900;
    padding-left:0px;
    padding-right:0px;
    margin-left:10px;
    margin-right:10px;
}

    #bs-example-navbar-collapse-1 > ul > li > a:hover {
    font-size: 1.2em;
    font-family: 'Microsoft JhengHei';
    color: #996600;
    background-color:transparent;
}

#page_title {
    font-size: 2em;
    font-family: 'Microsoft JhengHei';
    color: #CC6600;
}

.page_title {
    font-size: 2em;
    font-family: 'Microsoft JhengHei';
    color: #CC6600;
}


.active_menu {
    color: #FF0000 !important;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #FF007F; /* #E6005C; /* #FF6600;*/
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

/*.carousel-inner,.carousel,.item,.container,.fill {
  height:100%;
  width:100%;
}*/

.carousel .item {
    width: 100%; /*slider width*/
   /* max-height: 500px; slider height*/
}
