body {
    background-color: #DCB66E;
    font-family: arial;
    font-size: 12pt;
    color: #1A4086;
}

h2 {
    font-family: arial;
    font-weight: bold;
    font-size: 25pt;
    color: #1A4086;
    line-height: 18px;
}

h1 {
    font-family: arial;
    font-weight: bold;
    font-size: 18pt;
    color: #1A4086;
}

.container {
    width: 1000px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    height: 100%;
}

.background {
    background-color: #ffffff;
    width: 1000px;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    height: 100%;
}

.content {
    position: absolute;
    width: 800px;
    top: 261px;
    padding-left: 250px;
    overflow-x:hidden;
}

.moretochristmas {
    position: absolute;
    left: 0;
    z-index: 999;
}

.compassion-logo {
    position:absolute;
    right:0;
    padding-right: 20px;
}

.menu {
    position: absolute;
    top:280px;
    width: 100px;
    padding-left: 40px;
    z-index:999;
}

.menu-link {
    font-family: arial;
    font-weight: bold;
    font-size: 18pt;
    text-decoration: none;
    color: #DCB66E;
}

.menu-link:hover {
    font-family: arial;
    font-weight: bold;
    font-size: 18pt;
    text-decoration: none;
    color: #1A4086;
}

.home-content {
    padding-top:3px;
    width: 430px;
}

.page-content {
    width: 700px;
}

.child {
    position: absolute;
    top: 250px;
    height: 480px;
    right: 10px;
}

img.projects {
    width: 700px;
}
