body
	{
		background-image: url("clouds.png");
		background-repeat: repeat-x;
		color: #000;
		background-color: #92c5e9;
	}
	
table
	{
		background-color: #def8cf;
		border-collapse: separate;
		width: 80%;
		position: static;
		text-align: justify;
		padding: 5px 5px 0 5px;
		margin: 5px 0 5px 0;
	}
	
div#gallery
	{
		width: 100%;	
	}
	
div#gallery img
	{
		margin:0 2px 0 2px;	
	}
	
#container 
	{
		margin: auto;
		padding: 0 0 0 0;
		width: 98%;
		height: 98%;
		position: static;
		vertical-align: middle;
		
		font-family: georgia;

	}
	
p
	{
		text-align: justify;
	}
	
#content
	{
		background-image: url("topclouds.png");
		background-repeat: repeat-x;
		background-color: #c0f5b5;
		border-left: #2b8759 3px solid;
		border-right: #2b8759 3px solid;
		border-bottom: #2b8759 3px solid;
		margin: auto 20% 0 20%;
		padding: 45px 1em 5px 1em;
		z-index: 2;
		position: static;
		height: auto;
		min-height: 60%;
	}
	
h1
	{
		text-align: center;
		font-size: 250%;
		font-family: calibri, georgia;
		line-height: 10px;
	}
	
hr
	{
		
		border: white 3px solid;
		position: relative;
		width: 100%;
		left: -16px;
	}
	
a
	{
		color: #2e573b;
	}
	
#menu
	{
		margin: 5px 0 0 0;
		text-align: center;
		letter-spacing: 2px;
	}
	
#emphasis
	{
		font-size: large;
		text-align: justify;
		background-color: #def8cf;
		padding: 0.3em 1em 0.3em 1em;
	}
	
#sig
	{
		padding: auto;
		margin: auto;
		text-align: center;
	}
	
#redkite
	{
		position: fixed;
		bottom: 0px;
		z-index: 1;
	}
	
#pinkkite
	{
		position: fixed;
		right: 50px;
		bottom: 0px;
		z-index: 1;
	}
	
#pig
	{
		position: fixed;
		right: 10%;
		bottom: 250px;
		z-index: 1;
	}
	
