body {
    background-color: #000;
    color: #fff;
    font-family: calibri, arial, arial;
}
a {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

#header {
    position: fixed;
    height: 150px;
    width: 100%;
    background-image: url(/includes/default/images/layout-gradient-top.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
    z-index: -4;
}
#footer {
    position: fixed;
    height: 50px;
    background-image: url(/includes/default/images/layout-gradient-bottom.jpg);
    background-position: bottom center;
    background-repeat: repeat-x;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: -4;
}

#layout {
    width: 100%;
}

#layoutHeader {
    width: 100%;
    height: 120px;
}

#layoutHeaderLeft {
    padding: 5px;
    width: 125px;
    position: fixed;
}
#layoutHeaderRight {
    padding: 5px;
    width: 125px;
    position: fixed;
    right: 0px;
    color: #fff;
    text-align: right;
    font-family: arial, verdana;
}


#layoutBody {
    width: 700px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 125px;
    padding-right: 125px;
}

#layoutBody .header {
    text-align: center;
}

#layoutBody .subheader {
    margin-top: 10px;
    margin-bottom: 10px;
    
    font-family: arial;
    text-align: center;
    font-size: 18px;
    word-spacing: 4px;
}

#layoutContent {
}

#nav li {
    display: inline;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#nav .col1 { margin-left: 1px; }
#nav .col2,
#nav .col3,
#nav .col4,
#nav .col5,
#nav .col6 { margin-left: 29px; }

.title {
    font-size: 1.2em;
    font-weight: bold;
}

.emphasize {
    font-weight: bold;
    text-decoration: underline;
}


#containerDonateNow table td {
    vertical-align: top;
}
#containerDonateNow table .amount {
    width: 80px;
    font-weight: bold;
}
#containerDonateNow table .form {
    width: 180px;
}