* {
    margin: 0;
    padding: 0;
}

html, body {
    text-align: center;
    background: #202737 url(/images/bg2.jpg) top repeat-y;
xbackground: #000;
    height: 100%;
    font: 10pt verdana;
}

#wrapper {
    text-align: left;
    width: 950px;
    margin: 0 auto;
    background: #fff;
height: 100%;
}

body > #wrapper {
    min-height: 100%;
    height: auto;
}

#header {
    background: #4A6F0D url(/images/leaf.jpg);
    height: 160px;
    position: relative;
margin: 7px;
}

#logo {
    position: absolute;
    font: bold 28pt arial;
    color: #fff;
    top: 40px;
    left: 50px;
display: none;
}

#nav {
    position: absolute;
    bottom: 0;
    left: 20px;
}

#nav li {
    list-style: none;
}

#nav li {
    list-style: none;
    float: left;
}

#nav li a {
    display: block;
    margin: 0 5px;
    line-height: 28px;
    background: transparent url(/images/tabs.gif) 0 0 no-repeat;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    outline: 0;
}

#nav li a span {
background: transparent url(/images/tabs.gif) 100% 0 no-repeat;
display: block;
padding: 0  45px 0 0;
margin: 0 0 0 45px;
}

#nav li a.current, #nav li a.current:hover {
background-position: 0 -56px;
}
#nav li a.current span, #nav li a.current:hover span {
background-position: 100% -56px;
}

#nav li a:hover {
background-position: 0 -28px
}
#nav li a:hover span {
background-position: 100% -28px
}


#content-wrapper {
    padding: 20px 20px 90px;
}



#content {
    padding: 1px;
}

#footer {
    margin: -70px auto 0;
    height: 70px;
    width: 950px;
    background: #4A6F0D url(/images/leaf-footer.jpg);

}

.spacer10 {
    margin: 10px;
    overflow: auto;
}








/***************
GIVE AND TAKE
***************/

div.giveandtake-list-item {
    border: 1px solid #dedede;
    margin: 20px 0 20px 0;
    -moz-border-radius: 5px;
}

div.giveandtake-list-item h2 {
    font: 12pt verdana;
    margin: 0 0 10px;
    padding: 3px 5px;
    background: #efefef;
    border-bottom: 1px solid #dedede;
}

div.giveandtake-list-image {
    float: right;
    padding: 5px;
    border: 1px solid #dedede;
    background: #fff;
    -moz-border-radius: 5px;
}

div.giveandtake-list-image img {
    border: 1px solid #dedede;
}

div.giveandtake-list-item {

}







#nav2 {
    width: 930px;
    height: 25px;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 0 20px;
}

#nav2 li {
    list-style: none;
    float: left;
}

#nav2 li a {
    display: block;
    margin: 0 5px -1px;
    padding: 0 45px;
    line-height: 24px;
    background: #efefef;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    -moz-border-radius: 5px 5px 0 0;
    outline: 0;
    border: 1px solid #ccc;
}

#nav2 li a:hover, #nav2 li a.current {
    color: #000;
    background: #fff;
    border-bottom-color: #fff
}






















