/* Sunrise by Payal Dhar (payal@writeside.net) */

* {
    padding: 0;
    margin: 0;
}

body {
    background-image: url("images/center_02.jpg");
    background-attachment: fixed;
    font-size: 0.8em;
    font-family: Arial, Helvetica, 微軟正黑體, sans-serif;
}

a {
    color: #8077CB;
    text-decoration: none;
}

a:hover, a:active {
    color: #FF5200;
    text-decoration: none;
}

#wrapper {
    width: 1024px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#header {
    margin: 0;
    text-align: right;
    height: 300px;
    background: url(images/header.jpg) top left no-repeat;
    background-size: 100%;
}

#header h1 {
    color: #EFC79B;
    font: 5em Garamond, serif;
    font-size: 3em;
}

input, textarea {
    padding: 5px;
    margin: 5px 0;
    background: #fff;
    border: 1px solid #D3BCA1;
    color: #D3BCA1;
}

#text {
    line-height: 1.5em;
    border-bottom: 1px solid;
    background: transparent;
}

#text p {
    padding: 0px 30px 0px 30px;
    margin-left: 30px;
    line-height: 1.8em;
    padding-bottom: 20px;
}

#text a {
    line-height: 1.4em;
    font-size: 1.2em;
}

#text ol {
    padding: 0px 30px 0px 30px;
    margin-left: 45px;
}

#text ul {
    padding: 0px 30px 0px 30px;
    margin-left: 45px;
}

#text li {
    padding: 3px;
    line-height: 1.8em;
}

h1, h2, h3 {
    color: #003300;
    padding: 5px 5px 10px 5px;
    font-family: Garamond, serif;
}

#text h1 {
    font-size: 1.4em;
    font-variant: small-caps;
    /*padding-top: 20px;*/
    line-height: 1.7em;
    padding-left: 20px;
}

#text h2 {
    font-size: 1.2em;
    padding-left: 20px;
}

#text h3 {
    font-size: 1.1em;
    padding-left: 40px;
}
.imgLink-img {
    border: 0;
    width: 150px;
    height: 150px;
    position: relative;
    float: left;
    left: 670px;
    bottom: 540px;
}
.explain {
    position: relative;
    left: 90px;
    bottom: 32px;
    font-size: 16px;
}
