/* Default rules for the main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column {
		width:791px;
		padding:28px 0 0 0;
	}


/* Default rules for the h2 of the main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column h2 {
		margin:0;
		padding:22px 0 22px 5px;
		color:#cc3333;
		font-family:verdana;
		font-size:1.3em;
	}


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

/* Default rules for the paragraphs of the main-column div 
-------------------------------------------------------------------------------------------- */
	div#main-column p {
		margin:0;
		padding:0 0 0 5px;
		width:700px;
		color:#003399;
		font-size:1.5em;
		font-family:"times new roman";
	}


/* Default rules for the 'pricing' div contained by main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column div#pricing {
		padding-bottom:210px;
	}

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

/* Default rules for the secondary-column div
-------------------------------------------------------------------------------------------- */
	div#secondary-column {
		background:url(cssimages/backflow/secondary-column-bg.jpg) no-repeat 12px 174px;
		padding-bottom:389px;
		width:200px;
	}
