 body {
	background-color: #666;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
 }
 
 img {
	border: 0; 
 }
 
 a:link {
	color: #9b0014; 
	text-decoration: none;
 }
 a:visited {
	color: #9b0014; 
	text-decoration: none;
 }
 a:hover {
	color: #9b0014; 
	text-decoration: underline;
 }
 a:active {
	color: #9b0014; 
	text-decoration: none;
 }
 
 h1 {
	 font-size: 18px; 
 }
 
  h2 {
	 font-size: 14px; 
 }
 
 #wrapper {
	text-align: center;
	margin: 0 auto;
	width: 600px;
	border: 3px solid #000;
	background-color: #f4f2e7;
 }
 
 #header {
	width: 600px;
	height: 235px;
 }
 
 #nav_wrapper {
	width: 600px;
	height: 46px;
	text-align: center;
 }
 
#nav {
	width: 600px;
	display: inline;
	margin: 0;
	padding: 0;
 }
 
 #nav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;

 }
 
 #main {
	padding: 20px 40px;
	text-align: left;
 }
 
 #footer {
	padding: 40px 40px 10px 40px;
	text-align: center;
 }
 
 .heading {
	font-size: 14px; 
 }
 
 ul.calendar li {
	 padding-bottom: 20px;
 }
 
 


