					/* ---------------------------------- */
					/* - COCKERSPANIEL  ONLINE MAGAZINE - */
                                        /* -- PEDIGREE SECTION BASIC PAGES -- */
					/* ---------- pedsec.css ------------ */
					/* ---------------------------------- */


.pedmain
{
	background: #e0e0e0;							/* set background to gray */
	background-image: url(http://www.cockerspaniels.com/backgrounds/pedigree_bkg.jpg);	/* set background image   */
	background-repeat: repeat;							/* fill page with image   */
	font-family: Times new Roman, Arial;						/* font settings          */
	color: #000000;								/* text set to black      */
}

.sonly										/* Visible on Screen only */
{
	display: block;
}

.ponly										/* Visible during Printing only */
{
	display: none;
}
