@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}
body {
    padding: 30px 10px;
    text-align: center;
    color: #000;
    font: small Georgia, "Times New Roman", Times, serif;
    background: #A02D1B url(../images/bg.gif) repeat-x;
}
img {
    border: none;
}
ul, ol, li {
    list-style: none;
}
a {
    color: #A02D1B;
    text-decoration: none;
}
input, select, textarea {
    font: 1em Georgia, "Times New Roman", Times, serif;
}
h3 {
    font-size: 1em;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}

/* ---------------------------------------------------------------- */

#frame {
    width: 710px;
    margin: 0 auto;
    text-align: left;
}

#page-top {
    height: 10px;
    background: url(../images/page-top-bg.gif) no-repeat;
}

#page {
    background: #fff url(../images/page-bg.gif) repeat-y;
}

#header {
    margin: 0 10px;
}

#content {
    padding: 20px;
}
#content p {
    margin-top: 10px;
    line-height: 150%;
}
#content ul {
    margin: 10px 20px;
    line-height: 150%;
}
#content li {
    list-style: square;
}

#page-bottom {
    height: 10px;
    background: url(../images/page-bottom-bg.gif) no-repeat;
}

#footer {
    padding: 10px 0;
}
#footer p {
    text-align: center;
    color: #fff;
    font-size: .8em;
    line-height: 150%;
    letter-spacing: 1px;
}
#footer a {
    color: #fff;
}

/* ---------------------------------------------------------------- */

#q {
    width: 150px;
}

h2.saying {
    padding: 20px;
    font-size: 2.5em;
    font-style: italic;
    font-weight: normal;
    line-height: 150%;
    text-align: center;

}

p.title {
    font-weight: bold;
}

/* ---------------------------------------------------------------- */

.box {
    padding: 10px;
    font-size: .8em;
    background: #eee;
    border-bottom: 5px solid #fff;
}
.box .header {
    margin: 0;
    font-weight: bold;
}
.box ul {
    margin: 10px 15px;
    line-height: 150%;
}
.box li {
    list-style: square;
}
.box p {
    margin-top: 10px;
    line-height: 150%;
}

/* ---------------------------------------------------------------- */

.input {
    padding: 2px;
}

.clear {
    clear: both;
}




