body {
   width: 95%;
   font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
   font-weight: normal;
   font-size: 22px;
   background-color: #e5ffe5;
}

img {
	margin-left: 500px;
}


section.left {
	display: inline;
	float: left;
	margin-left: 225px;
    padding-top: 10px;
}

section.right {
	display: inline;
	float: right;
    margin-right: 625px;
    padding-top: 10px;
} 

section {
	float: left;
}

nav ul li {
display: block;
width: 150px;
background-color: rgb(102, 204, 255);
color: black;
border: 1px solid black;
text-indent: 10px;
margin-bottom: 2px;
line-height: 1.5em;
}

table {
	width: 50%;
	margin-left: 500px;
}

table tbody td {
	text-align: center;
	
}