body {
	width:600px;
	background:gray;
}
h1 {
	font-family: Times New Roman, Georgia, Times;
	font-style:italic
}
h2 {
	text-align:center;
}
.Header {
	text-align:center;
}
.MenuArea {
	padding-top:2em;
	width:116px;
	float:left;
}
.MenuArea div {
	margin-bottom:.5em;
	clear:both;
}
div.subMenu {
	padding-left:.65em;
	border-left:1px solid black
}
div.Content {
	width:400px;
}
div.imageContainer {
	width:100%;
	text-align:center;
	margin-bottom:1em;
	padding-top:1em;
}


