body {
    background-color: #C7E76C;
    color: #696969;
    font-family: Optima, san-serif;
    font-size: 14px;
}

a:link, a:visited {
    color: #C7E76C;
}

a:hover {
    color: #aa0000;
}

a:active {
}

h1 {
    padding: 10px;
    display: inline;
}

#header, #footer {
    color: #ffffff;
    background-color: #696969;
    position: absolute;
    width: 100%;
    left: 0px;
}

#header {
    top: 0px;
    height: 50px;
}

#middle {
}

#footer {
    bottom: 0px;
    height: 40px;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

ul#contacts {
    display: inline;
}

#contacts li {
    display: inline;
    padding: 2em;
}

#info-boxes {
    position: absolute;
    top: 205px;
    width: 100%;
}

.info-box, #general-info {
    background-color: #696969;
    color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #000;
    padding: 5px;
}

.info-box {
    float: left;
    height: 400px;
    width: 250px;
    margin: 20px;
}

.box-head {
    font-size: 20px;
    width: 100%;
    color: #000;
    background-color: #C7E76C;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#general-info, #reuven-photo {
    top: 60px;
}

#general-info {
    height: 130px;
    left: 30px;
    position: absolute;
    width: 850px;
}

#reuven-photo {
    position: absolute;
    left: 910px;
}

#reuven-photo img {
    display: block;
    margin-bottom: 10px;
}


img {
    border: 0;
}
