body
	{
		padding: 0;
		margin: 0;
		background-image: url(images/greenbg.jpg);
		background-color: #FDFCE7;
		color: #000;
	}
	
#header	
	{
		margin-top: 30px;
		margin-bottom: 10px;
		margin-left: 10%;
		margin-right: 10%;
		padding: 0px;
		min-width: 600px;
		border: thick groove #000000;
		background-color: #FFF;
		color: #000;
		line-height: 140%;
		text-align: center;
		font-style: italic;
		font-size: large;
		font-family: Georgia, Lucida, Serif;
	}

#header img	
	{
		padding-top: 20px;
	}
	
#contents	
	{
		margin-top: 10px;
		margin-bottom: 20px;
		margin-left: 10%;
		margin-right: 10%;
		min-width: 600px;
		padding: 0px;
		background-color: transparent;
		color: #000;
		text-align: center;
	}
	
#contents img	
	{
		border-width: medium;
		border-style: solid;
		border-color: #000;
	}
	
#menu	
	{
		padding: 5px;
		border: thick groove #000000;
		background-color: #FFF;
		color: #000;				
		font-size: large;
		font-family: Georgia, Lucida, Serif;
	}

#menu a
	{	
	color: #000;
	text-decoration: none;
	}
	
#menu a:hover
	{	
	color: #2E5D57;
	text-decoration: none;
	}
	
#contentsleft
	{
		background-color: #FFF;
		width: 37%;
		float: left;
		border: thick groove #000;
		padding: 5%;
		margin-bottom: 20px;
	}
	
#contentsright
	{
		background-color: #FFF;
		width: 37%;
		float: right;
		border: thick groove #000;
		padding: 5%;
		text-align: center;
		margin-bottom: 20px;
	}

.left 
	{
	text-align: left;
	}
	
a
	{
		color: #2B7961;
		text-decoration: none;
		font-weight: bold;
	}

a:hover
	{
		color: #2E5D57;
		text-decoration: none;
		font-weight: bold;
	}