html body
{
   background-color: #024205;
   background-image: url(../images/green/background_attempt.jpeg);
   background-image: url(../images/green/background_attempt.jpeg), -moz-linear-gradient(#62bc4b, #024205 1000px, #024205 1300px, #011f02);
   background-image: url(../images/green/background_attempt.jpeg), -webkit-linear-gradient(#62bc4b, #024205 1000px, #024205 1300px, #011f02);
   background-image: url(../images/green/background_attempt.jpeg), -o-linear-gradient(#62bc4b, #024205 1000px, #024205 1300px, #011f02);
   background-image: url(../images/green/background_attempt.jpeg), -ms-linear-gradient(#62bc4b, #024205 1000px, #024205 1300px, #011f02);
   background-image: url(../images/green/background_attempt.jpeg), linear-gradient(#62bc4b, #024205 1000px, #024205 1300px, #011f02);
}
html #nav a:hover, html #nav a.active, html .sections a:hover
{
   color: #011f02;
   /*background-image: url(../images/ice/frost4.png);*/
}
.sections a:hover {
    background-image:
    text-shadow: 5px 4px 4px #62bc4b;
}
html a, html #nav a, html .sections a
{   color: #024205; }
div#header h1 a
{
   background-image: url(../images/green/logo2.png);
}
div#header h2 a
{
   background-image: url(../images/green/tagline.png);
}
#header { height: 155px; }
#header h1 a, #header h2 a
{
   z-index: 2;
}
#header h2 { height: 40px; }
#nav
{
   -moz-background-clip: border-box;
   -webkit-background-clip: border-box;
   border: 48px solid transparent;
   border-bottom-width: 0;
   background-image:url("../images/paper_top1.png"), url("../images/green/lilies10.png");
   background-position: left top, -50px -33px;
   position:relative;
   top:-48px;
}
#footer
{
   
   -moz-background-clip: border-box;
   -webkit-background-clip: border-box;
   border: 48px solid transparent;
   border-top-width: 0;
   background-image:url("../images/paper_bottom1.png"), url("../images/green/lilies5.png");
   background-position: left top, -50px 14px;
}
