body {
	background: white url(images/wallpaper4.gif);
	border-top: 3px solid #330;
	margin: 0;
	text-align: center;
}
div#content {
	background: white;
	width: 698px;
	border: 1px solid #330;
	margin: auto;
	margin-top: 24px;
	padding: 0;
	text-align: left;
	position: relative;
}
div#main {
	font: 11px/14px Verdana, sans-serif;
	width: 360px;
	margin: 36px 0 18px 18px;
	padding: 0 12px 0 0;
	color: #333;
	background: #fff;
	border-right: 1px solid #ccc;
}
div#main h1 {
	font-family: Futura, "Trebuchet MS", "Lucida Sans Demibold Roman", sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin: 12px 0;
}
div#main h2 {
	font-family: Futura, "Trebuchet MS", "Lucida Sans Demibold Roman", sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: 10px 0;
}
div#main h3, div#sidebar h3 {
	font-family: Futura, "Trebuchet MS", "Lucida Sans Demibold Roman", sans-serif;
	color: #663;
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	margin: 1.5em 0 0.5em 0;
}
div#main p {
	margin-top: 11px;
}
div#sidebar {
	float: right;
	width: 277px;
	margin: 50px 9px 12px 6px;
	padding: 0;
}
/* following rule not visible to IE6, which doubles the margin on the right side of the floated sidebar */
html>body div#sidebar {
	margin: 50px 18px 12px 12px;
}
div#sidebar p {
	font: 9px/11px Verdana, sans-serif;
	margin: 0.75em 0 2em 0;
	color: #333;
	background-color: #fff;
}
div#sidebar img {
	border: 1px solid #999;
}
div#main p.quote {
	font-family: "Lucida Sans Demibold Roman", Futura, "Trebuchet MS", sans-serif;
	color: #663;
	background-color: transparent;
	/* font-weight: bold; */
	font-size: 11px;
	line-height: 14px;
	margin: 0.5em 0;
}
div#sidebar p.notice {
	font-family: "Lucida Sans Demibold Roman", Futura, "Trebuchet MS", sans-serif;
	color: #663;
	background-color: transparent;
	/* font-weight: bold; */
	font-size: 11px;
	line-height: 14px;
	margin: 0.5em 0;
}
div#main table.calendar, div#sidebar table.calendar {
	width: 275px;
	color: #333;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: right;
}
div#main table.calendar th, div#sidebar table.calendar th {
	font: normal 8px/11px "Lucida Grande", Tahoma, "Trebuchet MS", sans-serif;
	text-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background-color: #ccc;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
div#main table.calendar td, div#sidebar table.calendar td {
	// font: normal 11px/15px "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font: normal 11px/15px Georgia, serif;
	text-align: right;
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
div#navcontainer ul {
	padding: 3px 0 4px 0;
	margin: 0;
	list-style-type: none;
	background-color: #663;
	color: #fff;
	width: 100%;
	font: normal 10px/12px "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
}
div#navcontainer li {
	display: inline;
}
div#navcontainer li a {
	text-decoration: none;
	background-color: #663;
	color: #fff;
	padding: 2px 6px 3px 6px;
}
div#navcontainer li a:hover {
	background-color: #996;
	color: #330;
}
div#main p.copyright {
	font: 8px/11px Verdana, sans-serif;
	letterspacing: 2px;
	margin: 2em 0 1em 0;
	color: #999;
	background-color: transparent;
	clear: both;
}
a {
	color: #960;
	background-color: transparent;
	/* font-weight: bold; */
	text-decoration: underline;
}
a:hover {
	color: #996;
	background-color: #transparent;
}
hr {
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border: none;
	margin: 0;
}
/* following rule not visible to IE6 */
html>body hr {
	margin-top: 1.5em;
	margin-bottom: 1.25em;
}