	body {
	background-image: url(images/Pattern.jpg); 
	background-repeat: repeat;
	text-align: center;
	color: #f3ffe0;
	font-family: helvetica, arial;
	font-size: 16px;
	}
	
	A:link {color: #9bba68;}
	A:visited {color: #9bba68;}
	A:hover {color: #9bba68;}
	A:active {color: #9bba68;}
	
	.top{ 
	height:230px;
	width:650px;
	left:247px;
	text-align: left;
	border: solid 2px green;
	margin: auto;
	margin-bottom: 10px;
	}
	
	.left {
	width: 682px;
	margin: auto;
	margin-bottom: 6px;
	}
	
	.right{
	background-color: #284310;
	text-align: left;
	width: 750px;
	border: solid 2px green;
	padding: 6px;
	margin: auto;
	}
	
	ul#navigation {
	list-style-type: none;
	font-size: 18px;
	margin: 0px;
	padding: 5px;
	}
	
	ul#navigation li{
	display: inline;
	}

	ul#navigation li a {
	width: 10em;
	color: #f3ffe0;
	background-color: #284310;
	padding: .2em .4em;
	text-align: center;
	text-decoration: none; 
	border: 1px solid green;
	}

	ul#navigation li a:hover
	{
	color: #f3ffe0;
	background-color: #6b863e;
	}
