body {
    background-image: url("http://johnfrankefund.org/images/background.jpg");
    background-position: center top;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.header {
    border-left: 5px solid #3b301c;
    border-right: 5px solid #3b301c;
    font-family: Palatino Linotype,Book Antiqua3,Palatino,serif;
    font-size: 44px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}
.menu {
    background-image: url("http://johnfrankefund.org/images/menubar.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    border-left: 5px solid #3b301c;
    border-right: 5px solid #3b301c;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 900px;
}
.footermenu {
    background-image: url("http://johnfrankefund.org/images/menubar.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    color: #000000;
    height: 40px;
    margin-top: 100px;
    text-align: center;
    width: 900px;
}
.footermenu a {
    color: #f2f1f0;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0.5em 0 5em;
    position: relative;
    text-align: center;
    width: 890px;
}
.menu li {
    display: block;
    float: left;
    margin-top: 5px;
}
.menu a {
    color: #e8e8e6;
    display: block;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    text-decoration: none;
    width: 170px;
}
.menu a:hover {
    background-color: #e8e8e6;
    border: 1px solid #ffffd1;
    border-radius: 8px;
    color: black;
    font-weight: bold;
    margin-top: 0;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 170px;
}
.main {
    border: 5px solid #3b301c;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    height: 100%;
    border-left: 5px solid #3b301c;
    border-right: 5px solid #3b301c;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 900px;
}
.comingsoon {
    color: #720000;
    font-family: Palatino Linotype,Book Antiqua3,Palatino,serif;
    font-size: 44px;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 900px;
}
.ivycenter {
    width: 900px;
}
.primarydiv {
    margin-left: auto;
    margin-right: auto;
}
.foltz {
    float: left;
    padding: 0 0.5em 0 1em;
}

