body {
	background: url(webimgs/bg.png) fixed;
	font-family: Georgia, "Times New Roman", serif;
	color: #220055;
}
h1, h2 {
	text-transform: uppercase;
	border-bottom: thin solid #ecd9ff;
	width: 50%;
}
h1 {
		font-size: 1.2em;
}
h2 {
		font-size: 1em;
}
h3 {
	font-variant: small-caps;
}
img {
	border: none;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #220055;
}
a:hover, a:active {
	background: #ecd9ff;
}
a:visited {
	color: #330077;
}
div {
	border: 2px #ecd9ff solid;
	background: white;
	text-align: left;
	margin-top: 10px;
}
.header {
	width: 700px;
	height: 150px;
	padding: 0;
	border: 0;
	margin-top: 25px;
}
.container {
	width: 696px; /* .header width minus div border 2px */
	background: none;
	border: 0;
}
.menu {
	background: white url(webimgs/menubg.png) right bottom no-repeat;
	width: 100%;
	height: 1em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.main {
	background: white url(webimgs/mainbg.png) right bottom no-repeat;
	width: 686px; /* .container width minus padding 5px */
	padding: 5px;
}
date {
	font-size: 0.8em;
	color: #220055;
	font-style: italic;
}