
@import url("https://fonts.googleapis.com/css?family=Kameron:400,700|Open+Sans:400,300,700,800");

html {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.footer {
    width: 1000px;
    height: 136px;
    background-image: url('../img/Footer-136x1000blank.jpg');
    font-family: monospace, sans-serif;
}

.main {
    width: 1000px;
}

table.c12 {
    text-align: left;
    width: 1000px;
    height: 100%;
}

td.ministry {
    background-color: rgb(229, 225, 163);
}

td.story-content {
    background-color: rgb(76, 166, 144);
}

td.story {
    width: 167px;
    background-color: rgb(76, 166, 144);
}

img.content-header {
    width: 167px; height: 200px;
}

.links-bar {
    background-color: rgb(51, 102, 102);
}

img.link {
    width: 210px;
    height: 40px;
}

img.home {
    width: 167px;
}

.header {
    height: 380px;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.banner {
    height: 340px;
}

.header-bar {
    height: 40px;
}

a {
    cursor:pointer;
}

ul {
    list-style-type: none;
}

ul li:before {
    content: "-";
    position: relative;
    left: -5px;
}

ul li {
    text-indent: -5px;
}

p {
    margin: 15px;
}

.copyright {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #56483f;
    position: relative;
    top: 95px;
    left: 45px;
    width: 200px;
}

.contact-info {
    color: #bab5b2;
    width: 330px;
    height: 130px;
    text-align: right;
    float: right;
    position: relative;
    padding-right: 15px;
    padding-top: 5px;
    background: url('../img/circle_i.jpg') no-repeat 75px 0;
    font-size: 24px; font-family: Kameron, monospace, sans-serif;
    top: 20px;
}

.donate {
    float: left;
    width: 150px;
    position: relative;
    top: 32px;
    left: 55px;
}
.donate img {
    height: 80px;
    width: 120px;
}

.donate_paypal {
    margin-top: 50px;
    margin-left: 35px;
    float: left;
}
