body {
	font-size: 62%;
	font: Georgia, "Times new Roman", Times, serif;
	color: #604020;
}

h1 {
	font-size: 3em;
	text-align: center;
}

table {
	width: 100%;
	border-collapse: collapse;
}

a:link, a:visited {
	text-decoration: none;
	color: #996633;
}

/* a:hover {
	color: #000000;
	text-decoration: underline;
} */

a.nav_arrow:hover {
	text-decoration: none;
	color: #FFCC00;
	background-color: #604020;
}

a:hover {
	text-decoration: none;
	color: #FFCC00;
	background-color: #604020;
}

#year {
	font-size: 2em;
	padding: 0;
	margin: 0;
}	

#month {
	font-size: 3em;
	padding: 0;
	margin: 0;
}	

#days {
	background: #604020;
	color: #FFCC00;
	font-family: "Gill Sans", Calibri, Trebuchet, sans-serif;
	width: 75px;
	padding: 0;
	margin: 0;
}
	
#days th {
	padding: 4px;
}

.date {
	border-right: 1px solid #604020;
	border-bottom: 1px solid #604020;
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	text-decoration: none;
	float: left;
	width: 1.5em;
	height: 1.5em;
	background: white;
	text-align: center;
}

.event {
	clear: both;
	padding-left: 1em;
	padding-bottom: 0.75em;
	display: block;
	color: #604020;
}

td {
	width: 14%;
	background-color: #ffdd88;
	border: 1px solid #604020;
	vertical-align: top;
	font-size: 1.2em;
	padding: 1px;
	border-top: none;
	height: 5em;
}
	
.weekend {
	background-color: #ccaa77;
}	

.emptydate {
	border-right: 1px solid #ccaa77;
	border-bottom: 1px solid #ccaa77;
	font-family: monospace;
	text-decoration: none;
	float: left;
	width: 1.5em;
	height: 1.5em;
	background-color: #eecc88;
	text-align: center;
}

#navbar {
       font: bold Georgia, Times, serif;
       padding-bottom: 1.6em;
       min-width: 800px;
		}

#navbar ul li {
       list-style-type: none;
	   font-size: 162%;
       margin: 0;
       float: left}
       
/*
#navbar ul li + li {
		border-left: 1px solid #906030;
		}
*/		
#navbar ul li a {
	   color: #604020;
       text-transform: uppercase;
       padding: 0.25em 0.5em;
       margin-left: 0px;
       }

#navbar ul li a:hover {
	text-decoration: none;
	color: #FFCC00;
	background-color: #604020;
}

#main {clear: both;
	min-width: 800px;
	margin-top: 3em;
  		}       

#footer {
	clear: both;
    min-width: 800px;
	text-align: center;
	font-size: 162%;
	color: #604020;
/*	border-top: dotted 1px; */
	}
