            body
            {
                text-align: center;
                font-family: arial;
                background-color: #ffffff;
                font-size: 12px;
            }

            img
            {
                border: 0;
		behavior: url('/user/mynature/newnature/css/iepngfix.htc');
            }
            
            #sitecontainer
            {
                width: 765px;
                margin: auto;
                text-align: left;
            }

            #container
            {
                background-color: #acfaa2;
                position: relative;
                border: 1px solid #777777;
                float: left;
            }
        
            #banner-section
            {
                width: 100%;
                height: 230px;
                float: left;
                display: block;
            }
            
            #nav-links
            {
                background-image: url('../images/top-ribbon.png');
                behavior: url('/user/mynature/newnature/css/iepngfix.htc');
                background-repeat: no-repeat;
                float: left;
                position: relative;
                top: -60px;
                z-index: 1;
                display: block;
                width: 650px;
                height: 85px;
                padding: 37px 0 0 115px;
                text-align: center;
            }
            
                #nav-links a
                {
                    color: white;
                    text-decoration: none;
                    display: block;
                    padding: 5px 5px 5px 5px;
                    font-weight: normal;
                    font-size: 12px;
                    float: left;
                }

                #nav-links a:hover
                {
                    color: yellow;
                }

            #body-section
            {
                width: 100%;
                float: left;
                display: block;
                padding-top: 0px 0 10px 0;
                color: 222222;
                position: relative;
                top: -40px;
            }

                #body-section .content
                {
                    padding: 0px 20px 0px 20px;
                }
                
                #body-section hr
                {
                    color: #1acd26;
                }

                #body-section h1
                {
                    color: #04650d;
                    margin: 0;
                    padding: 0;
                }
            
            #footer
            {
                width: 765px;
                height: 60px;
                display: block;
                float: left;
                background-image: url('../images/footer-repeat.png');
                background-repeat: repeat-x;
                background-color: #12a822;
                color: #ffffff;
                padding: 4px 0 0 0;
                text-align: center;
            }

                #footer a
                {
                    color: white;
                    text-decoration: none;
                    padding: 5px 10px 5px 10px;
                    font-weight: bold;
                    font-size: 10px;
                }

                #footer a:hover
                {
                    color: yellow;
                }

            #base *
            {
                font-size: 10px;
            }

            #base
            {
                width: 100%;
                float: left;
                display: block;
                color: #555555;
                background-color: #ffffff;
            }

