body {
	width: 100%;
	color: #ffffff;
	font-size: 76%;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #669966;
	text-align: center;
}

	
	
table	{
	font-size: 1em;
	}

A IMG {display:block;  text-decoration:none}

A	{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	}

A:hover {
	color: #990000;
	}


h1 {
	font-size: 1.7em;
	margin-top: 0;
	margin-bottom: 0;
	}

h2 {
	font-size: 1.25em;
	margin-top: 0;
	margin-bottom: 0;
	}

h3 {
	font-size: 1.15em;
	margin-top: 0;
	margin-bottom: 0;
	}
	



#main_outer {
    position: relative;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    }
    
    

    
#main_topper {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    z-index: 200;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 1em;
    text-align: left;
    }
   

#main_guts {
    float: left;
    position: relative;
    height: auto;
    width: 800px;
    min-width: 600px;
    background: url(grass_texture_bottom.jpg) bottom left no-repeat;
    text-align: left;
    }
    
    
#footer {
    position: relative;
    width: 100%;
    float: left;
    position: relative;
    padding-top: 1em;
    border-top: 1px solid #99cc99;
    height: auto;
    }
     
     
    

.edit_thank {
	margin-left: auto;
    	margin-right: auto;
    	margin-bottom: 1em;
    	vertical-align: middle;
    	width: 50%;
	font-weight: bold;
	text-align: center;
	border:1px solid #cc3300;
	padding: 0.5em;
	background-color: #ffff99;
	}