body {
	margin: 0;
	font: 14px Arial, Helvetica, sans-serif;
	background: #521501 url(../images/bodbg.jpg) repeat-x top;
}
.header {
	margin: 20px;
}
#container {
	width: 700px;
	height: 500px;
	margin: 0 auto;
	position: static;
	background: url(../calendar/images/bg.jpg) top;
	overflow: auto;
	border: 1px solid black;
	padding-bottom: 20px;
}
p {
	margin: 20px;
}
p.info {
	margin: 5px 40px 15px 40px;
	font-size: 12px;
}
.strong {
	color: #B00000;
	font-weight: bold;
}
.strong2 {
	color: black;
	font-weight: bold;
}
hr {
	color: maroon;
	border-bottom: 1px solid red;
	width: 90%;
	margin: 0 auto;
	position: static;
}
.center {
	margin: 0 auto;
	position: static;
	text-align: center;
	padding: 20px 0;
}