body {
        background: url(../images/pow_bkg_gradient.png) repeat-x;
        font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
        margin: 0px;
}

/*
 .logo {
        background: url(../images/snmplogo100.gif) no-repeat center bottom;

}
*/

.sitemap, .sitemap a {
        font-size: 0.9em;
        text-align: center;
/*      padding-left: 1.0em;
        margin-top: 1em;*/
        margin: 0;
        padding: 0;
}

#topbox {
	background: url(../images/farmbanner3200-no-words.jpg) repeat-x; 
        margin: 0px;
        height: 100px;
        position: relative;
        z-index: 0;
}

#topbox a {
        text-decoration: none;
}

#topbox a:hover {
        text-decoration: underline;
}

/* Test of drop-shadow on text */
/* from http://phoenity.com/newtedge/drop_shadow/ */

#text{
        font-size: 2em; /* optional. just to increase the font size. */
        display: block;
        line-height: 1em;
        color: #fff; /*#666;  shadow color */
        background-color: transparent;
        white-space: nowrap; /* wrapping breaks the effect */
}

