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

/*
	The placement information for each layer
*/

#content
{
	height: 800px;
}

#seasonalInfo
{
	position: relative;
	width: 500px;
	height: auto;
	float: left;
	font-size: 80%;
	z-index: 1;
}

#paddlingInfo
{
	position: relative;
	width: 290px;
	height: 390px;
	float: right;
	margin-left: 5px;
	right: 5px;
	top: 10px;
	font-size: 80%;
	padding-top: 10px;
	padding-left: 10px;
	background-image: url(../images/parentInfo1.jpg);
	z-index: 1;
}

h1{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

