body, h1, p, ul, form {
   margin: 0;
   padding: 0;
}
:focus {
    outline: none;
}
body {
    color: #333;
    background: #fff;
    font: 75%/1.5 Tahoma, Helvetica,  Arial, sans-serif;
}
#wrap {
    text-align: left;
    width: 650px;
    margin: 60px auto 50px;
}
#head h1 a {
    display: block;
    width: 220px;
    height: 60px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(images/home.png) no-repeat;
}
#main {
    height: 210px;
    overflow: hidden;
    border: 1px solid #3cbd32;
    border-bottom: 0;
    background: #7cdf8a url(images/home.png) repeat-x 0 -60px;
}
#main .inner {
    height: 160px;
    padding: 40px 190px 15px 35px;
    background: url(images/home.png) no-repeat 100% -280px;
}
#nav {
    height: 106px;
    margin: 0 0 13px 5px;
}
#nav li {
    float: left;
    margin-right: 30px;
    list-style: none;
}
#nav li a {
    display: block;
    width: 90px;
    height: 106px;
    overflow: hidden;
    text-align: center;
    font-size: 120%;
    text-decoration: none;
    color: #fff;
    background: url(images/home.png) no-repeat;
}
#nav li a:hover {
    color: #097c25;
}
#nav li a strong {
    display: block;
    margin-top: 75px;
}
#nav li a#nav1 { background-position: 0 -600px; }
#nav li a#nav2 { background-position: -90px -600px; }
#nav li a#nav3 { background-position: -180px -600px; }
#nav li a#nav1:hover { background-position: 0 -710px; }
#nav li a#nav2:hover { background-position: -90px -710px; }
#nav li a#nav3:hover { background-position: -180px -710px; }
#search {
    width: 354px;
    height: 41px;
    background: url(images/home.png) no-repeat 0 -820px;
}
#search p {
    padding: 8px 20px;
}
#search p input {
    vertical-align: middle;
    font-size: 100%;
    font-family: Tahoma, Helvetica,  Arial, sans-serif;
}
#search .text {
    border: 1px solid #b4b4b4;
    height: 1.45em;
    line-height: 1.45;
    padding: 2px;
    width: 245px;
}
#search .button {
    border: 0;
    width: 59px;
    height: 24px;
    line-height: 24px;
    background: url(images/home.png) no-repeat 0 -880px;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer;
}
#foot {
    height: 60px;
    border: 1px solid #aebbc2;
    border-bottom-color: #dedede;
    text-align: center;
    color: #747a7e;
    background: #fff url(images/home.png) repeat-x 0 -500px;
}
#foot p {
    line-height: 3.5em;
    margin-bottom: -2em;
    position: relative;
}
#foot a:link, #foot a:visited {
    color: #747a7e;
    text-decoration: none;
}
#foot a em {
    color: #0068b7;
    font-style: normal;
}