/* Default rules for main-column div
------------------------------------------------------------------------------------------------------------------- */
	div#main-column {
		width:770px;
		padding-bottom:205px;
		padding-top:10px;
	}


/* Default rules for the h3 of the main-column div
------------------------------------------------------------------------------------------------------------------- */
	div#main-column h3 {
		margin:0;
		padding:20px 0 0 0;
		font-size:1.4em;
		font-family:verdana;
		font-weight:normal;
		color:#b20938;
	}


/* Default rules for the h3 of the main-column div which is given class name 'spaced'
------------------------------------------------------------------------------------------------------------------- */
	div#main-column h3.spaced {
		padding-bottom:20px;
	}


/* Default rules for paragraphs of main-column div
------------------------------------------------------------------------------------------------------------------- */
	div#main-column p {
		margin:0;
		padding:0;
		font-family:verdana;
		font-size:1.3em;
		width:755px;
	}

/* Default rules for the paragraph of main-column div which is given class name 'first'
------------------------------------------------------------------------------------------------------------------- */
	div#main-column p.first {
		font-family:"times new roman";
		font-size:1.6em;
	}

/* Default rules for the secondary-column div
------------------------------------------------------------------------------------------------------------------- */
	div#secondary-column {
		background:url(cssimages/watering/secondary-column-bg.jpg) no-repeat top right;
		width:212px;
		margin-top:20px;
	}
