/*******************************************************/
/* CSS Style Sheet for The Saskatoon Racing Canoe Club */
/* This css sheet contains information for the calendar*/
/* page.										       */
/*******************************************************/

/*
	The placement information for each layer
*/

#content
{
	height: 1400px;
}

#webcalendar
{
	position: relative;
	width: 810px;
	height: auto;
	color: #005FA9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	z-index: 1;
}

#seasonevents
{
	position: relative;
	width: 810px;
	height: auto;
	padding-top: 15px;
	font: Arial,sans-serif;
	font-weight: bold;
	z-index: 1;
}


