#Navigation {
	position: relative;
	z-index: 3;
	width: 770px;
	left: -50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	word-spacing: normal;
	display: inline;
	text-align: right;
}
.container #Navigation ul li {
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0C3;
	padding-right: 8px;
	padding-left: 8px;
	text-shadow: 2px 2px 3px #666;
	color: #0C3;
	left: -50px;
}
.container #Navigation ul li a {
	color: #063;
	text-decoration: none;
	width: 770px;
	position: relative;
	z-index: 3;
}
a:hover {
	color: #900;
}

.image {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.picture-right-align {
	border: 1px solid #000;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	float: right;
}
.image-left-align {
	clear: left;
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	border: 1px solid #000;
}

.body {
	background-color: #CFF;
}
.container {
	background-color: #9FF;
	height: 2900px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
