@charset "utf-8";

body {background: #ddd;font-family: "微軟正黑體";}
body a {
    color: #333;
}
body a:hover {
    color: #3898c1;
}
#header,#menu,#content,#footer {
    width: 1100px;
    margin: 0 auto;
}
#header {height:250px;overflow: hidden}
#menu {
    height: 45px;
    background: #3898c1;border-bottom: 3px solid #ffaa00;
}
#content {padding-bottom: 20px}
#content,#footer {background: #ffffff}
#menu li a {
    color: #fff;
    text-decoration: none;
}
#menu li {
    display: inline-block;
    list-style: none;
    padding: 12px 10px 0;
    margin-right: 20px;
    font-weight: bold;
    font-size: 16px;
    height: 33px;
}
#menu li:hover {
    background: #156e95;
}
#header img {width:1100px;height: auto}
#menu ul {
    padding: 0 0 0 15px;
    margin: 0;
}
#footer {
    margin-top: 0;
    padding: 15px 0 5px;
    border-top: 5px double #02903b;
}