
body {
    margin: 0px;
    padding: 0px;
    background-color: #002D57;
}

img {
    border: none;
}

a {
    color: #333333;
}

.head {
    height: 120px;
    background-image: url("/_img/bg-head.gif");
    background-repeat: repeat-x;
}

.head-lt {
    float: left;
    width: 45%;
    padding-left: 5%;
}

.head-rt {
    float: left;
    width: 50%;
    text-align: right;
}

.menu {
    position: absolute;
    top: 105px;
    height: 40px;
    text-align: center;
}

.menutray {
    height: 40px;
}

ul.menuitem {
    float: left;
    margin: 0px;
    padding: 1px 0px;
    background-color: #74A563;
}

ul.menuitem li {
    float: left;
    padding: 5px 15px;
    list-style: none;
    text-align: center;
    background-image: url("/_img/bg-menu.gif");
    background-repeat: repeat-x;
    border-left: 1px solid #9CC58D;
    border-right: 1px solid #74A563;
}

ul.menuitem a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.1em;
}

.guts {
    padding-top: 50px;
    background-color: #FFFFFF;
}

.main {
    min-height: 400px;
}

.photo {
    border: 5px solid #E5ECF9;
}

.footer {
    width: 100%;
    margin: 0px;
    padding: 20px 0px;
    color: #4C657D;
    text-align: center;
}

.footer a {
    color: #A0B0BF;
    text-decoration: none;
}

.map {
    width: 500px;
    height: 300px;
    border: 10px solid #E5ECF9;
}
