body {
    color: #000;
    font-size: 14px;
}

.column.left {
    float: right;
    padding: 0;
    width: 65%;
}
.column.right {
    float: left;
    padding: 0 10px;
    width: 35%;
}


/*MENU*/
#nav li a span {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 0 15px;
}	
#nav li a {
    color: white;
    font-size: 105%;
    font-weight: bold;
}


/*聯絡資訊*/
#footer {
    background-color: #f4f7fc;
    background-image: linear-gradient(#f4f7fc, #d1e3f2);
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #bed4eb;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.8) inset;
    clear: both;
    font-size: 90%;
    min-height: 130px;
    padding: 15px 20px;
    position: relative;
}
#contact-info li {
    display: block;
    margin-right: 10px;
}
#contact-info li span {
    color: #4e5980;
    margin-right: 5px;
}