#wrapper {
	position:relative;
	min-height: 100%;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #ffffff;
}

#maincontent {
	width: 100%;
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

#maincontent p{
	padding: 0;
	margin: 0;
	text-align: center;
}

#maincontent img{
	margin-top: 40px;
}


#leftcol {
	position:relative;  /*causes div to grow to hold content*/
	padding: 0px;
	float: left;
	width: 250px;    
}

#midcol {
	position:relative;  /*causes div to grow to hold content*/
	padding: 0px;
	float: left;
	width: 250px;
}

#rightcol {
	position:relative;  /*causes div to grow to hold content*/
	padding: 0px;
	float: left;
	width: 250px;
}


td {
	padding: 1px;
	}


.month {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	/*background-color: #eaf3da;*/
	background-color: #ececec;
	color: #464646;
	}

.dayheading {
	text-align: center;
	font-size: 12px;
	font-family: Courier New, Courier, mono;
	color: #008080;
	}

.days {
	text-align: center;
	font-size: 12px;
	font-family: Courier New, Courier, mono;
	color: #000000;
	}
	
.reserved {
	text-align: center;
	font-size: 12px;
	background: #b7b7b7;
	}

.spacecell {
	border: none;
	}	
	