            body
            {
                text-align: center;
                font-family: arial;
                background-color: #11982d;
                background-image: url('../images/bkgnd.jpg');
		background-repeat: repeat-x;
                font-size: 12px;
                margin: 0;
                padding: 0;
            }

            img
            {
                border: 0;
		behavior: url('/user/mynature/newnature/css/iepngfix.htc');
            }
            
            #sitecontainer
            {
                width: 784px;
                height: 621px;
                background-image: url('../images/main.png');
		background-repeat: no-repeat;
		behavior: url('/user/mynature/newnature/css/iepngfix.htc');
                margin: auto;
                text-align: left;
                position: relative;
                clear: both;
            }
            
            #flash-animation
            {
                position: absolute;
                top: 30px;
                right: 80px;
            }
            
            #content-left
            {
                position: absolute;
                display: block;
                width: 286px;
                height: 361px;
                top: 70px;
                left: 100px;
                background-image: url('../images/content-left.png');
                background-repeat: no-repeat;
                behavior: url('/user/mynature/newnaturehome/css/iepngfix.htc');
            }

            #content-left h1
            {
                margin: 0;
                padding: 0;
		color: #5af241;
		font-weight: normal;
            }

            #content-left div
            {
                color: #ffffff;
                padding: 10px;
                font-size: 12px;
            }
            
            #links
            {
                position: absolute;
                top: 467px;
                left: 80px;
                width: 625px;
                height: 45px;
                background-color: #ffffff;
            	filter:alpha(opacity=15);
            	-moz-opacity:.15;
            	opacity:.15;
            }

                #nav-links
                {
                    position: absolute;
                    top: 480px;
                    left: 80px;
                    width: 625px;
                    height: 50px;
                    z-index: 4;
                    color: #ffffff;
                }
            
                #nav-links a
                {
                    color: white;
                    text-decoration: none;
                    padding: 5px 9px 5px 10px;
                    font-size: 14px;
                    /*font-weight: bold;*/
                }

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

            #footer
            {
                position: absolute;
                top: 595px;
                left: 80px;
                color: #555555;
            }
		#footer .logo
		{
			display: inline-block;
		}
		#footer .logo img
		{
			padding-top: 5px;
			display: inline;
		}


