body {
	font-size: 0.75em;
	text-align: center;
	margin: 0;
	background: black url(background.png) repeat;
	font-family: Cambria, "Times New Roman", Times, serif;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-right: 3px solid #666;
	border-left: 3px solid #666;
	background: White url(menu.jpg) repeat-y right;
}
#content {
	padding: 2ex 10ex 2ex 7ex;
	background-color: White;
	clear: both;
}
a {
	text-decoration: none;
}
